Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update go dependencies - autoclosed #126

Closed
wants to merge 1 commit into from

Conversation

vinted-renovate[bot]
Copy link
Contributor

@vinted-renovate vinted-renovate bot commented Sep 29, 2023

This PR contains the following updates:

Package Type Update Change
github.com/CycloneDX/cyclonedx-go require minor v0.6.0 -> v0.7.2
github.com/anchore/stereoscope require digest d24c9d6 -> bf05af5
github.com/anchore/syft require minor v0.58.0 -> v0.92.0
github.com/go-git/go-git/v5 require minor v5.7.0 -> v5.9.0
github.com/spf13/cobra require minor v1.5.0 -> v1.7.0
github.com/spf13/viper require minor v1.13.0 -> v1.16.0

Release Notes

CycloneDX/cyclonedx-go (github.com/CycloneDX/cyclonedx-go)

v0.7.2

Compare Source

This is a bugfix release that ships with minimal support for the CycloneDX v1.5 specification.

Full support is being worked on and planned to be released soon. The progress may be tracked in #​90.

The reason for publishing partial support like this is to allow the consumption of v1.5 BOMs, which fails with cyclonedx-go <= v0.7.1.

Warning
The default SpecVersion has been updated to SpecVersion1_5. If your application generates BOMs, and you're not ready (or willing) to distribute BOMs following the v1.5 specification yet, consider using EncodeVersion to generate output for an older version of the spec.

Changelog

Features
Fixes
Building and Packaging
Others

v0.7.1

Compare Source

Changelog

Features
Fixes
Building and Packaging
Others

v0.7.0

Compare Source

Changelog

Features
Fixes
Building and Packaging
Documentation
Others
anchore/syft (github.com/anchore/syft)

v0.92.0

Compare Source

Added Features
  • Support for multiple image refs of same sha in OCI layout [#​1544]
Bug Fixes
Additional Changes

(Full Changelog)

v0.91.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v0.90.0

Compare Source

v0.90.0 (2023-09-11)

Full Changelog

Added Features
Bug Fixes
Additional Changes

v0.89.0

Compare Source

v0.89.0 (2023-08-31)

Full Changelog

Added Features
Bug Fixes

v0.88.0

Compare Source

v0.88.0 (2023-08-25)

Full Changelog

Added Features
Bug Fixes

v0.87.1

Compare Source

v0.87.1 (2023-08-17)

Full Changelog

Bug Fixes

v0.87.0

Compare Source

v0.87.0 (2023-08-14)

Full Changelog

Added Features
Bug Fixes

v0.86.1

Compare Source

Changelog

v0.86.1 (2023-07-31)

Full Changelog

Bug Fixes
  • Source requires default image name as user input for unparsable reference [PR #​1979] [kzantow]

v0.86.0

Compare Source

Changelog

v0.86.0 (2023-07-31)

Full Changelog

Added Features
Bug Fixes
Breaking Changes

v0.85.0

Compare Source

Changelog

v0.85.0 (2023-07-12)

Full Changelog

Added Features
Bug Fixes
Breaking Changes
Additional Changes

v0.84.1

Compare Source

Changelog

v0.84.1 (2023-06-29)

Full Changelog

Bug Fixes
Additional Changes

v0.84.0

Compare Source

Changelog

v0.84.0 (2023-06-20)

Full Changelog

Breaking Changes
Additional Changes

v0.83.1

Compare Source

Changelog

v0.83.1 (2023-06-14)

Full Changelog

Bug Fixes

v0.83.0

Compare Source

Changelog

v0.83.0 (2023-06-05)

Full Changelog

Added Features
  • Add new '--source-version' and '--source-name' options to set the name and version of the target being analyzed for reference in resulting syft-json format SBOMs (more formats will support these flags soon). [Issue #​1399] [PR #​1859] [kzantow]
  • Add scope to POM properties [PR #​1779] [jneate]
  • Accept main.version ldflags even without vcs [PR #​1855] [deitch]
Bug Fixes
Deprecated Features
Additional Changes

v0.82.0

Compare Source

Changelog

v0.82.0 (2023-05-23)

Full Changelog

Added Features
Bug Fixes
  • Fix a problem in the license parsing logic that may result in a panic [PR #​1839]
  • Return all relevant error messages if an image retrieval fails when a scheme is specified [PR #​1801] [FrimIdan]
  • Fix a problem with PNPM scanning where v6 lockfiles might result in duplicated packages [Issue #​1762] [PR #​1778] [kzantow]

v0.81.0

Compare Source

Changelog

v0.81.0 (2023-05-22)

Full Changelog

Added Features
Bug Fixes
Additional Changes

v0.80.0

Compare Source

Changelog

v0.80.0 (2023-05-05)

Full Changelog

Added Features
Bug Fixes
Deprecated Features

v0.79.0

Compare Source

Changelog

v0.79.0 (2023-04-21)

Full Changelog

Added Features
Bug Fixes
Additional Changes

v0.78.0

Compare Source

Changelog

v0.78.0 (2023-04-17)

Full Changelog

Added Features
Bug Fixes

v0.77.0

Compare Source

Changelog

v0.77.0 (2023-04-11)

Full Changelog

Added Features

v0.76.1

Compare Source

Changelog

v0.76.1 (2023-04-05)

Full Changelog

Added Features

v0.76.0

Compare Source

Changelog

v0.76.0 (2023-03-31)

Full Changelog

Added Features
Bug Fixes
Additional Changes

v0.75.0

Compare Source

Changelog

v0.75.0 (2023-03-13)

Full Changelog

Added Features
Bug Fixes

v0.74.1

Compare Source

Changelog

v0.74.1 (2023-03-09)

Full Changelog

Bug Fixes

v0.74.0

Compare Source

Changelog

(v0.74.0) (2023-03-02)

Full Changelog

Added Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@vinted-renovate vinted-renovate bot requested a review from a team as a code owner September 29, 2023 10:23
@vinted-renovate vinted-renovate bot changed the title chore(deps): update go dependencies chore(deps): update go dependencies - autoclosed Oct 4, 2023
@vinted-renovate vinted-renovate bot closed this Oct 4, 2023
@vinted-renovate vinted-renovate bot deleted the renovate/go-deps branch October 4, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants