Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.33.0
->v0.34.0
v2.0.19
->v2.0.20
v1.61.1
->v1.62.0
Release Notes
cerbos/cerbos (github.com/cerbos/cerbos/api/genpb)
v0.34.0
Compare Source
Cerbos 0.34.0
View the full release notes at https://docs.cerbos.dev/cerbos/latest/releases/v0.34.0.html
Changelog
Features
42e8442
feat: Better diagnostic error messages for policy issues (#1960)Enhancements
36b0e6d
enhancement(ci): Sign release artifacts (#1959)5db9ab0
enhancement(ci): Validate Helm chart in CI (#1957)90f198a
enhancement: Better compilation errors (#1968)707278f
enhancement: Detailed load errors in REPL (#1985)Bug fixes
4f90a5c
fix: Record HTTP remote address as peer address for HTTP requests (#1964)Documentation
4afdc2f
docs: Fix branch filter (#1958)Chores
05ef26b
chore(ci): Add correct permissions to snapshot job (#1962)f24bec2
chore(ci): Add cosign to snapshot build job (#1961)8db9898
chore(ci): Fix workflow permissions (#1963)cfed07f
chore(ci): Use master version of govulncheck (#1967)b89c2c7
chore(deps): Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 (#1971)7918e5e
chore(deps): Bump helm.sh/helm/v3 from 3.14.0 to 3.14.1 (#1986)5cf243a
chore(deps): Update actions/cache action to v4 (#1955)dc8cf7f
chore(deps): Update actions/setup-go action to v5 (#1990)5574e85
chore(deps): Update github actions deps (#1973)e510788
chore(deps): Update github actions deps (#1983)58a915c
chore(deps): Update go deps (#1954)e683b1d
chore(deps): Update go deps (#1974)9bc3226
chore(deps): Update go deps (#1984)f151096
chore(deps): Update go deps (#1989)0c095fc
chore(deps): Update module github.com/goreleaser/goreleaser to v1.24.0 [security] (#1976)9cf901b
chore(docs): Readme update (#1965)aad2e98
chore(docs): Readme update (#1966)e5c7bef
chore(docs): Update header to have tabs for PDP and Hub (#1975)c9d468d
chore(release): Add 0.34.0 release notes (#1991)8534c79
chore(release): Prepare release 0.34.0563bec1
chore(version): Bump version to 0.34.0e4ebc88
chore: Add JSON test cases for parser (#1952)0dd8dad
chore: Add ability to parse well-known types (#1972)c253d87
chore: Copy metadata to runtime policies (#1981)bc84737
chore: Handle invalid YAML files containing unterminated strings (#1970)b10b139
chore: Move compiled policies annotations to *PolicySet (#1988)4798453
chore: Reduce Docker healthcheck interval (#1978)03f95ec
chore: Remove start-period from Docker health check (#1979)353aa08
chore: Switch workspace mode off for vulnerability check (#1953)199ae8d
chore: Update test filtering logic (#1992)d022db1
chore: Use Go 1.22 (#1982)lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.0.20
Compare Source
v2.0.20 20 Feb 2024
[New Features]
jwe.Settings(WithMaxBufferSize(int64))
to set the maximum size ofinternal buffers. The default value is 256MB. Most users do not need to change
this value.
jws.WithCompact()
andjws.WithJSON()
to be passed tojws.Parse()
andjws.Verify()
. These options control the expected serialization format for theJWS message.
jwt.WithCompactOnly()
to specify that only compact serialization canbe used for
jwt.Parse()
. Previously, by virtue ofjws.Parse()
allowing eitherJSON or Compact serialization format,
jwt.Parse()
also alloed JSON serializationwhere as RFC7519 explicitly states that only compact serialization should be
used. For backward compatibility the default behavior is not changed, but you
can set this global option for jwt:
jwt.Settings(jwt.WithCompactOnly(true))
[Miscellaneous]
public keys. This would allow you to pass private keys where public keys are
expected.
grpc/grpc-go (google.golang.org/grpc)
v1.62.0
: Release 1.62.0Compare Source
New Features
Behavior Changes
Bug Fixes
Performance Improvements
x/net/trace
by usinggrpcnotrace
to enable dead code elimination (#6954)grpcrand
by adoptingmath/rand
's top-level functions for go version 1.21.0 and newer. (#6925)Dependencies
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.