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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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
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.46.0 age adoption passing confidence require minor
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test v0.16.2 -> v0.16.3 age adoption passing confidence require patch
github.com/gomarkdown/markdown 72d49d9 -> d03b890 age adoption passing confidence require digest
github.com/hashicorp/go-version v1.6.0 -> v1.7.0 age adoption passing confidence require minor
github.com/hashicorp/terraform-config-inspect 6714b46 -> 3adb156 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.1 age adoption passing confidence require patch
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
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
google.golang.org/api v0.201.0 -> v0.205.0 age adoption passing confidence require minor

Release Notes

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/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.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
googleapis/google-api-go-client (google.golang.org/api)

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

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.

@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

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Oct 25, 2024

/gcbrun

@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

Copy link

forking-renovate bot commented Oct 28, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: cli/go.sum
Command failed: go get -d -t ./...
go: module github.com/migueleliasweb/[email protected] requires go >= 1.23; switching to go1.23.3
go: downloading go1.23.3 (linux/amd64)
go: download go1.23.3: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@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

@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

1 similar comment
@dpebot
Copy link
Collaborator

dpebot commented Oct 28, 2024

/gcbrun

@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

@dpebot
Copy link
Collaborator

dpebot commented Nov 7, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 8, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 12, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Nov 14, 2024

/gcbrun

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 do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants