busser / murmur

Pass secrets as environment variables to a process
Apache License 2.0
120 stars 7 forks source link

⬆️[Go] Update Go packages #485

Open renovate[bot] opened 4 months ago

renovate[bot] commented 4 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/secretmanager v1.13.1 -> v1.14.2 age adoption passing confidence
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 -> v1.16.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 v1.27.0 -> v1.32.3 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config v1.27.16 -> v1.28.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.29.1 -> v1.34.3 age adoption passing confidence
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27 -> v1.0.0-beta.30 age adoption passing confidence
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence
k8s.io/client-go v0.30.1 -> v0.31.2 age adoption passing confidence

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2) ### [`v1.32.3`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.2...v1.32.3) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.2...v1.32.3) ### [`v1.32.2`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.1...v1.32.2) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.1...v1.32.2) ### [`v1.32.1`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.0...v1.32.1) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.0...v1.32.1) ### [`v1.32.0`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.31.0...v1.32.0) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.31.0...v1.32.0) ### [`v1.31.0`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.1...v1.31.0) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.5...v1.31.0) ### [`v1.30.5`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.4...v1.30.5) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.4...v1.30.5) ### [`v1.30.4`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.30.4) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.3...v1.30.4) ### [`v1.30.3`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.2...v1.30.3) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.2...v1.30.3) ### [`v1.30.2`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.1...v1.30.2) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.1...v1.30.2) ### [`v1.30.1`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.0...v1.30.1) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.30.0...v1.30.1) ### [`v1.30.0`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.29.0...v1.30.0) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.29.0...v1.30.0) ### [`v1.29.0`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.28.0...v1.29.0) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.28.0...v1.29.0) ### [`v1.28.0`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.27.1...v1.28.0) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.27.2...v1.28.0) ### [`v1.27.2`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.27.1...v1.27.2) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.27.1...v1.27.2) ### [`v1.27.1`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.27.0...v1.27.1) [Compare Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.27.0...v1.27.1)
scaleway/scaleway-sdk-go (github.com/scaleway/scaleway-sdk-go) ### [`v1.0.0-beta.30`](https://redirect.github.com/scaleway/scaleway-sdk-go/releases/tag/v1.0.0-beta.30) [Compare Source](https://redirect.github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.29...v1.0.0-beta.30) #### What's Changed ##### Feats - feat(ipam): allow to list available IPs for given resource types by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2138](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2138) - feat(secret_manager): add secret type to browse secret request by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2139](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2139) - feat(domain): add dnssec information by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2141](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2141) - feat(edge_services): add args for List filters by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2142](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2142) - feat(webhosting): add domain api by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2143](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2143) - feat(tem): update Webhook event status by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2144](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2144) - feat(apple_silicon): expose ssh/sudo credentials in public APIs by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2146](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2146) - feat(domain): support SVCB and HTTPS DNS record types by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2147](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2147) - feat(vpc_gw): add ability to upgrade Public Gateway to a specific commercial offer type by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2151](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2151) - feat(iam): expose `condition` field by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2154](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2154) - feat(container): add support for LocalStorageLimit by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2156](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2156) - feat(k8s): add support for GetNodeMetadata by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2158](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2158) - feat(tem): add support for Autoconfig by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2159](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2159) - feat(dedibox): add waiter support for Service and Server by [@​Laure-di](https://redirect.github.com/Laure-di) in [https://github.com/scaleway/scaleway-sdk-go/pull/2157](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2157) - feat(k8s): add max_etcd_size in ClusterType by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2161](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2161) - feat(apple_silicon): adapt public API for automatic server deletion by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2164](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2164) - feat(webhosting): add first version of the classic mail api by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2165](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2165) - feat(k8s): add migration to SBS CSI by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2166](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2166) - feat(secret_manager): add used_by field to Secret by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2168](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2168) - feat(key_manager): add new methods ImportKeyMaterial and DeleteKeyMaterial by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2169](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2169) - feat(block): add nl-ams-2 in sbs localities by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2171](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2171) - feat(serverless_sqldb): add field db_size in message DatabaseBackup by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2172](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2172) - feat(tem): add support for UpdateDomain by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2174](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2174) - feat(ipam): add support for AttachIP, DetachIP, MoveIP for custom resource by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2175](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2175) - feat(serverless): remove IssueJWT functions deprecated in favor of CreateToken by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2195](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2195) - feat(instance): deprecate use of NATed IP in instance api documentation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2196](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2196) - Revert "feat(instance): deprecate use of NATed IP in instance api documentation" by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2197](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2197) ##### Fixes - fix(tem): minor adjustments by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2140](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2140) - fix(webhosting): add missing post body by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2145](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2145) - fix(instance): change export_uri to deprecated by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2150](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2150) - fix(inference): change DeploymentId to DeploymentID to respect format by [@​Laure-di](https://redirect.github.com/Laure-di) in https://github.com/scaleway/scaleway-sdk- - fix: add newlines in logs by [@​Codelax](https://redirect.github.com/Codelax) in [https://github.com/scaleway/scaleway-sdk-go/pull/2170](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2170) - fix(scw): get user-agent from debug info by [@​Codelax](https://redirect.github.com/Codelax) in [https://github.com/scaleway/scaleway-sdk-go/pull/2173](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2173) ##### Documentation - docs(tem): add info about webhooks by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2148](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2148) - docs(tem): add missing webhook service documentation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2149](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2149) - docs(key_manager): update documentation by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2152](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2152) - docs(block): change documentation for ImportSnapshotFromS3 by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2153](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2153) - docs(k8s): add documentation for MigrateClusterToRoutedIPsRequest ClusterID field by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2193](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2193) - docs(vpc): add generation for EnableRouting by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2194](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2194) ##### Chores - chore: fix checkout and setup-go ordering to optimize cache usage by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2162](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2162) - chore: add support for labeler by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2167](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2167) go/pull/2163 - chore: add support for gci, gofmt, gofumpt, goimports and whitespace by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2176](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2176) - chore: add support for durationcheck, mirror, gochecksumtype by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2177](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2177) - chore: add support for unused by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2179](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2179) - chore: add support for gocritic and goconst by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2180](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2180) - chore: add support for usestdlibvars, wastedassign and zerologlint by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2178](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2178) - chore: add support for staticcheck by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2181](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2181) - chore: add support for gosimple and other linters by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2182](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2182) - chore: add support for perfsprint and other linters by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2186](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2186) - chore: add support for unconvert by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2183](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2183) - chore: add support for thelper by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2184](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2184) - chore: add support for misspell by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2185](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2185) - chore: add support for revive by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2188](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2188) - chore: add support for ireturn by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2187](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2187) - chore: add support for bodyclose by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2190](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2190) - chore: add support for noctx by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2191](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2191) - chore: add support for canonicalheaders by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2192](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2192) **Full Changelog**: https://github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.29...v1.0.0-beta.30 ### [`v1.0.0-beta.29`](https://redirect.github.com/scaleway/scaleway-sdk-go/releases/tag/v1.0.0-beta.29) [Compare Source](https://redirect.github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.28...v1.0.0-beta.29) #### What's Changed ##### Features - feat(baremetal): update naming Private Network for EM API by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2109](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2109) - feat(cockpit): create route to list all alerts OP-1289 by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2110](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2110) - feat: update generated APIs by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2113](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2113) - feat(edge_services): add API by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2114](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2114) - feat(edge_services): add waiters by [@​yfodil](https://redirect.github.com/yfodil) in [https://github.com/scaleway/scaleway-sdk-go/pull/2121](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2121) - feat: add decimal custom type by [@​Codelax](https://redirect.github.com/Codelax) in [https://github.com/scaleway/scaleway-sdk-go/pull/2112](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2112) - feat(container): add support for ContainerSandbox by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2116](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2116) - feat(inference): fix url path for inference by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2117](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2117) - feat(secret_manager): add ListSecretTypes endpoint by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2118](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2118) - feat(cockpit): add update datasource method by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2132](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2132) - feat(instance): document instance commercial-type restriction by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2128](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2128) - feat(vpc): add custom routes CRUD by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2136](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2136) - feat(inference): update inference models ordering by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2137](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2137) - feat: add unique identifier to logged requests by [@​Codelax](https://redirect.github.com/Codelax) in [https://github.com/scaleway/scaleway-sdk-go/pull/2055](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2055) - feat(lb): display ipam_id for pn attachment in doc by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2125](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2125) - feat(webhosting): add available languages in control panel by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2131](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2131) ##### Fixes - fix(ipam/v1): allow source field to be null in responses by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2108](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2108) - fix(serverless): support rust179 instead of rust178 by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2111](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2111) - fix(instance): correct bootscript architecture field name by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2115](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2115) - fix(llm-inference): remove namespace by [@​Laure-di](https://redirect.github.com/Laure-di) in [https://github.com/scaleway/scaleway-sdk-go/pull/2123](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2123) - fix(marketplace): order by type by default by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2120](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2120) - fix(marketplace): order local images by type by default by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2129](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2129) ##### Others - chore: add support for codeowners by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2122](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2122) - chore: fix goreleaser format by [@​remyleone](https://redirect.github.com/remyleone) in [https://github.com/scaleway/scaleway-sdk-go/pull/2126](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2126) - chore(deps): bump goreleaser/goreleaser-action from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2124](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2124) - docs(serverless): document Sandbox enum by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2130](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2130) **Full Changelog**: https://github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.28...v1.0.0-beta.29 ### [`v1.0.0-beta.28`](https://redirect.github.com/scaleway/scaleway-sdk-go/releases/tag/v1.0.0-beta.28) [Compare Source](https://redirect.github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.27...v1.0.0-beta.28) #### feat - feat(baremetal): add name filter for ListOffersRequest by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2088](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2088) - feat(k8s): remove MigrateToPrivateNetwork rpc by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2089](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2089) - feat(instance): move EncryptedRdpPassword elements to Server by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2090](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2090) - feat(tem): read update delete webhook(s) by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2091](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2091) - feat(block): add exporting snapshot to s3 by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2092](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2092) - feat(tem): list webhooks by domain ID by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2093](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2093) - feat(serverless): add node22, python312, php83, go122 and rust178 runtimes by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2094](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2094) - feat: add enum values by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2095](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2095) - feat(instance): add waitForRDPPassword by [@​Codelax](https://redirect.github.com/Codelax) in [https://github.com/scaleway/scaleway-sdk-go/pull/2101](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2101) - feat(instance): adapt pnic creation to ipam workflow by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2096](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2096) - feat(key_manager): add cli positional arguments and key usage doc by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2099](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2099) - feat(serverless_jobs): include ListJobsResources method to sdk by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2100](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2100) - feat(llm_inference): add model_id field in Deployment message by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2102](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2102) - feat(tem): add support for filter in webhooks by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2106](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2106) #### Fixes - fix(dedibox): change ip_id from string to uint64 by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2104](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2104) - fix(secret_manager): update secret version status enum doc by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2087](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2087) #### Documentation - docs(lb): change default value for assign_flexible_ip by [@​scaleway-bot](https://redirect.github.com/scaleway-bot) in [https://github.com/scaleway/scaleway-sdk-go/pull/2105](https://redirect.github.com/scaleway/scaleway-sdk-go/pull/2105) **Full Changelog**: https://github.com/scaleway/scaleway-sdk-go/compare/v1.0.0-beta.27...v1.0.0-beta.28
spf13/cobra (github.com/spf13/cobra) ### [`v1.8.1`](https://redirect.github.com/spf13/cobra/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.8.0...v1.8.1) #### ✨ Features - Add env variable to suppress completion descriptions on create by [@​scop](https://redirect.github.com/scop) in [https://github.com/spf13/cobra/pull/1938](https://redirect.github.com/spf13/cobra/pull/1938) #### 🐛 Bug fixes - Micro-optimizations by [@​scop](https://redirect.github.com/scop) in [https://github.com/spf13/cobra/pull/1957](https://redirect.github.com/spf13/cobra/pull/1957) #### 🔧 Maintenance - build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cobra/pull/2127](https://redirect.github.com/spf13/cobra/pull/2127) - Consistent annotation names by [@​nirs](https://redirect.github.com/nirs) in [https://github.com/spf13/cobra/pull/2140](https://redirect.github.com/spf13/cobra/pull/2140) - Remove fully inactivated linters by [@​nirs](https://redirect.github.com/nirs) in [https://github.com/spf13/cobra/pull/2148](https://redirect.github.com/spf13/cobra/pull/2148) - Address golangci-lint deprecation warnings, enable some more linters by [@​scop](https://redirect.github.com/scop) in [https://github.com/spf13/cobra/pull/2152](https://redirect.github.com/spf13/cobra/pull/2152) #### 🧪 Testing & CI/CD - Add test for func in cobra.go by [@​korovindenis](https://redirect.github.com/korovindenis) in [https://github.com/spf13/cobra/pull/2094](https://redirect.github.com/spf13/cobra/pull/2094) - ci: test golang 1.22 by [@​cyrilico](https://redirect.github.com/cyrilico) in [https://github.com/spf13/cobra/pull/2113](https://redirect.github.com/spf13/cobra/pull/2113) - Optimized and added more linting by [@​scop](https://redirect.github.com/scop) in [https://github.com/spf13/cobra/pull/2099](https://redirect.github.com/spf13/cobra/pull/2099) - build(deps): bump actions/setup-go from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cobra/pull/2087](https://redirect.github.com/spf13/cobra/pull/2087) - build(deps): bump actions/labeler from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cobra/pull/2086](https://redirect.github.com/spf13/cobra/pull/2086) - build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cobra/pull/2108](https://redirect.github.com/spf13/cobra/pull/2108) - build(deps): bump actions/cache from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/spf13/cobra/pull/2102](https://redirect.github.com/spf13/cobra/pull/2102) #### ✏️ Documentation - Fixes and docs for usage as plugin by [@​nirs](https://redirect.github.com/nirs) in [https://github.com/spf13/cobra/pull/2070](https://redirect.github.com/spf13/cobra/pull/2070) - flags: clarify documentation that LocalFlags related function do not modify the state by [@​niamster](https://redirect.github.com/niamster) in [https://github.com/spf13/cobra/pull/2064](https://redirect.github.com/spf13/cobra/pull/2064) - chore: remove repetitive words by [@​racerole](https://redirect.github.com/racerole) in [https://github.com/spf13/cobra/pull/2122](https://redirect.github.com/spf13/cobra/pull/2122) - Add LXC to the list of projects using Cobra [@​VaradBelwalkar](https://redirect.github.com/VaradBelwalkar) in [https://github.com/spf13/cobra/pull/2071](https://redirect.github.com/spf13/cobra/pull/2071) - Update projects_using_cobra.md by [@​marcuskohlberg](https://redirect.github.com/marcuskohlberg) in [https://github.com/spf13/cobra/pull/2089](https://redirect.github.com/spf13/cobra/pull/2089) - \[chore]: update projects using cobra by [@​cmwylie19](https://redirect.github.com/cmwylie19) in [https://github.com/spf13/cobra/pull/2093](https://redirect.github.com/spf13/cobra/pull/2093) - Add Taikun CLI to list of projects by [@​Smidra](https://redirect.github.com/Smidra) in [https://github.com/spf13/cobra/pull/2098](https://redirect.github.com/spf13/cobra/pull/2098) - Add Incus to the list of projects using Cobra by [@​montag451](https://redirect.github.com/montag451) in [https://github.com/spf13/cobra/pull/2118](https://redirect.github.com/spf13/cobra/pull/2118) #### New Contributors - [@​VaradBelwalkar](https://redirect.github.com/VaradBelwalkar) made their first contribution in [https://github.com/spf13/cobra/pull/2071](https://redirect.github.com/spf13/cobra/pull/2071) - [@​marcuskohlberg](https://redirect.github.com/marcuskohlberg) made their first contribution in [https://github.com/spf13/cobra/pull/2089](https://redirect.github.com/spf13/cobra/pull/2089) - [@​cmwylie19](https://redirect.github.com/cmwylie19) made their first contribution in [https://github.com/spf13/cobra/pull/2093](https://redirect.github.com/spf13/cobra/pull/2093) - [@​korovindenis](https://redirect.github.com/korovindenis) made their first contribution in [https://github.com/spf13/cobra/pull/2094](https://redirect.github.com/spf13/cobra/pull/2094) - [@​niamster](https://redirect.github.com/niamster) made their first contribution in [https://github.com/spf13/cobra/pull/2064](https://redirect.github.com/spf13/cobra/pull/2064) - [@​Smidra](https://redirect.github.com/Smidra) made their first contribution in [https://github.com/spf13/cobra/pull/2098](https://redirect.github.com/spf13/cobra/pull/2098) - [@​montag451](https://redirect.github.com/montag451) made their first contribution in [https://github.com/spf13/cobra/pull/2118](https://redirect.github.com/spf13/cobra/pull/2118) - [@​cyrilico](https://redirect.github.com/cyrilico) made their first contribution in [https://github.com/spf13/cobra/pull/2113](https://redirect.github.com/spf13/cobra/pull/2113) - [@​racerole](https://redirect.github.com/racerole) made their first contribution in [https://github.com/spf13/cobra/pull/2122](https://redirect.github.com/spf13/cobra/pull/2122) - [@​pedromotita](https://redirect.github.com/pedromotita) made their first contribution in [https://github.com/spf13/cobra/pull/2120](https://redirect.github.com/spf13/cobra/pull/2120) - [@​cubxxw](https://redirect.github.com/cubxxw) made their first contribution in [https://github.com/spf13/cobra/pull/2128](https://redirect.github.com/spf13/cobra/pull/2128) *** Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍 **Full Changelog**: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
kubernetes/client-go (k8s.io/client-go) ### [`v0.31.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.1...v0.31.2) ### [`v0.31.1`](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.31.0...v0.31.1) ### [`v0.31.0`](https://redirect.github.com/kubernetes/client-go/compare/v0.30.4...v0.31.0) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.30.6...v0.31.0) ### [`v0.30.6`](https://redirect.github.com/kubernetes/client-go/compare/v0.30.5...v0.30.6) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.30.5...v0.30.6) ### [`v0.30.5`](https://redirect.github.com/kubernetes/client-go/compare/v0.30.4...v0.30.5) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.30.4...v0.30.5) ### [`v0.30.4`](https://redirect.github.com/kubernetes/client-go/compare/v0.30.3...v0.30.4) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.30.3...v0.30.4) ### [`v0.30.3`](https://redirect.github.com/kubernetes/client-go/compare/v0.30.2...v0.30.3) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.30.2...v0.30.3) ### [`v0.30.2`](https://redirect.github.com/kubernetes/client-go/compare/v0.30.1...v0.30.2) [Compare Source](https://redirect.github.com/kubernetes/client-go/compare/v0.30.1...v0.30.2)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.2 -> v1.7.0
cloud.google.com/go/auth v0.4.1 -> v0.9.9
cloud.google.com/go/auth/oauth2adapt v0.2.2 -> v0.2.4
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 -> v1.12.0
github.com/go-logr/logr v1.4.1 -> v1.4.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.54.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.54.0
go.opentelemetry.io/otel v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.29.0
golang.org/x/net v0.25.0 -> v0.30.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/time v0.5.0 -> v0.7.0
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 -> v0.0.0-20241015192408-796eee8c2d53
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.2
cloud.google.com/go/iam v1.1.8 -> v1.2.1
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 -> v1.10.0
github.com/aws/aws-sdk-go-v2/credentials v1.17.16 -> v1.17.42
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.3 -> v1.16.18
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.7 -> v1.3.22
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.7 -> v2.6.22
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.9 -> v1.12.3
github.com/aws/aws-sdk-go-v2/service/sso v1.20.9 -> v1.24.3
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.3 -> v1.28.3
github.com/aws/aws-sdk-go-v2/service/sts v1.28.10 -> v1.32.3
github.com/aws/smithy-go v1.20.2 -> v1.22.0
github.com/google/s2a-go v0.1.7 -> v0.1.8
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.12.4 -> v2.13.0
golang.org/x/crypto v0.23.0 -> v0.28.0
golang.org/x/oauth2 v0.20.0 -> v0.23.0
golang.org/x/sys v0.20.0 -> v0.26.0
golang.org/x/text v0.15.0 -> v0.19.0
google.golang.org/api v0.180.0 -> v0.203.0
google.golang.org/grpc v1.63.2 -> v1.67.1
google.golang.org/protobuf v1.34.1 -> v1.35.1