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

Bump the all group with 6 updates #8983

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2025

Bumps the all group with 6 updates:

Package From To
github.com/aws/aws-sdk-go-v2/config 1.29.9 1.29.11
github.com/aws/aws-sdk-go-v2/credentials 1.17.62 1.17.64
github.com/jackc/pgx/v5 5.7.3 5.7.4
github.com/projectcontour/contour 1.30.2 1.30.3
github.com/spf13/viper 1.20.0 1.20.1
sigs.k8s.io/controller-runtime 0.20.3 0.20.4

Updates github.com/aws/aws-sdk-go-v2/config from 1.29.9 to 1.29.11

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.62 to 1.17.64

Commits

Updates github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.7.4 (March 24, 2025)

  • Fix / revert change to scanning JSON null (Felix Röhrich)
Commits

Updates github.com/projectcontour/contour from 1.30.2 to 1.30.3

Release notes

Sourced from github.com/projectcontour/contour's releases.

Contour v1.30.3

We are delighted to present version v1.30.3 of Contour, our layer 7 HTTP reverse proxy for Kubernetes clusters.

All Changes

  • Updates Envoy to v1.31.6. See the Envoy release notes for more information about the content of the release.
  • Updates Go to go1.22.12. See the Go release notes for more information about the content of the release.

Installing and Upgrading

For a fresh install of Contour, consult the getting started documentation.

To upgrade an existing Contour installation, please consult the upgrade documentation.

Compatible Kubernetes Versions

Contour v1.30.3 is tested against Kubernetes 1.28 through 1.30.

Are you a Contour user? We would love to know!

If you're using Contour and want to add your organization to our adopters list, please visit this page. If you prefer to keep your organization name anonymous but still give us feedback into your usage and scenarios for Contour, please post on this GitHub thread.

Commits

Updates github.com/spf13/viper from 1.20.0 to 1.20.1

Release notes

Sourced from github.com/spf13/viper's releases.

v1.20.1

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

Commits
  • 9568cfc fix: config type check when loading any config
  • fd05140 fix(config): get config type from v.configType or config file ext
  • See full diff in compare view

Updates sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.20.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.3...v0.20.4

Commits
  • 0f7927c Merge pull request #3179 from alvaroaleman/lowpdefault
  • 9951869 🌱 TypedRequestForOwner: Decrease priority when unchanged
  • c7d5d83 Fix godoc of TypedEventHandler
  • 2062f3a 🌱 Remove redundant WithLowPriorityWhenUnchanged in builder
  • 2af3164 🌱 Followups to default low priority in mappers
  • 29debb1 🌱 Handlers: Use low priority when object is unchanged and priority q
  • 5355658 🐛Implement priorityqueue as default on handlers if using priorityqueue interf...
  • 3156ace Merge pull request #3175 from k8s-infra-cherrypick-robot/cherry-pick-3166-to-...
  • 4ae5f39 add version.version to tools/setup-envtest to show installed version
  • 833f208 Merge pull request #3173 from k8s-infra-cherrypick-robot/cherry-pick-3167-to-...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.29.9` | `1.29.11` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.17.62` | `1.17.64` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.3` | `5.7.4` |
| [github.com/projectcontour/contour](https://github.com/projectcontour/contour) | `1.30.2` | `1.30.3` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.0` | `1.20.1` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.20.3` | `0.20.4` |


Updates `github.com/aws/aws-sdk-go-v2/config` from 1.29.9 to 1.29.11
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.9...config/v1.29.11)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.62 to 1.17.64
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.17.62...credentials/v1.17.64)

Updates `github.com/jackc/pgx/v5` from 5.7.3 to 5.7.4
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.7.3...v5.7.4)

Updates `github.com/projectcontour/contour` from 1.30.2 to 1.30.3
- [Release notes](https://github.com/projectcontour/contour/releases)
- [Changelog](https://github.com/projectcontour/contour/blob/main/RELEASES.md)
- [Commits](projectcontour/contour@v1.30.2...v1.30.3)

Updates `github.com/spf13/viper` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.20.0...v1.20.1)

Updates `sigs.k8s.io/controller-runtime` from 0.20.3 to 0.20.4
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.20.3...v0.20.4)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/projectcontour/contour
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 27, 2025
@dependabot dependabot bot requested review from a team as code owners March 27, 2025 18:05
@dependabot dependabot bot requested a deployment to functional-tests March 27, 2025 18:05 Waiting
@dependabot dependabot bot temporarily deployed to publish-bicep March 27, 2025 18:05 Inactive
Copy link

Unit Tests

3 599 tests   - 60   3 595 ✅  - 62   6m 27s ⏱️ +2s
  296 suites ± 0       2 💤 ± 0 
    1 files   ± 0       2 ❌ + 2 

For more details on these failures, see this check.

Results for commit cb5f5e3. ± Comparison against base commit 42e17a6.

This pull request removes 60 tests.
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_CommandValidation
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init_--full`_with_AWS_Provider_-_Access_Key
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init_--full`_with_AWS_Provider_-_IRSA
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init_--full`_with_Azure_Provider_-_Service_Principal
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init_--full`_with_Azure_Provider_-_Workload_Identity
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init_--full`_with_no_providers
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init`_w/o_recipes
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init`_with_AWS_Provider
github.com/radius-project/radius/pkg/cli/cmd/radinit ‑ Test_Run_InstallAndCreateEnvironment/`rad_init`_with_no_providers
…

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 31, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-3fca472fef branch March 31, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants