Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update go modules #2429

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 24, 2024

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

Compare Source

Enhancements
  • Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#​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)
Bugs Fixed
  • Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#​678)
open-policy-agent/opa (github.com/open-policy-agent/opa)

v0.66.0

Compare Source

v0.66.0

This release contains a mix of features, performance improvements, and bugfixes.

Improved Test Reports (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, reported by @​grosser.

Reading stdin in opa exec (#​6538)

The opa exec command now supports reading input documents from stdin with the --stdin-input (-I) flag.
E.g.:

$ echo '{"user": "alice"}' | opa exec --stdin-input --bundle my_bundle

Authored by @​colinjlacy, reported by @​humbertoc-silva.

Topdown and Rego
Runtime, Tooling, SDK
Docs, Website, Ecosystem
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

Compare Source

Features
Bug Fixes

v0.187.0

Compare Source

Features
Bug Fixes

v0.186.0

Compare Source

Features

v0.185.0

Compare Source

Features
Bug Fixes
  • internal/gensupport: Update shouldRetry for GCS uploads (#​2634) (ea513cb)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

forking-renovate bot commented Jun 24, 2024

ℹ 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):

  • 16 additional dependencies were updated

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

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jun 24, 2024
@dpebot
Copy link
Collaborator

dpebot commented Jun 24, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 24, 2024

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update go modules chore(deps): update module google.golang.org/api to v0.185.0 Jun 25, 2024
@renovate-bot renovate-bot changed the title chore(deps): update module google.golang.org/api to v0.185.0 chore(deps): update go modules Jun 26, 2024
@dpebot
Copy link
Collaborator

dpebot commented Jun 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 26, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jun 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 2, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 3, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 10, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 15, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2024

/gcbrun

@apeabody apeabody self-assigned this Jul 16, 2024
@dpebot
Copy link
Collaborator

dpebot commented Jul 16, 2024

/gcbrun

@apeabody apeabody merged commit 078254d into GoogleCloudPlatform:master Jul 16, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants