Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/release_notes/v0.30.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Release v0.30.0

- chore: upgrade ocm to v0.41.0 (#918)
- chore(deps): bump github.com/jackc/pgx/v5 to v5.9.0 (#911)
- feat: add custom annotations to pods (#914)
- feat: surface qps/burst and disabling the rate limiter (#907)
- chore(deps): migrate containers/image/v5 to go.podman.io/image/v5 (#895)
- chore(GHA): adjust trigger and runner (#897)
- chore(deps): update ocm e2e framework (#894)
- chore: update go to 1.26 (#883)
- fix: update redis image reference to use proper docker io location (#876)
- fix: release drafter workflow (#872)
- chore: rollback release-drafter config-name change (#862)
- fix(deps): release-drafter config file error (#861)

## ⬆️ Dependencies

<details>
<summary>15 changes</summary>

- chore(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 (#916)
- chore(deps): bump the go group across 1 directory with 9 updates (#917)
- chore(deps): bump github.com/distribution/distribution/v3 from 3.1.0 to 3.1.1 (#912)
- chore(deps): bump the go group across 1 directory with 7 updates (#902)
- chore(deps): bump github.com/go-git/go-git/v5 from 5.17.1 to 5.18.0 (#901)
- chore(deps): bump github.com/moby/spdystream from 0.5.0 to 0.5.1 (#900)
- chore(deps): bump github.com/sigstore/timestamp-authority/v2 from 2.0.4 to 2.0.6 (#898)
- chore(deps): bump the go group with 6 updates (#893)
- chore(deps): bump helm.sh/helm/v3 from 3.20.1 to 3.20.2 (#892)
- chore(deps): bump helm.sh/helm/v4 from 4.1.1 to 4.1.4 (#891)
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp from 1.42.0 to 1.43.0 (#889)
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.42.0 to 1.43.0 (#888)
- chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp from 0.18.0 to 0.19.0 (#886)
- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.4 to 1.99.0 (#885)
- chore(deps): bump the go group across 1 directory with 8 updates (#884)
- chore(deps): bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.1 (#878)
- chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#865)
- chore(deps): bump the go group with 9 updates (#860)
</details>
2 changes: 1 addition & 1 deletion pkg/version/release.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package version

// ReleaseVersion is the version number in semver format "vX.Y.Z", prefixed with "v".
var ReleaseVersion = "v0.29.0"
var ReleaseVersion = "v0.30.0"

// ReleaseCandidate is the release candidate ID in format "rc.X", which will be appended to the release version.
var ReleaseCandidate = "rc.1"
Loading