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

Update all dependencies #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #53

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.1.7 -> v4.2.2 age adoption passing confidence
actions/checkout action digest 692973e -> 11bd719
actions/upload-artifact action digest 5076954 -> b4b15b8
github.com/anchore/syft require minor v1.12.2 -> v1.16.0 age adoption passing confidence
github.com/docker/buildx require minor v0.17.1 -> v0.18.0 age adoption passing confidence
github.com/go-resty/resty/v2 require minor v2.15.0 -> v2.16.0 age adoption passing confidence
github.com/ortelius/scec-commons require patch v0.1.45 -> v0.1.46 age adoption passing confidence
github/codeql-action action minor v3.26.7 -> v3.27.3 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

anchore/syft (github.com/anchore/syft)

v1.16.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

v1.15.0

Compare Source

Added Features

(Full Changelog)

v1.14.2

Compare Source

Bug Fixes
Additional Changes

(Full Changelog)

v1.14.1

Compare Source

Bug Fixes

(Full Changelog)

v1.14.0

Compare Source

Added Features
Bug Fixes
Additional Changes

(Full Changelog)

v1.13.0

Compare Source

Added Features
Bug Fixes

(Full Changelog)

docker/buildx (github.com/docker/buildx)

v0.18.0

Compare Source

Welcome to the v0.18.0 release of buildx!

Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.

Contributors
  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • David Karlsson
  • Sebastiaan van Stijn
  • Talon Bowler
  • Guillaume Lours
  • Tim Neumann
Notable Changes
  • prune command now allows new --max-used-space and --min-free-space filters on BuildKit v0.17.0+ builders #​2766
  • ls command output is now more compact by default by compacting the platform list. New --no-trunc option can be used for full list #​2138 #​2717
  • inspect command now displays BuildKit daemon configuration options set with a TOML file #​2684
  • Memory allocations have been reduced by switching to new protobuf implementation #​2724 #​2713
  • Size limits for maximum Dockerfile sizes from standard input have been raised #​2716 #​2719
  • Allow listing targets and variables in buildx bake without initializing the builder #​2763
  • Compose compatibility has been updated to v2.4.1 #​2760
  • Add OpenTelemetry grouping around build function #​2742
  • Allow capturing of CPU and memory profiles with pprof via environment variables #​2746
  • Fix possible issues with entitlements when using linked targets in Bake #​2701
  • Fix possible permission issues when accessing local state after running buildx with sudo #​2745
  • Fix missing error message on running invalid command #​2741
  • Fix build details link not showing in experimental mode #​2722
  • Fix possible bogus warnings for local state in --call requests #​2754
  • Fallback images for --check/--call option have been updated to correct references #​2705
  • Improve error messages with source code snippets by mapping the file to the correct path #​2672
  • Fix invalid target linking validation for Bake #​2700
Dependency Changes
  • github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
  • github.com/compose-spec/compose-go/v2 v2.1.6 -> v2.4.1
  • github.com/containerd/containerd v1.7.21 -> v1.7.22
  • github.com/containerd/continuity v0.4.3 -> v0.4.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
  • github.com/docker/cli 48a2cdf -> v27.3.1
  • github.com/docker/docker v27.2.1 -> v27.3.1
  • github.com/klauspost/compress v1.17.9 -> v1.17.11
  • github.com/moby/buildkit v0.16.0 -> v0.17.0
  • github.com/moby/sys/sequential v0.5.0 -> v0.6.0
  • github.com/planetscale/vtprotobuf 0393e58 new
  • github.com/tonistiigi/dchapes-mode ca0759f new
  • github.com/tonistiigi/fsutil 91a3fc4 -> 397af53
  • golang.org/x/exp db7319d -> 701f63a
  • google.golang.org/genproto/googleapis/api ef43131 -> ef581f9
  • google.golang.org/genproto/googleapis/rpc ef43131 -> ef581f9
  • google.golang.org/grpc v1.62.0 -> v1.66.2
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 new

Previous release can be found at v0.17.1

go-resty/resty (github.com/go-resty/resty/v2)

v2.16.0

Compare Source

Release Notes

New Features

Enhancements

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.3...v2.16.0

v2.15.3

Compare Source

Release Notes

Bug Fixes

Documentation

New Contributors

Full Changelog: go-resty/resty@v2.15.2...v2.15.3

v2.15.2

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.1...v2.15.2

v2.15.1

Compare Source

Release Notes

Bug Fixes

Documentation

Full Changelog: go-resty/resty@v2.15.0...v2.15.1

ortelius/scec-commons (github.com/ortelius/scec-commons)

v0.1.46

Compare Source

github/codeql-action (github/codeql-action)

v3.27.3

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v3.27.2

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.2 - 12 Nov 2024
  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v3.27.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v3.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.0 - 22 Oct 2024
  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v3.26.13

Compare Source

v3.26.12

Compare Source

v3.26.11

Compare Source

v3.26.10

Compare Source

v3.26.9

Compare Source

v3.26.8

Compare Source


Configuration

📅 Schedule: Branch creation - "every 1 hours every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update module github.com/go-resty/resty/v2 to v2.15.1 Update all dependencies Sep 19, 2024
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from c8542e1 to 86a9b67 Compare September 27, 2024 21:59
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ae5f720 to aa31d02 Compare October 3, 2024 22:23
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 479e466 to 06bafeb Compare October 7, 2024 21:12
Copy link
Contributor Author

renovate bot commented Oct 7, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.2 -> 1.23.3
github.com/anchore/packageurl-go v0.1.1-0.20240507183024-848e011fc24f -> v0.1.1-0.20241018175412-5c22e6360c4f
github.com/anchore/stereoscope v0.0.3 -> v0.0.6-0.20241101185849-cbd43fb4e5d3
github.com/bmatcuk/doublestar/v4 v4.6.1 -> v4.7.1
github.com/containerd/containerd v1.7.22 -> v1.7.23
github.com/containerd/errdefs v0.2.0 -> v0.3.0
github.com/docker/cli v27.3.0-rc.2+incompatible -> v27.3.1+incompatible
github.com/gabriel-vasile/mimetype v1.4.5 -> v1.4.6
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/moby/buildkit v0.16.0 -> v0.17.0
github.com/tonistiigi/fsutil v0.0.0-20240902111258-43b9329361d9 -> v0.0.0-20241028165955-397af5306b5c
golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 -> v0.0.0-20240909161429-701f63a606c0
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/text v0.18.0 -> v0.19.0
google.golang.org/protobuf v1.34.2 -> v1.35.1
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/sys v0.25.0 -> v0.26.0
golang.org/x/term v0.24.0 -> v0.25.0

@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b125905 to 736bcb6 Compare October 15, 2024 16:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1952b08 to d867369 Compare October 23, 2024 17:23
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 3682c45 to d01ff5f Compare November 5, 2024 01:04
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c0905cd to 779e53c Compare November 12, 2024 14:49
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