ricoberger / vault-secrets-operator

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

Bump the gomod group with 6 updates #238

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the gomod group with 6 updates:

Package From To
github.com/aws/aws-sdk-go 1.48.4 1.49.5
golang.org/x/oauth2 0.14.0 0.15.0
google.golang.org/api 0.151.0 0.154.0
k8s.io/apimachinery 0.28.4 0.29.0
k8s.io/client-go 0.28.4 0.29.0
sigs.k8s.io/controller-runtime 0.15.0 0.16.3

Updates github.com/aws/aws-sdk-go from 1.48.4 to 1.49.5

Release notes

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

Release v1.49.5 (2023-12-18)

Service Client Updates

  • service/cognito-idp: Updates service API and documentation
  • service/eks: Updates service API, documentation, and paginators
  • service/quicksight: Updates service documentation
    • A docs-only release to add missing entities to the API reference.
  • service/route53resolver: Updates service API and documentation

Release v1.49.4 (2023-12-15)

Service Client Updates

  • service/cloud9: Updates service documentation and examples
    • Updated Cloud9 API documentation for AL2023 release
  • service/connect: Updates service API and documentation
  • service/connectcases: Updates service API
  • service/kms: Updates service documentation
    • Documentation updates for AWS Key Management Service
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation by adding code examples
  • service/sagemaker: Updates service API and documentation
    • This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API

Release v1.49.3 (2023-12-14)

Service Client Updates

  • service/appstream: Updates service API
    • This release includes support for images of Windows Server 2022 platform.
  • service/b2bi: Updates service documentation and examples
  • service/billingconductor: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/controltower: Updates service documentation
  • service/firehose: Updates service API and documentation
    • This release, 1) adds configurable buffering hints for the Splunk destination, and 2) reduces the minimum configurable buffering interval for supported destinations
  • service/gamelift: Updates service API and documentation
    • Amazon GameLift adds the ability to add and update the game properties of active game sessions.
  • service/iot: Updates service API and documentation
    • This release adds the ability to self-manage certificate signing in AWS IoT Core fleet provisioning using the new certificate provider resource.
  • service/opensearch: Updates service documentation
  • service/quicksight: Updates service API and documentation
    • Update Dashboard Links support; SingleAxisOptions support; Scatterplot Query limit support.
  • service/workspaces: Updates service documentation
    • Updated note to ensure customers understand running modes.

Release v1.49.2 (2023-12-13)

... (truncated)

Commits


Updates golang.org/x/oauth2 from 0.14.0 to 0.15.0

Commits


Updates google.golang.org/api from 0.151.0 to 0.154.0

Release notes

Sourced from google.golang.org/api's releases.

v0.154.0

0.154.0 (2023-12-12)

Features

v0.153.0

0.153.0 (2023-12-05)

Features

v0.152.0

0.152.0 (2023-11-27)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.154.0 (2023-12-12)

Features

0.153.0 (2023-12-05)

Features

0.152.0 (2023-11-27)

Features

Commits


Updates k8s.io/apimachinery from 0.28.4 to 0.29.0

Commits
  • 3c8c1f2 update go.mod
  • 12dc3f8 Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • 03a1b4b LRUExpireCache: Allow removing multiple keys under lock
  • bc0a03b Merge pull request #119762 from AxeZhan/PollUntilContextCancel
  • 16d50e6 Merge pull request #121552 from pohly/klog-update
  • 6b13b03 dependencies: klog v2.110.1
  • 96ae302 Merge pull request #121575 from apelisse/update-smd
  • 458fd90 Merge pull request #120707 from Jefftree/csa-openapiv3
  • 850727f Merge pull request #120592 from AxeZhan/validation_sets
  • 8dbf841 managedfields: Allow duplicates for built-in updates associative lists
  • Additional commits viewable in compare view


Updates k8s.io/client-go from 0.28.4 to 0.29.0

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 9 months ago

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