berops / claudie

Cloud-agnostic managed Kubernetes
https://docs.claudie.io/
Apache License 2.0
600 stars 41 forks source link

Bump the go-dependencies group across 1 directory with 25 updates #1555

Open dependabot[bot] opened 3 days ago

dependabot[bot] commented 3 days ago

Bumps the go-dependencies group with 16 updates in the / directory:

Package From To
cloud.google.com/go/compute 1.27.1 1.28.2
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.7.0 1.8.0
github.com/aws/aws-sdk-go-v2 1.30.1 1.32.2
github.com/aws/aws-sdk-go-v2/config 1.27.23 1.28.0
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue 1.14.7 1.15.12
github.com/aws/aws-sdk-go-v2/service/ec2 1.167.1 1.186.0
github.com/aws/aws-sdk-go-v2/service/s3 1.57.1 1.66.1
github.com/docker/distribution 2.8.1+incompatible 2.8.3+incompatible
github.com/go-playground/validator/v10 10.22.0 10.22.1
github.com/hetznercloud/hcloud-go 1.57.0 1.59.1
github.com/oracle/oci-go-sdk/v65 65.68.0 65.77.1
github.com/tidwall/gjson 1.17.1 1.18.0
go.mongodb.org/mongo-driver 1.16.0 1.17.1
k8s.io/api 0.30.2 0.31.2
sigs.k8s.io/controller-runtime 0.18.4 0.19.1
github.com/prometheus/client_golang 1.19.1 1.20.5

Updates cloud.google.com/go/compute from 1.27.1 to 1.28.2

Commits
  • 47bb902 chore: release main (#10988)
  • 2b8ca4b chore: add Protobuf warning to release notes (#11025)
  • 8bb87d5 chore: update google.golang.org/api to v0.203.0 (#11022)
  • d40fbff fix(storage): Skip only specific transport tests. (#11016)
  • ff06fc2 fix: Fix default service account tests on GCE. (#11021)
  • 6071167 feat(alloydb): add new PSC instance configuration setting and output the PSC ...
  • 15eacb9 chore: update SA used for tests (#11018)
  • e78389d chore: fix doc publish creds (#11019)
  • 1d7ee9f chore(main): release auth 0.9.9 (#11003)
  • 6e69d2e feat(texttospeech): add brand voice lite, which lets you clone a voice with j...
  • Additional commits viewable in compare view


Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.

sdk/azidentity/v1.8.0

1.8.0 (2024-10-08)

Other Changes

  • AzurePipelinesCredential sets an additional OIDC request header so that it receives a 401 instead of a 302 after presenting an invalid system access token
  • Allow logging of debugging headers for AzurePipelinesCredential and include them in error messages

sdk/azidentity/v1.8.0-beta.3

1.8.0-beta.3 (2024-09-17)

Features Added

  • Added ObjectID type for ManagedIdentityCredentialOptions.ID

Other Changes

  • Removed redundant content from error messages

sdk/azidentity/v1.8.0-beta.2

1.8.0-beta.2 (2024-08-06)

Breaking Changes

  • NewManagedIdentityCredential now returns an error when a user-assigned identity is specified on a platform whose managed identity API doesn't support that. ManagedIdentityCredential.GetToken() formerly logged a warning in these cases. Returning an error instead prevents the credential authenticating an unexpected identity, causing a client to act with unexpected privileges. The affected platforms are:
    • Azure Arc
    • Azure ML (when a resource ID is specified; client IDs are supported)
    • Cloud Shell
    • Service Fabric

Other Changes

  • If DefaultAzureCredential receives a non-JSON response when probing IMDS before attempting to authenticate a managed identity, it continues to the next credential in the chain instead of immediately returning an error.

sdk/messaging/azservicebus/v1.7.3

1.7.3 (2024-10-14)

Bugs Fixed

  • Apply fix from @​bcho for overflows with retries. (PR#23562)

sdk/messaging/azservicebus/v1.7.2

1.7.2 (2024-09-11)

Bugs Fixed

... (truncated)

Commits


Updates github.com/aws/aws-sdk-go-v2 from 1.30.1 to 1.32.2

Commits


Updates github.com/aws/aws-sdk-go-v2/config from 1.27.23 to 1.28.0

Commits


Updates github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.14.7 to 1.15.12

Commits


Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.1 to 1.36.2

Commits


Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.167.1 to 1.186.0

Commits


Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.57.1 to 1.66.1

Commits


Updates github.com/docker/distribution from 2.8.1+incompatible to 2.8.3+incompatible

Release notes

Sourced from github.com/docker/distribution's releases.

v2.8.3

What's Changed

New Contributors

Full Changelog: https://github.com/distribution/distribution/compare/v2.8.2...v2.8.3

v2.8.2

What's Changed

Full Changelog: https://github.com/distribution/distribution/compare/v2.8.1...v2.8.2

v2.8.2-beta.2

What's Changed

Full Changelog: https://github.com/distribution/distribution/compare/v2.8.1...v2.8.2-beta.2

v2.8.2-beta.1

... (truncated)

Commits
  • 4772604 Merge pull request #4088 from distribution/2.8.3-release-notes
  • a4fa699 Add v2.8.3 release notes
  • 1eb2c30 Merge pull request #4068 from milosgajdos/2_8-dont-close-request-body
  • 5e6b1b5 Do not close HTTP request body in HTTP handler
  • 2b76378 Merge pull request #4064 from thaJeztah/2.8_backport_nodigestset
  • 29b00e8 digestset: deprecate package in favor of go-digest/digestset
  • d1ab243 [release/2.8] vendor: github.com/opencontainers/go-digest v1.0.0
  • 11eb419 Merge pull request #4063 from thaJeztah/2.8_backport_switch_reference
  • 3dda067 deprecate reference package, migrate to github.com/distribution/reference
  • da05539 Merge pull request #4053 from thaJeztah/2.8_backport_set-content-type-client-...
  • Additional commits viewable in compare view


Updates github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

Release 10.22.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/validator/compare/v10.22.0...v10.22.1

Commits


Updates github.com/hetznercloud/hcloud-go from 1.57.0 to 1.59.1

Release notes

Sourced from github.com/hetznercloud/hcloud-go's releases.

v1.59.1

1.59.1 (2024-08-09)

Bug Fixes

  • invalid_input API errors may not return details (bfa3803)

v1.59.0

1.59.0 (2024-08-06)

Features

  • network: add new network zone ap-southeast (#502) (0104ec0)

v1.58.0

1.58.0 (2024-07-25)

API Changes for Traffic Prices and Server Type Included Traffic

There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.

You can learn more about this change in our changelog.

Upgrading

Server Type Included Traffic

If you were using the field hcloud.ServerType.IncludedTraffic, you can now get the information through hcloud.ServerType.Pricings:

func main() {
// previous
includedTraffic := serverType.IncludedTraffic
// now
locationOfInterest := "fsn1"
var includedTraffic uint64
for _, price := range serverType.Pricings {
    if price.Location.Name == locationOfInterest {
        includedTraffic = price.IncludedTraffic
        break
    }
}

}

Traffic Prices

... (truncated)

Changelog

Sourced from github.com/hetznercloud/hcloud-go's changelog.

1.59.1 (2024-08-09)

Bug Fixes

  • invalid_input API errors may not return details (bfa3803)

1.59.0 (2024-08-06)

Features

  • network: add new network zone ap-southeast (#502) (0104ec0)

1.58.0 (2024-07-25)

API Changes for Traffic Prices and Server Type Included Traffic

There will be a breaking change in the API regarding Traffic Prices and Server Type Included Traffic on 2024-08-05. This release marks the affected fields as Deprecated. Please check if this affects any of your code and switch to the replacement fields where necessary.

You can learn more about this change in our changelog.

Upgrading

Server Type Included Traffic

If you were using the field hcloud.ServerType.IncludedTraffic, you can now get the information through hcloud.ServerType.Pricings:

func main() {
// previous
includedTraffic := serverType.IncludedTraffic
// now
locationOfInterest := "fsn1"
var includedTraffic uint64
for _, price := range serverType.Pricings {
    if price.Location.Name == locationOfInterest {
        includedTraffic = price.IncludedTraffic
        break
    }
}

}

Traffic Prices

If you were using the field hcloud.Pricing.Traffic, you can now get the information through hcloud.Pricing.ServerTypes or hcloud.Pricing.LoadBalancerTypes:

</tr></table> 

... (truncated)

Commits
  • f531ce8 chore(release-1.x): release 1.59.1 (#510)
  • bfa3803 fix: invalid_input API errors may not return details [Backport release-1.x]...
  • be7345b chore(release-1.x): release 1.59.0 (#503)
  • 0104ec0 feat(network): add new network zone ap-southeast [release-1.x] (#502)
  • 108237d chore(release-1.x): release 1.58.0 (#497)
  • 90c3110 feat: new APIs for traffic pricings (#496)
  • See full diff in compare view


Updates github.com/oracle/oci-go-sdk/v65 from 65.68.0 to 65.77.1

Release notes

Sourced from github.com/oracle/oci-go-sdk/v65's releases.

65.77.1

Added

  • Reverted Cloudbridgs service changes from v65.77.0

65.77.0

Added

  • Support for resource locking in the File storage service

  • Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service

  • Support for generated tokens on create secret operations in the Identity Domains service

  • Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service

  • Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service

  • Support for model backup retention and restore in the Datascience service

  • Support for host capacity planning for host IO metrics in the Operations Insight service

  • Support for FastConnect redundancy in the Compute service

  • Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service

  • Support for platform configurations and metadata management in the Fleet Application Management service

  • Support for management of compliance policy rules in the Fleet Application Management service

  • Support for compliance report details based on compliance policy in the Fleet Application Management service

  • Support for administrative settings like auto discovery frequency in the Fleet Application Management service

Breaking Changes

  • The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service

  • The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service

  • The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service

  • The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service

File Checksums (SHA256)

oci-go-sdk-65.77.0.zip 25ff5066614fce301800816c0d0a693efb13b46a35cb12c0a3bfa154c122533b

... (truncated)

Changelog

Sourced from github.com/oracle/oci-go-sdk/v65's changelog.

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

65.77.0 - 2024-10-22

Added

  • Support for resource locking in the File storage service
  • Support for customer managed keys via Azure key vault and Amazon Web Services key vault in the Database service
  • Support for generated tokens on create secret operations in the Identity Domains service
  • Support for creating and updating Amazon Web Services asset-sources, EC2 and EBS assets in the Cloud Bridge service
  • Support for listing Amazon Web Services regions which are available for discovery and migration in the Cloud Bridge service
  • Support for model backup retention and restore in the Datascience service
  • Support for host capacity planning for host IO metrics in the Operations Insight service
  • Support for FastConnect redundancy in the Compute service
  • Support for create, publish, clone and delete operations on runbooks in the Fleet Application Management service
  • Support for platform configurations and metadata management in the Fleet Application Management service
  • Support for management of compliance policy rules in the Fleet Application Management service
  • Support for compliance report details based on compliance policy in the Fleet Application Management service
  • Support for administrative settings like auto discovery frequency in the Fleet Application Management service

Breaking Changes

  • The operation UpdatePlugin was removed from the OcbAgentSvcClient client in the Cloud Bridge service
  • The properties Compute, VmwareVM, and VmwareVCenter were made mandatory in the request model CreateVmwareVmAssetDetails in the Cloud Bridge service
  • The property Data was made mandatory in the request model ImportInventoryViaAssetsDetail in the Cloud Bridge service
  • The enum HOST_CONTAINERS was removed from the enum MetricNameEnum in the model HostPerformanceMetricGroup in the Operations Insight service

65.76.0 - 2024-10-15

Added

  • Support for open id connect discovery in the Oracle Kubernetes Engine service
  • Support for DNS security extensions (DNSSEC) in the DNS service
  • Support for restoring delta between backups to a new volume in the Block Volume service
  • Support for cross region backup copy and replication for volumes encrypted with customer keys in the Block Volume service
  • Support for list operation on deployment environments in the GoldenGate service
  • Support for defining environment types for deployments in the GoldenGate service

Breaking Changes

  • The type of property Category was changed from DeploymentTypeSummaryCategoryEnum to DeploymentCategoryEnum in the model DeploymentTypeSummary in the GoldenGate service

65.75.2 - 2024-10-08

Added

  • Support for OCI Secure Desktops service
  • Support for window preferences on cloud automation tooling updates on ExaCC and ExaCS VM clusters in the Database service
  • Support for maintenance windows in the Stack Monitoring service
  • Renamed service OCI Container Engine to OCI Kubernetes Engine
  • Support for password as an optional parameter on creating admin users in the Fusion Apps as a Service
  • Support for IAM credentials for autonomous databases in the Operations Insights service

65.75.1 - 2024-10-01

... (truncated)

Commits
  • 739e435 Merge pull request #536 from oracle/AddBackUpdatePluginAPI
  • a94bc50 Revert cloud bridge changes
  • 57faae8 Releasing version 65.77.0
  • 83a9a45 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-22
  • 8911176 Releasing version 65.77.0
  • 6b26b32 Releasing version 65.76.0
  • 9f9d811 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-15
  • 1d12f26 Releasing version 65.76.0
  • 3b5c377 Releasing version 65.75.2
  • d29b674 Merge remote-tracking branch 'bitbucket/github' into release_2024-10-08
  • Additional commits viewable in compare view


Updates github.com/tidwall/gjson from 1.17.1 to 1.18.0

Commits


Updates go.mongodb.org/mongo-driver from 1.16.0 to 1.17.1

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.1

The MongoDB Go Driver Team is pleased to release version 1.17.1 of the official Go driver.

Release Notes

This release improves the behavior of connection checkout by checking for closed connections.

It also fixes a bug where the authSource from a TXT record would be overridden for auth mechanisms that require an authSource of $external.


For a full list of tickets included in this release, please see the links below:

Full Changelog: v1.17.0...v1.17.1

Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!

MongoDB Go Driver 1.17.0

The MongoDB Go Driver Team is pleased to release version 1.17.0 of the official MongoDB Go driver.

Release Notes

This release adds support for client authentication using OpenID Connect (MONGODB-OIDC), and for the Queryable Encryption Range Protocol. The driver now supports MongoDB 8.0. Additionally, IndexView has been extended to include methods for dropping indexes by key (i.e. DropOneWithKey and DropWithKey).

[!NOTE]

This is the last planned minor release in the 1.x series. Future driver versions will be in the 2.x series. The v1.17.x will still receive security and bug fixes for a year.

Queryable Encryption Range Protocol

Added range protocol support for Queryable Encryption.

MONGODB-OIDC

Added support OpenID Connect (OIDC) authentication for workload identities. A workload identity is an identity you assign to a software workload, such as an application, service, script, or container, to authenticate and access other services and resources.

See the documentation for more details.


For a full list of tickets included in this release, please see the links below:

... (truncated)

Commits
  • 070817d BUMP v1.17.1
  • b45e5d9 GODRIVER-3156 Detect and discard closed idle connections. (#1815) [release/1....
  • b473d1b GODRIVER-3313 [release/1.17] Skip CSOT spec tests on Windows and macOS. (#1838)
  • c0afeee GODRIVER-3358 [release/1.17] Do not override authSource from TXT record (#1840)
  • bd39092 GODRIVER-2589 [release/1.17] Clarify *Cursor.All() behavior in comment. (#1...
  • b7e6686 DEVPROD-10453 Use assume_role for s3 uploads [release/1.17] (#1824) (#1837)
  • 3911a1b update repo metadata
  • 5484657 BUMP v1.17.0
  • be25b9a GODRIVER-3302 Handle malformatted message length properly. (#1758)
  • 4757f44 GODRIVER-3312 Use remaining test secrets from the vault [v1] (#1811)
  • Additional commits viewable in compare view


Updates golang.org/x/crypto from 0.26.0 to 0.28.0

Commits
  • adef4cc go.mod: update golang.org/x dependencies
  • a0819fb sha3: fix cSHAKE initialization for extremely large N and or S
  • 42ee18b ssh: return ServerAuthError after too many auth failures
  • 9e92970 bn256: add missing symbols in comment
  • c9da6b9 all: fix printf(var) mistakes detected by latest printf checker
  • b35ab4f go.mod: update golang.org/x dependencies
  • bcb0f91 internal/poly1305: Port sum_amd64.s to Avo
  • 7eace71 chacha20poly1305: Avo port of chacha20poly1305_amd64.s
  • 620dfbc salsa20/salsa: Port salsa20_amd64.s to Avo
  • 82942cf blake2b: port blake2b_amd64.s to Avo
  • Additional commits viewable in compare view


Updates google.golang.org/api from 0.186.0 to 0.203.0

Release notes

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

v0.203.0

0.203.0 (2024-10-23)

Features

v0.202.0

0.202.0 (2024-10-22)

Features

v0.201.0

0.201.0 (2024-10-15)

Features

v0.200.0

0.200.0 (2024-10-09)

Features

v0.199.0