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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 26, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
cloud.google.com/go/asset v1.16.0 -> v1.17.1 age adoption passing confidence require minor v1.17.2
cloud.google.com/go/storage v1.36.0 -> v1.37.0 age adoption passing confidence require minor v1.38.0
github.com/google/go-github/v57 v57.0.0 -> v59.0.0 age adoption passing confidence require major
github.com/jedib0t/go-pretty/v6 v6.4.9 -> v6.5.4 age adoption passing confidence require minor
github.com/open-policy-agent/opa v0.59.0 -> v0.61.0 age adoption passing confidence require minor
golang.org/x/exp 02704c9 -> ec58324 age adoption passing confidence require digest
golang.org/x/oauth2 v0.15.0 -> v0.17.0 age adoption passing confidence require minor
google.golang.org/api v0.154.0 -> v0.163.0 age adoption passing confidence require minor v0.165.0 (+1)
google.golang.org/protobuf v1.31.0 -> v1.32.0 age adoption passing confidence require minor

Release Notes

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

v59.0.0

Compare Source

This release contains the following breaking API changes:

  • Add suspended as option to AdminService.CreateUser() (#​3049)

...and the following additional changes:

  • Bump go-github from v57 to v58 in /scrape (#​3046)
  • Fix issue in AcceptedError handling for UploadSarif (#​3047)
  • Fix typos (#​3048)
  • Add MergedAt field to PullRequestLinks (#​3053)
  • Add default workflow permissions for enterprise/org/repo (#​3054)
  • Bump actions/cache from 3 to 4 (#​3055)
  • Add Topics to EditChange struct (#​3057)
  • Add list repo org variables and secrets (#​3058)
  • Fix leaked client transport on copy (#​3051)
  • Bump codecov/codecov-action from 3.1.4 to 3.1.5 (#​3061)
  • Bump github.com/getkin/kin-openapi from 0.122.0 to 0.123.0 in /tools (#​3062)
  • Add custom properties on Repository and PushEventRepository (#​3065)
  • Add support for deployment protection rules (#​3050)
  • Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#​3066)
  • Add ListWorkflowJobsAttempt method to ActionsService (#​3060)
  • Bump version of go-github to v59.0.0 (#​3068)

v58.0.0

Compare Source

This release contains the following breaking API changes:

  • Fix broken CreateOrUpdateRepoCustomPropertyValues (#​3023)
  • Remove ambiguous fields from AuditEntry (#​3017)

...and the following additional changes:

  • Bump go-github from v56 to v57 in /scrape (#​3010)
  • Update metadata (#​3012)
  • Bump actions/setup-go from 4 to 5 (#​3027)
  • Add scanning validity checks (#​3026)
  • Add Referrer field to AuditEntry (#​3032)
  • Add code_search and dependency_snapshots for RateLimits (#​3019)
  • Support temporary private fork creation via API (#​3025)
  • Escape package names to support names which include a slash (#​3002)
  • Don't update httpClient passed to NewClient (#​3011)
  • Add GetAllCustomPropertyValues for repositories (#​3020)
  • Add Copilot endpoints (#​2973)
  • Fix copilot API payload (#​3034)
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /example (#​3033)
  • Fix example/go.sum (#​3035)
  • Bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 in /tools (#​3015)
  • Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /example (#​3039)
  • Add Repo and Action to IssueEvent (#​3040)
  • Bump golang.org/x/sync from 0.5.0 to 0.6.0 in /tools (#​3041)
  • Bump golang.org/x/net from 0.19.0 to 0.20.0 in /scrape (#​3042)
  • Bump version of go-github to v58.0.0 (#​3045)
jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)

v6.5.4

Compare Source

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.5.3...v6.5.4

v6.5.3

Compare Source

Bug-Fixes

  • table & list:
    • process "\r" correctly (moving the cursor back to start of line)

v6.5.2

Compare Source

Bug-Fixes

  • table & list:
    • process "\r" correctly (erase everything preceding it in the line)

v6.5.1

Compare Source

Features

  • progress
    • auto-trim output to fit terminal width

v6.5.0

Compare Source

Features

  • table
    • SuppressTrailingSpaces() to remove trailing spaces in tables without borders; thanks @​shreddedbacon

Bug-Fixes

  • table
    • handle negative column WidthMax values gracefully; fixes #​285
open-policy-agent/opa (github.com/open-policy-agent/opa)

v0.61.0

Compare Source

This release contains a mix of new features and bugfixes.

Runtime, SDK
Topdown
Docs
Miscellaneous
  • linters+testdata: Reformat all yaml testcases for linting. (#​6511) authored by @​philipaconrad
  • Dependency updates, notably:
    • bump github.com/containerd/containerd from 1.7.11 to 1.7.12
    • bump github.com/go-logr/logr from 1.3.0 to 1.4.1
    • bump github.com/google/uuid from 1.5.0 to 1.6.0
    • bump github.com/prometheus/client_golang from v1.16.0 to v1.18.0
    • bump google.golang.org/grpc from 1.60.1 to 1.61.0

v0.60.0

Compare Source

v0.60.0

Runtime, Tooling, SDK
  • OPA can be run in 1.0 compatibility mode by using the new --v1-compatible flag. When this mode is enabled, the current release of OPA will behave as OPA v1.0 will eventually behave by default. This flag is currently supported on the build, check, fmt, eval and test commands (#​6478) authored by @​johanfylling
  • Extend the telemetry report to include the minimum compatible version of policies loaded into OPA (#​6361) co-authored by @​srenatus and @​ashutosh-narkar
  • server: Support fsnotify based reloading of certificate, key and CA cert pool when they change on disk (#​5788) authored by @​charlieegan3
  • Add option on the unit test runner to surface builtin errors. This should help with debugging errors generated while running unit tests (#​6489) authored by @​jalseth
  • Fix issue in opa fmt where the assignment operator and term in the rule head of chain rules are removed from the re-written rule head (#​6467) authored by @​anderseknert
  • cmd/fmt: Replace dependency on diff tool with an external golang library function (#​6284) authored by @​colinjlacy
Topdown and Rego
  • topdown/providers: Preserve user provided http headers in the providers.aws.sign_req builtin command (#​6456) authored by @​c2zwdjnlcg
  • rego: Allow custom builtin function registration to provide a description for the builtin (#​6449) authored by @​lcarva
  • ast+cmd: Allow bundle to contain calls to unknown functions when inspected (#​6457) authored by @​johanfylling
Docs
  • Add section on the changes proposed for a future OPA v1.0 and update Rego examples to be OPA v1.0 compliant(#​6453) authored by @​johanfylling
  • Clarify behavior of the sprintf builtin command when used with the %T marker (#​6487) authored by @​lcarva
Website + Ecosystem
Miscellaneous
  • Update Makefile to allow custom GOFLAGS to be provided to the golang executable (#​6458) authored by @​cova-fe
  • Dependency updates; notably:
    • bump golang 1.21.4 -> 1.21.5 (#​6460) authored by @​srenatus
    • bump aquasecurity/trivy-action from 0.14.0 to 0.16.0
    • bump github.com/containerd/containerd from 1.7.9 to 1.7.11
    • bump google.golang.org/grpc from 1.59.0 to 1.60.1
    • bump github.com/google/uuid from 1.4.0 to 1.5.0
googleapis/google-api-go-client (google.golang.org/api)

v0.163.0

Compare Source

Features

v0.162.0

Compare Source

Features
Bug Fixes
  • transport: Enforce 1s timeout on requests to MDS universe_domain (#​2393) (6862015)

v0.161.0

Compare Source

Features
Bug Fixes

v0.160.0

Compare Source

Features

v0.159.0

Compare Source

Features
Bug Fixes

v0.158.0

Compare Source

Features
Bug Fixes
  • internal: Support internaloption.WithDefaultUniverseDomain (#​2373) (b21a1fa)
  • transport/grpc: Add universe domain verification (#​2375) (df17254)
  • transport: Not enable s2a when there is endpoint override (#​2368) (73fc7fd)

v0.157.0

Compare Source

Features
Documentation

v0.156.0

Compare Source

Features

v0.155.0

Compare Source

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

v1.32.0

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0

This release contains commit protocolbuffers/protobuf-go@bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See https://github.com/golang/protobuf/issues/1583 and https://github.com/golang/protobuf/issues/1584 for details.


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.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Dec 26, 2023
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from d1be027 to 15aabec Compare December 26, 2023 23:26
@dpebot
Copy link
Collaborator

dpebot commented Dec 26, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 15aabec to 79f2aa4 Compare December 27, 2023 21:43
@dpebot
Copy link
Collaborator

dpebot commented Dec 27, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 79f2aa4 to d080ac5 Compare December 27, 2023 21:51
@dpebot
Copy link
Collaborator

dpebot commented Dec 27, 2023

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update go modules chore(deps): update module github.com/open-policy-agent/opa to v0.60.0 Dec 28, 2023
@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from d080ac5 to a9dd94e Compare December 28, 2023 00:49
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from a9dd94e to d807bc7 Compare December 28, 2023 00:56
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from d807bc7 to 66989a9 Compare December 28, 2023 00:59
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 66989a9 to e170fdd Compare December 28, 2023 17:21
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from e170fdd to 776c2f0 Compare December 28, 2023 20:01
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 776c2f0 to a8e158b Compare December 28, 2023 21:52
@dpebot
Copy link
Collaborator

dpebot commented Dec 28, 2023

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update module github.com/open-policy-agent/opa to v0.60.0 chore(deps): update go modules Dec 29, 2023
@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from a8e158b to 5f42fbf Compare December 29, 2023 10:19
@dpebot
Copy link
Collaborator

dpebot commented Dec 29, 2023

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 5f42fbf to acec257 Compare January 2, 2024 16:40
@dpebot
Copy link
Collaborator

dpebot commented Jan 2, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from acec257 to 5f30ff8 Compare January 3, 2024 19:21
@dpebot
Copy link
Collaborator

dpebot commented Feb 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 3d88031 to 486dffa Compare February 13, 2024 19:30
@dpebot
Copy link
Collaborator

dpebot commented Feb 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 486dffa to 216d726 Compare February 13, 2024 19:40
@dpebot
Copy link
Collaborator

dpebot commented Feb 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 216d726 to 4f9dada Compare February 15, 2024 13:47
@dpebot
Copy link
Collaborator

dpebot commented Feb 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 4f9dada to e2a9d2e Compare February 15, 2024 15:55
@dpebot
Copy link
Collaborator

dpebot commented Feb 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from e2a9d2e to 1793c7c Compare February 15, 2024 16:04
@dpebot
Copy link
Collaborator

dpebot commented Feb 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 1793c7c to 4eb7bf3 Compare February 15, 2024 18:27
@dpebot
Copy link
Collaborator

dpebot commented Feb 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 4eb7bf3 to 255d9c4 Compare February 15, 2024 18:29
@dpebot
Copy link
Collaborator

dpebot commented Feb 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 255d9c4 to a15242b Compare February 15, 2024 23:23
@dpebot
Copy link
Collaborator

dpebot commented Feb 15, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from a15242b to ba35b69 Compare February 16, 2024 16:58
@dpebot
Copy link
Collaborator

dpebot commented Feb 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from ba35b69 to f9729b9 Compare February 16, 2024 17:06
@dpebot
Copy link
Collaborator

dpebot commented Feb 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from f9729b9 to 4cd189b Compare February 16, 2024 21:04
@dpebot
Copy link
Collaborator

dpebot commented Feb 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 4cd189b to 330f8b5 Compare February 16, 2024 21:51
@dpebot
Copy link
Collaborator

dpebot commented Feb 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/cli-go-modules branch from 330f8b5 to 502e85c Compare February 16, 2024 22:02
@dpebot
Copy link
Collaborator

dpebot commented Feb 16, 2024

/gcbrun

@renovate-bot renovate-bot deleted the renovate/cli-go-modules branch February 17, 2024 18:33
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