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

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Oct 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
cloud.google.com/go/asset v1.20.2 -> v1.20.3 age adoption passing confidence require patch
cloud.google.com/go/storage v1.45.0 -> v1.47.0 age adoption passing confidence require minor v1.48.0
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2 -> v0.17.0 age adoption passing confidence require minor v0.17.2 (+1)
github.com/google/go-github/v66 v66.0.0 -> v67.0.0 age adoption passing confidence require major
github.com/hashicorp/go-version v1.6.0 -> v1.7.0 age adoption passing confidence require minor
github.com/hashicorp/hcl/v2 v2.22.0 -> v2.23.0 age adoption passing confidence require minor
github.com/hashicorp/terraform-config-inspect 6714b46 -> c404f82 age adoption passing confidence require digest
github.com/hashicorp/terraform-json v0.22.1 -> v0.23.0 age adoption passing confidence require minor
github.com/jedib0t/go-pretty/v6 v6.6.0 -> v6.6.3 age adoption passing confidence require patch v6.6.4
github.com/migueleliasweb/go-github-mock v1.0.1 -> v1.1.0 age adoption passing confidence require minor
github.com/open-policy-agent/opa v0.69.0 -> v0.70.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence require minor
github.com/zclconf/go-cty v1.15.0 -> v1.15.1 age adoption passing confidence require patch
golang.org/x/oauth2 v0.23.0 -> v0.24.0 age adoption passing confidence require minor
golang.org/x/text v0.19.0 -> v0.20.0 age adoption passing confidence require minor v0.21.0
google.golang.org/api v0.201.0 -> v0.209.0 age adoption passing confidence require minor v0.210.0
google.golang.org/protobuf v1.35.1 -> v1.35.2 age adoption passing confidence require patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

google/go-github (github.com/google/go-github/v66)

v67.0.0

Compare Source

This release contains the following breaking API changes:

  • feat!: Add name query parameter to ActionsService.ListArtifacts (#​3330)
    BREAKING CHANGE: opts argument to ActionsService.ListArtifacts changed from ListOptions to ListArtifactsOptions.
  • feat!: Rename code scanning params from plural to singular (#​3331)
    BREAKING CHANGE: Rename RuleRequiredCodeScanningTools to RuleRequiredCodeScanningTool.
  • feat!: Fix source property on Repo Custom Properties (#​3333)
    BREAKING CHANGE: Change RulesetRepositoryPropertyTargetParameters.Source from string to *string.

...and the following additional changes:

  • Bump go-github from v65 to v66 in /scrape (#​3311)
  • build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /scrape (#​3313)
  • build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#​3312)
  • build(deps): bump github.com/getkin/kin-openapi from 0.127.0 to 0.128.0 in /tools (#​3314)
  • refactor: Remove unneeded strings.Join calls (#​3317)
  • feat: Add CreatedAt and UpdatedAt to Ruleset (#​3316)
  • feat: Add Expired to RepositoryInvitation (#​3320)
  • Update openapi_operations.yaml (#​3322)
  • refactor: Enable perfsprint; fix appeared lint issues (#​3324)
  • refactor: Replace 'println' with 'fmt.Println' (#​3326)
  • docs: Add dots at the end of sentences (#​3325)
  • scrape: refactor tests with t.Fatal (#​3299)
  • feat: Support Code Security Configurations API (#​3319)
  • Add Copilot Usage Summary for Organization (#​3321)
  • chore: Remove deprecated build constraints (#​3306)
  • refactor: Replace 'print' with 'fmt.Print' (#​3327)
  • Add Webhook for Repository ruleset (#​3305)
  • feat: Add support for code_scanning (#​3256)
  • docs: put a space between // and comment text (#​3329)
  • Add support for fetching artifact attestations at the org, repo and user levels (#​3334)
  • Add BranchProtectionConfigurationEvent and SecretScanningAlertLocationEvent (#​3332)
  • build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 in /example in the go_modules group (#​3338)
  • Allow RemoveReviewers to remove only teams (#​3337)
  • build(deps): bump github.com/alecthomas/kong from 1.2.1 to 1.3.0 in /tools (#​3342)
  • build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /example in the go_modules group (#​3343)
  • feat(secret scanning): Support pull_request_comment_url (#​3344)
  • build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /scrape (#​3348)
  • build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /tools (#​3347)
  • build(deps): bump github.com/alecthomas/kong from 1.3.0 to 1.4.0 in /tools (#​3346)
  • refactor: Enable revive linter and fix up lint issues (#​3345)
  • Add missing permissions to InstallationPermissions struct (#​3349)
  • build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2 (#​3351)
  • Update OpenAPI (#​3352)
  • Add missing Deployment field to workflow_job event type (#​3353)
  • feat: Support Copilot metrics endpoints (#​3350)
  • feat: Remove the beta endpoint for Copilot usage (#​3354)
  • build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7 (#​3358)
  • Update AUTHORS (#​3359)
  • Bump version of go-github to v67.0.0 (#​3360)
hashicorp/go-version (github.com/hashicorp/go-version)

v1.7.0

Compare Source

ENHANCEMENTS:

  • Remove reflect dependency (#​91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#​133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#​115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#​105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#​116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#​111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#​112)
  • GHA Migration (#​103)
  • github: Pin external GitHub Actions to hashes (#​107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#​124)
  • update readme (#​104)
hashicorp/hcl (github.com/hashicorp/hcl/v2)

v2.23.0

Compare Source

Bugs Fixed
  • Preserve marks when traversing through unknown values. (#​699)
  • Retain marks through conditional and for expressions. (#​710)
hashicorp/terraform-json (github.com/hashicorp/terraform-json)

v0.23.0

Compare Source

ENHANCEMENTS:

INTERNAL:

Full Changelog: hashicorp/terraform-json@v0.22.1...v0.23.0

jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)

v6.6.3

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.2...v6.6.3

v6.6.2

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.1...v6.6.2

v6.6.1

Compare Source

What's Changed

Full Changelog: jedib0t/go-pretty@v6.6.0...v6.6.1

migueleliasweb/go-github-mock (github.com/migueleliasweb/go-github-mock)

v1.1.0

Compare Source

What's Changed

Full Changelog: migueleliasweb/go-github-mock@v1.0.1...v1.1.0

open-policy-agent/opa (github.com/open-policy-agent/opa)

v0.70.0

Compare Source

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

Optimized read mode for OPA's in-memory store (#​7125)

A new optimized read mode has been added to the default in-memory store, where data written to the store is eagerly converted
to AST values (the data format used during evaluation). This removes the time spent converting raw data values to AST
during policy evaluation, thereby improving performance.

The memory footprint of the store will increase, as processed AST values generally take up more space in memory than the
corresponding raw data values, but overall memory usage of OPA might remain more stable over time, as pre-converted data
is shared across evaluations and isn't recomputed for each evaluation, which can cause spikes in memory usage.

This mode can be enabled for opa run, opa eval, and opa bench by setting the --optimize-store-for-read-speed flag.

More information about this feature can be found here.

Co-authored by @​johanfylling and @​ashutosh-narkar.

Topdown and Rego
  • topdown: Use new Inter-Query Value Cache for json.match_schema built-in function (#​7011) authored by @​anderseknert reported by @​lcarva
  • ast: Fix location text attribute for multi-value rules with generated body (#​7128) authored by @​anderseknert
  • ast: Fix regression in opa check where a file that referenced non-provided schemas failed validation (#​7124) authored by @​tjons
  • test/cases/testdata: Fix bug in test by replacing unification by explicit equality check (#​7093) authored by @​matajoh
  • ast: Replace use of yaml.v2 library with yaml.v3. The earlier version would parse yes/no values as boolean. The usage of yaml.v2 in the parser was unintentional and now has been updated to yaml.v3 (#​7090) authored by @​anderseknert
Runtime, Tooling, SDK
  • cmd: Make opa check respect --ignore when --bundle flag is set (#​7136) authored by @​anderseknert
  • server/writer: Properly handle result encoding errors which earlier on failure would emit logs such as superfluous call to WriteHeader() while still returning 200 HTTP status code. Now, errors encoding the payload properly lead to 500 HTTP status code, without extra logs. Also use Header().Set() not Header().Add() to avoid duplicate content-type headers (#​7114) authored by @​srenatus
  • cmd: Support file:// format for TLS key material file flags in opa run (#​7094) authored by @​alexrohozneanu
  • plugins/rest/azure: Support managed identity for App Service / Container Apps (#​7085) reported and authored by @​apc-kamezaki
  • debug: Fix step-over behaviour when exiting partial rules (#​7096) authored by @​johanfylling
  • util+plugins: Fix potential memory leaks with explicit timer cancellation (#​7089) authored by @​philipaconrad
Docs, Website, Ecosystem
Miscellaneous
  • Dependency updates; notably:
    • build(deps): bump github.com/containerd/containerd from 1.7.22 to 1.7.23
    • build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
    • build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0
    • build(deps): bump golang.org/x/time from 0.6.0 to 0.7.0
    • build(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1
stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

zclconf/go-cty (github.com/zclconf/go-cty)

v1.15.1

Compare Source

googleapis/google-api-go-client (google.golang.org/api)

v0.209.0

Compare Source

Features

v0.208.0

Compare Source

Features
  • all: Auto-regenerate discovery clients (#​2881) (44435a9)
  • gensupport: Per-chunk transfer timeout configs (09fa125)
  • gensupport: Per-chunk transfer timeout configs (#​2865) (09fa125)

v0.207.0

Compare Source

Features

v0.206.0

Compare Source

Features

v0.205.0

Compare Source

Features

v0.204.0

Compare Source

Features
Bug Fixes
  • transport/grpc: Pass through cert source to new auth lib (#​2840) (c67e7c0)
Documentation

v0.203.0

Compare Source

Features

v0.202.0

Compare Source

Features
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.35.2

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.35.1...v1.35.2

Maintenance:

CL/623115: proto: refactor equal_test from explicit table to use makeMessages()
CL/623116: encoding/prototext: use testmessages_test.go approach, too
CL/623117: internal/testprotos/test: add nested message field with [lazy=true]
CL/624415: proto: switch messageset_test to use makeMessages() injection point
CL/624416: internal/impl: fix TestMarshalMessageSetLazyRace (was a no


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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from q2w as a code owner October 25, 2024 17:31
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@renovate-bot renovate-bot requested a review from a team as a code owner October 25, 2024 17:31
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 68743b9 to e74225b Compare October 25, 2024 17:40
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from e74225b to fde047b Compare October 25, 2024 17:52
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from fde047b to b717edb Compare October 25, 2024 17:59
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from b717edb to 57abe52 Compare October 25, 2024 18:06
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 57abe52 to 62b1e06 Compare October 25, 2024 18:10
@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 62b1e06 to c0fb374 Compare October 28, 2024 07:50
@renovate-bot renovate-bot changed the title chore(deps): update module github.com/hashicorp/go-version to v1.7.0 chore(deps): update go modules Oct 28, 2024
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from c0fb374 to 7b9a866 Compare October 28, 2024 14:31
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

2 similar comments
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from ac5618a to 5a30934 Compare October 28, 2024 17:12
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

1 similar comment
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 149d3e3 to 3f5f1a0 Compare October 28, 2024 17:16
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@apeabody
Copy link
Collaborator

Needs go 1.23, will be included in https://wiki.alpinelinux.org/wiki/Draft_Release_Notes_for_Alpine_3.21.0

@apeabody apeabody self-assigned this Oct 28, 2024
@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 3f5f1a0 to 052dd57 Compare October 29, 2024 04:56
@dpebot
Copy link
Collaborator

dpebot commented Oct 29, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from ef6cf3a to f85a2f3 Compare December 6, 2024 01:41
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from f85a2f3 to 3a0be7f Compare December 6, 2024 17:28
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 3a0be7f to a959ca5 Compare December 6, 2024 17:32
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from a959ca5 to e2fd8de Compare December 6, 2024 17:51
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from e2fd8de to 4bcb417 Compare December 6, 2024 17:59
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 4bcb417 to 4425bb8 Compare December 6, 2024 19:02
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 4425bb8 to 41c036b Compare December 6, 2024 19:57
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 41c036b to 841c89c Compare December 6, 2024 20:06
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 841c89c to baa41fc Compare December 9, 2024 16:24
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from baa41fc to a5ff4c7 Compare December 9, 2024 18:45
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from a5ff4c7 to 586bb1e Compare December 9, 2024 23:09
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2024

/gcbrun

Copy link

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

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.9 -> 1.23.4
cloud.google.com/go/accesscontextmanager v1.9.1 -> v1.9.2
cloud.google.com/go/auth v0.9.8 -> v0.10.2
cloud.google.com/go/auth/oauth2adapt v0.2.4 -> v0.2.5
cloud.google.com/go/iam v1.2.1 -> v1.2.2
cloud.google.com/go/longrunning v0.6.1 -> v0.6.2
cloud.google.com/go/monitoring v1.21.1 -> v1.21.2
cloud.google.com/go/orgpolicy v1.14.0 -> v1.14.1
cloud.google.com/go/osconfig v1.14.1 -> v1.14.2
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
github.com/prometheus/client_golang v1.20.4 -> v1.20.5
github.com/tidwall/gjson v1.17.3 -> v1.18.0
golang.org/x/crypto v0.28.0 -> v0.29.0
golang.org/x/mod v0.21.0 -> v0.22.0
golang.org/x/net v0.30.0 -> v0.31.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.26.0 -> v0.27.0
golang.org/x/term v0.25.0 -> v0.26.0
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241113202542-65e8d215514f
sigs.k8s.io/kustomize/kyaml v0.17.2 -> v0.18.1

@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2024

/gcbrun

@apeabody apeabody merged commit cfdfb46 into GoogleCloudPlatform:master Dec 10, 2024
14 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.

3 participants