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 #214

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the gomod group with 5 updates:

Package From To
github.com/aws/aws-sdk-go 1.45.25 1.46.1
google.golang.org/api 0.147.0 0.148.0
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 github.com/aws/aws-sdk-go from 1.45.25 to 1.46.1

Release notes

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

Release v1.46.1 (2023-10-20)

Service Client Updates

  • service/appconfig: Updates service API
  • service/appintegrations: Updates service API
  • service/connect: Updates service API and documentation
  • service/discovery: Updates service API, documentation, and paginators
    • This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
  • service/medical-imaging: Updates service documentation
  • service/ssm: Updates service API and documentation
    • This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.

Release v1.46.0 (2023-10-19)

Service Client Updates

  • service/ec2: Updates service API
    • Amazon EC2 C7a instances, powered by 4th generation AMD EPYC processors, are ideal for high performance, compute-intensive workloads such as high performance computing. Amazon EC2 R7i instances are next-generation memory optimized and powered by custom 4th Generation Intel Xeon Scalable processors.
  • service/managedblockchain-query: Updates service API
  • service/neptunedata: Updates service documentation
  • service/omics: Updates service API and documentation
  • service/opensearch: Updates service API, documentation, and paginators
  • service/quicksight: Updates service API and documentation
    • This release adds the following: 1) Trino and Starburst Database Connectors 2) Custom total for tables and pivot tables 3) Enable restricted folders 4) Add rolling dates for time equality filters 5) Refine DataPathValue and introduce DataPathType 6) Add SeriesType to ReferenceLineDataConfiguration
  • service/secretsmanager: Updates service documentation
    • Documentation updates for Secrets Manager
  • service/servicecatalog: Updates service API and documentation
    • Introduce support for EXTERNAL product and provisioning artifact type in CreateProduct and CreateProvisioningArtifact APIs.
  • service/verifiedpermissions: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Documentation updates for WorkSpaces

SDK Features

  • service/gamesparks: Deprecate Gamesparks
    • This change removes the gamesparks service, since it is deprecated.

Release v1.45.28 (2023-10-18)

Service Client Updates

  • service/cloud9: Updates service documentation
    • Update to imageId parameter behavior and dates updated.
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Updating descriptions for several APIs.
  • service/kendra: Updates service API and documentation
    • Changes for a new feature in Amazon Kendra's Query API to Collapse/Expand query results
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for upgrading the storage file system configuration on the DB instance using a blue/green deployment or a read replica.
  • service/wisdom: Updates service API

... (truncated)

Commits


Updates google.golang.org/api from 0.147.0 to 0.148.0

Release notes

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

v0.148.0

0.148.0 (2023-10-19)

Features

Changelog

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

0.148.0 (2023-10-19)

Features

Commits


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.