ricoberger / vault-secrets-operator

Create Kubernetes secrets from Vault for a secure GitOps based workflow.
MIT License
633 stars 103 forks source link

Bump the gomod group with 5 updates #220

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the gomod group with 5 updates:

Package From To
cloud.google.com/go/iam 1.1.3 1.1.5
github.com/aws/aws-sdk-go 1.45.25 1.47.3
k8s.io/api 0.28.2 0.28.3
k8s.io/client-go 0.28.2 0.28.3
sigs.k8s.io/controller-runtime 0.15.0 0.16.3

Updates cloud.google.com/go/iam from 1.1.3 to 1.1.5

Release notes

Sourced from cloud.google.com/go/iam's releases.

iam: v1.1.5

1.1.5 (2023-11-01)

Bug Fixes

  • iam: Bump google.golang.org/api to v0.149.0 (8d2ab9f)

edgecontainer: v1.1.4

1.1.4 (2023-11-01)

Bug Fixes

  • edgecontainer: Bump google.golang.org/api to v0.149.0 (8d2ab9f)
Commits


Updates github.com/aws/aws-sdk-go from 1.45.25 to 1.47.3

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.47.3 (2023-11-03)

Service Client Updates

  • service/config: Updates service API
  • service/connect: Updates service API and documentation
  • service/iotwireless: Updates service API and documentation
  • service/launch-wizard: Adds new service

Release v1.47.2 (2023-11-02)

Service Client Updates

  • service/apprunner: Updates service API and documentation
  • service/connect: Updates service documentation
  • service/gamelift: Updates service API and documentation
    • Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.
  • service/glue: Updates service API and documentation
    • This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
  • service/network-firewall: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • This release introduces Float Decimal Type as SubType in QuickSight SPICE datasets and Custom week start and Custom timezone options in Analysis and Dashboard

SDK Enhancements

  • aws/ec2metadata: Added environment and shared config support for disabling IMDSv1 fallback.
    • Use env AWS_EC2_METADATA_V1_DISABLED or shared config ec2_metadata_v1_disabled accordingly.

Release v1.47.1 (2023-11-01)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/globalaccelerator: Updates service API, documentation, and paginators
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for customized networking resources to Amazon RDS Custom.
  • service/redshift: Updates service API and documentation
    • Added support for Multi-AZ deployments for Provisioned RA3 clusters that provide 99.99% SLA availability.
  • service/sagemaker: Updates service API and documentation
    • Support for batch transform input in Model dashboard

Release v1.47.0 (2023-10-31)

Service Client Updates

  • service/amplify: Updates service API, documentation, and paginators
  • service/application-insights: Updates service API and documentation
  • service/ec2: Updates service API, documentation, and paginators
    • Capacity Blocks for ML are a new EC2 purchasing option for reserving GPU instances on a future date to support short duration machine learning (ML) workloads. Capacity Blocks automatically place instances close together inside Amazon EC2 UltraClusters for low-latency, high-throughput networking.
  • service/m2: Updates service API and documentation

... (truncated)

Commits
  • 4ed8ea3 Release v1.47.3 (2023-11-03) (#5055)
  • 636d158 Merge pull request #5053 from aws/fix-changelog110223
  • d10e38a fix changelogs from today
  • 52a2fe4 Release v1.47.2 (2023-11-02) (#5052)
  • 4886ffc Merge pull request #5015 from aws/feat-disableimdsv1config
  • 2ad137a Merge branch 'main' into feat-disableimdsv1config
  • 78aeb73 Release v1.47.1 (2023-11-01) (#5051)
  • f5b95c8 Merge pull request #5044 from josephbartley/fix-deprecated-documentation
  • 0ace168 Bump golang.org/x/net from 0.1.0 to 0.17.0
  • d90061b Bump golang.org/x/net from 0.1.0 to 0.17.0
  • Additional commits viewable in compare view


Updates k8s.io/api from 0.28.2 to 0.28.3

Commits


Updates k8s.io/client-go from 0.28.2 to 0.28.3

Commits


Updates sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3

Release notes

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

v0.16.3

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.2...v0.16.3

v0.16.2

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.1...v0.16.2

v0.16.1

What's Changed

Full Changelog: https://github.com/kubernetes-sigs/controller-runtime/compare/v0.16.0...v0.16.1

v0.16.0

Highlights

  • Granular cache configuration (#2421)
  • New cache option to fail on missing informer on cache reads (#2406)
  • Secure metrics serving (#2407)
  • Upgrade to Kubernetes 1.28 libraries (#2393, #2405, #2449)

Changes since v0.15

:warning: Breaking Changes

... (truncated)

Commits
  • 5f8d96b Merge pull request #2552 from varshaprasad96/bump/k8s-1.28.3
  • 5572514 [fix]: Bump k8s to 1.28.3
  • 7c1e2d9 Merge pull request #2541 from joelanford/0.16-golang-x-net
  • 5201923 :bug: bump golang.org/x/net to v0.17.0
  • 8b5b1a2 Merge pull request #2539 from k8s-infra-cherrypick-robot/cherry-pick-2528-to-...
  • b9c691d sparkles: Cache: Allow defining options that apply to all namespaces that the...
  • 8361246 Merge pull request #2523 from troy0820/troy0820/cherry-pick-to-release-0.16
  • f7b7450 🐛 Handle unstructured status update with fake client (#2495)
  • 2d6b699 [release-0.16] 🐛 Correctly identify if patch call was made on status (#2515)
  • da31104 Merge pull request #2516 from k8s-infra-cherrypick-robot/cherry-pick-2507-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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 year ago

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