GoogleCloudPlatform / cloud-foundation-toolkit

The Cloud Foundation toolkit provides GCP best practices as code.
Apache License 2.0
940 stars 451 forks source link

chore(deps): update go modules #2429

Closed renovate-bot closed 1 month ago

renovate-bot commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
cloud.google.com/go/asset v1.19.1 -> v1.19.3 age adoption passing confidence require patch v1.19.4
cloud.google.com/go/storage v1.42.0 -> v1.43.0 age adoption passing confidence require minor
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.15.1 -> v0.16.0 age adoption passing confidence require minor
github.com/gomarkdown/markdown 642f0ee -> 2eda941 age adoption passing confidence require digest
github.com/hashicorp/hcl/v2 v2.20.1 -> v2.21.0 age adoption passing confidence require minor
github.com/hashicorp/terraform-config-inspect 271db41 -> 9fc3669 age adoption passing confidence require digest
github.com/open-policy-agent/opa v0.65.0 -> v0.66.0 age adoption passing confidence require minor
google.golang.org/api v0.184.0 -> v0.188.0 age adoption passing confidence require minor

Release Notes

hashicorp/hcl (github.com/hashicorp/hcl/v2) ### [`v2.21.0`](https://togithub.com/hashicorp/hcl/blob/HEAD/CHANGELOG.md#v2210-June-19-2024) [Compare Source](https://togithub.com/hashicorp/hcl/compare/v2.20.1...v2.21.0) ##### Enhancements - Introduce `ParseTraversalPartial`, which allows traversals that include the splat (`[*]`) index operator. ([#​673](https://togithub.com/hashicorp/hcl/pull/673)) - ext/dynblock: Now accepts marked values in `for_each`, and will transfer those marks (as much as technically possible) to values in the generated blocks. ([#​679](https://togithub.com/hashicorp/hcl/pull/679)) ##### Bugs Fixed - Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. ([#​678](https://togithub.com/hashicorp/hcl/pull/678))
open-policy-agent/opa (github.com/open-policy-agent/opa) ### [`v0.66.0`](https://togithub.com/open-policy-agent/opa/releases/tag/v0.66.0) [Compare Source](https://togithub.com/open-policy-agent/opa/compare/v0.65.0...v0.66.0) v0.66.0 This release contains a mix of features, performance improvements, and bugfixes. ##### Improved Test Reports ([2546](https://togithub.com/open-policy-agent/opa/issues/2546)) The `opa test` command now includes a new `--var-values` flag that enriches reporting of failed tests with the values and locations for variables in the failing expression. E.g.: FAILURES -------------------------------------------------------------------------------- data.test.test_my_policy: FAIL (0ms) test.rego:8: x == y + z | | | | | 3 | y + z: 5 | y: 2 1 SUMMARY -------------------------------------------------------------------------------- test.rego: data.test.test_foo: FAIL (0ms) -------------------------------------------------------------------------------- FAIL: 1/1 Authored by [@​johanfylling](https://togithub.com/johanfylling), reported by [@​grosser](https://togithub.com/grosser). ##### Reading stdin in `opa exec` ([#​6538](https://togithub.com/open-policy-agent/opa/issues/6538)) The `opa exec` command now supports reading `input` documents from stdin with the `--stdin-input` (`-I`) flag. E.g.: ```shell $ echo '{"user": "alice"}' | opa exec --stdin-input --bundle my_bundle ``` Authored by [@​colinjlacy](https://togithub.com/colinjlacy), reported by [@​humbertoc-silva](https://togithub.com/humbertoc-silva). ##### Topdown and Rego - ast: Fix blanket "unexpected assign token" error message / usability issue ([#​6563](https://togithub.com/open-policy-agent/opa/issues/6563)) authored by [@​anderseknert](https://togithub.com/anderseknert) - ast: Fix wrong location on metadata parse errors on first line ([#​6587](https://togithub.com/open-policy-agent/opa/issues/6587)) authored by [@​anderseknert](https://togithub.com/anderseknert) - ast: Fix/inspect unknowns in with stmt ([#​6812](https://togithub.com/open-policy-agent/opa/issues/6812)) authored by [@​johanfylling](https://togithub.com/johanfylling) reported by [@​surajupadhyay01](https://togithub.com/surajupadhyay01) - ast: Include original text in annotation location text attribute ([#​6779](https://togithub.com/open-policy-agent/opa/issues/6779)) authored by [@​anderseknert](https://togithub.com/anderseknert) - ast: Expanding nested expressions in `every` domain ([#​6790](https://togithub.com/open-policy-agent/opa/issues/6790)) authored by [@​johanfylling](https://togithub.com/johanfylling) reported by [@​anakrish](https://togithub.com/anakrish) - topdown: Add http.send request attribute to ignore headers for caching key ([#​6642](https://togithub.com/open-policy-agent/opa/issues/6642)) authored and reported by [@​rudrakhp](https://togithub.com/rudrakhp) ##### Runtime, Tooling, SDK - build: Use chainguard images from dockerhub ([#​6830](https://togithub.com/open-policy-agent/opa/pull/6830)) authored by [@​srenatus](https://togithub.com/srenatus) - bundle: Preallocate buffers for file contents. ([#​6818](https://togithub.com/open-policy-agent/opa/pull/6818)) authored by [@​philipaconrad](https://togithub.com/philipaconrad) - plugins: Reduce locks during decision logging ([#​6797](https://togithub.com/open-policy-agent/opa/pull/6797)) authored by [@​mjungsbluth](https://togithub.com/mjungsbluth) - plugins/rest: Do local map modification in OAuth2 client credentials flow ([#​6769](https://togithub.com/open-policy-agent/opa/issues/6769)) authored and reported by [@​eubaranov](https://togithub.com/eubaranov) - loader: Use a better error message when trying to merge non-objects ([#​6803](https://togithub.com/open-policy-agent/opa/issues/6803)) authored by [@​anderseknert](https://togithub.com/anderseknert) - server/authorizer: Fix gzip payload handling ([#​6804](https://togithub.com/open-policy-agent/opa/issues/6804)) authored by [@​philipaconrad](https://togithub.com/philipaconrad) reported by [@​nevumx](https://togithub.com/nevumx) ##### Docs, Website, Ecosystem - docs: Remove missing prometheus metric `go_memstats_gc_cpu_fraction` ([#​6783](https://togithub.com/open-policy-agent/opa/issues/6783)) authored by [@​philipaconrad](https://togithub.com/philipaconrad) - docs: Mention that default functions may not evaluate ([#​6265](https://togithub.com/open-policy-agent/opa/issues/6265)) authored by [@​anderseknert](https://togithub.com/anderseknert) - docs: Fix spelling and grammar of `an HTTP` ([#​6786](https://togithub.com/open-policy-agent/opa/pull/6786)) authored by [@​jdbaldry](https://togithub.com/jdbaldry) - docs/website: Add vs code and zed to ecosystem page ([#​6788](https://togithub.com/open-policy-agent/opa/pull/6788)) authored by [@​charlieegan3](https://togithub.com/charlieegan3) - docs/website: Add Flipt to the OPA ecosystem ([#​6781](https://togithub.com/open-policy-agent/opa/pull/6781)) authored by [@​markphelps](https://togithub.com/markphelps) - docs/website: Add Flipt blog to their ecosystem page ([#​6789](https://togithub.com/open-policy-agent/opa/pull/6789)) authored by [@​charlieegan3](https://togithub.com/charlieegan3) - docs/website: Revise language SDK content ([#​6811](https://togithub.com/open-policy-agent/opa/pull/6811)) authored by [@​charlieegan3](https://togithub.com/charlieegan3) ##### Miscellaneous - Dependency updates; notably: - build(go): bump golang from 1.22.3 to 1.22.4 - build(deps): bump github.com/containerd/containerd from 1.7.17 to 1.7.18 - build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0
googleapis/google-api-go-client (google.golang.org/api) ### [`v0.188.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.188.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.187.0...v0.188.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2665](https://togithub.com/googleapis/google-api-go-client/issues/2665)) ([e84fa65](https://togithub.com/googleapis/google-api-go-client/commit/e84fa6508ebc498c3435668c48001185fbc9ce83)) - **all:** Auto-regenerate discovery clients ([#​2669](https://togithub.com/googleapis/google-api-go-client/issues/2669)) ([6df3749](https://togithub.com/googleapis/google-api-go-client/commit/6df37492965b6323c6bcefa2a1ccd192b92981b4)) - **all:** Auto-regenerate discovery clients ([#​2671](https://togithub.com/googleapis/google-api-go-client/issues/2671)) ([0d54a85](https://togithub.com/googleapis/google-api-go-client/commit/0d54a8540060cc79f830892fdd1fba46d73034c1)) - **all:** Auto-regenerate discovery clients ([#​2673](https://togithub.com/googleapis/google-api-go-client/issues/2673)) ([88240e3](https://togithub.com/googleapis/google-api-go-client/commit/88240e3d98f3e944398c50379372eb071ebac0a2)) - **all:** Auto-regenerate discovery clients ([#​2674](https://togithub.com/googleapis/google-api-go-client/issues/2674)) ([d465cec](https://togithub.com/googleapis/google-api-go-client/commit/d465cec68dbc2616c665e6ea240cd1e32c01418d)) - **all:** Auto-regenerate discovery clients ([#​2675](https://togithub.com/googleapis/google-api-go-client/issues/2675)) ([a9177bd](https://togithub.com/googleapis/google-api-go-client/commit/a9177bdbdbba60c86b22bda4a7061c31d3485e4a)) - **all:** Auto-regenerate discovery clients ([#​2677](https://togithub.com/googleapis/google-api-go-client/issues/2677)) ([5dd2fb2](https://togithub.com/googleapis/google-api-go-client/commit/5dd2fb237802349250c97c0ebdbb54cbd088884d)) - **all:** Auto-regenerate discovery clients ([#​2678](https://togithub.com/googleapis/google-api-go-client/issues/2678)) ([d17f6be](https://togithub.com/googleapis/google-api-go-client/commit/d17f6beb5a531910b563a4383acaa383dbd3ee43)) ##### Bug Fixes - Allow ForceSendFields to work for map types ([#​2670](https://togithub.com/googleapis/google-api-go-client/issues/2670)) ([40b5113](https://togithub.com/googleapis/google-api-go-client/commit/40b5113127c4d66d533df16fe201898855c7c0cc)) - Check \[]bytes > 0 instead of nil ([#​2667](https://togithub.com/googleapis/google-api-go-client/issues/2667)) ([711eb91](https://togithub.com/googleapis/google-api-go-client/commit/711eb913fe455ffe5c9d717b44762801820c0e8c)), refs [#​2647](https://togithub.com/googleapis/google-api-go-client/issues/2647) ### [`v0.187.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.187.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.186.0...v0.187.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2655](https://togithub.com/googleapis/google-api-go-client/issues/2655)) ([1a28e06](https://togithub.com/googleapis/google-api-go-client/commit/1a28e0622fbb1a069f973a099f2340ccf5ced528)) - **all:** Auto-regenerate discovery clients ([#​2658](https://togithub.com/googleapis/google-api-go-client/issues/2658)) ([719f988](https://togithub.com/googleapis/google-api-go-client/commit/719f98850209581d9ba3d69e60f7cea310f57802)) - **all:** Auto-regenerate discovery clients ([#​2659](https://togithub.com/googleapis/google-api-go-client/issues/2659)) ([7cd88da](https://togithub.com/googleapis/google-api-go-client/commit/7cd88dabf7a36af1b9586f242e565e93b882f6de)) - **all:** Auto-regenerate discovery clients ([#​2660](https://togithub.com/googleapis/google-api-go-client/issues/2660)) ([3ca2f84](https://togithub.com/googleapis/google-api-go-client/commit/3ca2f844a9d76ba63af67393338744387db73664)) - **all:** Auto-regenerate discovery clients ([#​2661](https://togithub.com/googleapis/google-api-go-client/issues/2661)) ([0a238f5](https://togithub.com/googleapis/google-api-go-client/commit/0a238f578c422a11440ee094359d226880081056)) - **all:** Auto-regenerate discovery clients ([#​2663](https://togithub.com/googleapis/google-api-go-client/issues/2663)) ([6e061ce](https://togithub.com/googleapis/google-api-go-client/commit/6e061ced5f33f1aed0d5360d6a81617665de28ed)) ##### Bug Fixes - **gensupport:** Wrap chunk upload err for retries ([#​2657](https://togithub.com/googleapis/google-api-go-client/issues/2657)) ([a758bc1](https://togithub.com/googleapis/google-api-go-client/commit/a758bc17ee3fcce07913275095bafc512a7e441c)) - Pass through gRPC api key option to new auth lib ([#​2664](https://togithub.com/googleapis/google-api-go-client/issues/2664)) ([e051997](https://togithub.com/googleapis/google-api-go-client/commit/e05199702297d91cdce420f43fcc1c7c691a6f53)) ### [`v0.186.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.186.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.185.0...v0.186.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2641](https://togithub.com/googleapis/google-api-go-client/issues/2641)) ([72fb128](https://togithub.com/googleapis/google-api-go-client/commit/72fb1281b3bf8e70e160db39f173bf86ede9173f)) - **all:** Auto-regenerate discovery clients ([#​2644](https://togithub.com/googleapis/google-api-go-client/issues/2644)) ([20ffdd8](https://togithub.com/googleapis/google-api-go-client/commit/20ffdd800072046285b0900af690d05e2a6f9524)) - **all:** Auto-regenerate discovery clients ([#​2645](https://togithub.com/googleapis/google-api-go-client/issues/2645)) ([c1a7681](https://togithub.com/googleapis/google-api-go-client/commit/c1a768193e03af127f139d532782971275e06c18)) - **all:** Auto-regenerate discovery clients ([#​2648](https://togithub.com/googleapis/google-api-go-client/issues/2648)) ([1bac79d](https://togithub.com/googleapis/google-api-go-client/commit/1bac79d78d93ee98501f484b055ac9360cce3c21)) - **all:** Auto-regenerate discovery clients ([#​2649](https://togithub.com/googleapis/google-api-go-client/issues/2649)) ([695484b](https://togithub.com/googleapis/google-api-go-client/commit/695484ba67b06180d82a077f35b5e87681bdccd8)) - **all:** Auto-regenerate discovery clients ([#​2652](https://togithub.com/googleapis/google-api-go-client/issues/2652)) ([10c47f3](https://togithub.com/googleapis/google-api-go-client/commit/10c47f37506574b134d7e9d3b29b74aec389625f)) - **all:** Auto-regenerate discovery clients ([#​2653](https://togithub.com/googleapis/google-api-go-client/issues/2653)) ([bc370a7](https://togithub.com/googleapis/google-api-go-client/commit/bc370a705cf35e8ca19498f0a6200e91e2c8282b)) ### [`v0.185.0`](https://togithub.com/googleapis/google-api-go-client/releases/tag/v0.185.0) [Compare Source](https://togithub.com/googleapis/google-api-go-client/compare/v0.184.0...v0.185.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2636](https://togithub.com/googleapis/google-api-go-client/issues/2636)) ([51ff8a4](https://togithub.com/googleapis/google-api-go-client/commit/51ff8a4794fbc56944a6db1edd0f06e30990392f)) - **all:** Auto-regenerate discovery clients ([#​2638](https://togithub.com/googleapis/google-api-go-client/issues/2638)) ([0c868b2](https://togithub.com/googleapis/google-api-go-client/commit/0c868b2608ca697ac82144d37db3452b2af5a827)) ##### Bug Fixes - **internal/gensupport:** Update shouldRetry for GCS uploads ([#​2634](https://togithub.com/googleapis/google-api-go-client/issues/2634)) ([ea513cb](https://togithub.com/googleapis/google-api-go-client/commit/ea513cb749aad28620ee92ac2d5c57822e7ef8fe))

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 has been generated by Mend Renovate. View repository job log here.

forking-renovate[bot] commented 1 month ago

ℹ Artifact update notice

File name: cli/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
cloud.google.com/go v0.114.0 -> v0.115.0
cloud.google.com/go/accesscontextmanager v1.8.7 -> v1.8.9
cloud.google.com/go/auth v0.5.1 -> v0.7.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.4.0
cloud.google.com/go/iam v1.1.8 -> v1.1.10
cloud.google.com/go/longrunning v0.5.7 -> v0.5.9
cloud.google.com/go/orgpolicy v1.12.3 -> v1.12.5
cloud.google.com/go/osconfig v1.12.7 -> v1.13.0
github.com/googleapis/gax-go/v2 v2.12.4 -> v2.12.5
golang.org/x/crypto v0.24.0 -> v0.25.0
golang.org/x/net v0.26.0 -> v0.27.0
golang.org/x/sys v0.21.0 -> v0.22.0
golang.org/x/term v0.21.0 -> v0.22.0
google.golang.org/genproto v0.0.0-20240604185151-ef581f913117 -> v0.0.0-20240708141625-4ad9e859172b
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 -> v0.0.0-20240701130421-f6361c86f094
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 -> v0.0.0-20240708141625-4ad9e859172b
dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun

dpebot commented 1 month ago

/gcbrun