🚨 This is a ALPHA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.
⚠️ ALPHA RELEASE NOTES ⚠️
Changes since v1.13.0
📈 Overview
- 25 new commits merged
- 1 feature addition ✨
✨ New Features
- Bump Kubernetes to v1.33 and add new OVA's (#3435)
🌱 Others
- Able to export webhooks for external utilization (#3434)
- Adjust weekly gh actions to run for release-1.13 branch (#3420)
- Bump CAPI in tests to main (v1.11) (#3468)
- Bump CAPI to v1.10.0-rc.1, K8S and CPI to v1.33.0-rc.0 (#3424)
- Bump CAPI to v1.11.0-alpha.0 (#3478)
- Bump CAPI v1.10.0 (#3433)
- Bump CAPI v1.10.1 (#3443)
- Bump CPI to v1.33.0 (#3441)
- Bump go 1.23.8 (#3446)
- Bump to Kubernetes v1.33.0-rc.1 (#3426)
- Fix web-hook structure names and descriptions (#3462)
- Makefile: Bump Kubebuilder to v1.33 (#3476)
- Migrate config and bump golangci lint to v2 (#3469)
- Prepare main for v1.14 (#3453)
- Start using 1.34 for CI latest on main (#3438)
- Use release artefacts for CAPI v1.10 (#3448)
Dependencies
Added
- github.com/klauspost/compress: v1.18.0
- github.com/kylelemons/godebug: v1.1.0
- go.opentelemetry.io/auto/sdk: v1.1.0
- gopkg.in/go-jose/go-jose.v2: v2.6.3
- sigs.k8s.io/randfill: v1.0.0
Changed
- cel.dev/expr: v0.18.0 → v0.19.1
- cloud.google.com/go/compute/metadata: v0.5.2 → v0.5.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.25.0 → v1.24.1
- github.com/cncf/xds/go: 024c85f → b4127c9
- github.com/coreos/go-oidc: v2.2.1+incompatible → v2.3.0+incompatible
- github.com/golang-jwt/jwt/v4: v4.5.0 → v4.5.2
- github.com/google/cel-go: v0.22.0 → v0.23.2
- github.com/google/gnostic-models: v0.6.8 → v0.6.9
- github.com/gorilla/websocket: v1.5.3 → e064f32
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.20.0 → v2.24.0
- github.com/prometheus/client_golang: v1.19.1 → v1.22.0
- github.com/prometheus/common: v0.55.0 → v0.62.0
- github.com/rogpeppe/go-internal: v1.12.0 → v1.13.1
- github.com/spf13/viper: v1.20.0 → v1.20.1
- github.com/vmware/govmomi: v0.49.0 → v0.51.0
- go.etcd.io/etcd/api/v3: v3.5.20 → v3.5.21
- go.etcd.io/etcd/client/pkg/v3: v3.5.20 → v3.5.21
- go.etcd.io/etcd/client/v2: v2.305.16 → v2.305.21
- go.etcd.io/etcd/client/v3: v3.5.20 → v3.5.21
- go.etcd.io/etcd/pkg/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/raft/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/server/v3: v3.5.16 → v3.5.21
- go.opentelemetry.io/contrib/detectors/gcp: v1.28.0 → v1.30.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.53.0 → v0.58.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.54.0 → v0.58.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.33.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.33.0
- go.opentelemetry.io/otel/metric: v1.29.0 → v1.33.0
- go.opentelemetry.io/otel/sdk/metric: v1.28.0 → v1.30.0
- go.opentelemetry.io/otel/sdk: v1.29.0 → v1.33.0
- go.opentelemetry.io/otel/trace: v1.29.0 → v1.33.0
- go.opentelemetry.io/otel: v1.29.0 → v1.33.0
- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.4.0
- golang.org/x/crypto: v0.36.0 → v0.38.0
- golang.org/x/net: v0.37.0 → v0.40.0
- golang.org/x/oauth2: v0.28.0 → v0.30.0
- golang.org/x/sync: v0.12.0 → v0.14.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- golang.org/x/term: v0.30.0 → v0.32.0
- golang.org/x/text: v0.23.0 → v0.25.0
- golang.org/x/time: v0.8.0 → v0.9.0
- golang.org/x/tools: v0.31.0 → v0.33.0
- google.golang.org/grpc: v1.67.3 → v1.68.2
- k8s.io/api: v0.32.3 → v0.33.1
- k8s.io/apiextensions-apiserver: v0.32.3 → v0.33.1
- k8s.io/apimachinery: v0.32.3 → v0.33.1
- k8s.io/apiserver: v0.32.3 → v0.33.1
- k8s.io/client-go: v0.32.3 → v0.33.1
- k8s.io/cluster-bootstrap: v0.32.3 → v0.33.1
- k8s.io/code-generator: v0.32.3 → v0.33.1
- k8s.io/component-base: v0.32.3 → v0.33.1
- k8s.io/gengo/v2: 2b36238 → 1244d31
- k8s.io/kms: v0.32.3 → v0.33.1
- k8s.io/kube-openapi: 32ad38e → c8a335a
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.2
- sigs.k8s.io/cluster-api: v1.10.1 → v1.11.0-alpha.0
- sigs.k8s.io/controller-runtime: v0.20.4 → v0.21.0
- sigs.k8s.io/structured-merge-diff/v4: v4.4.2 → v4.6.0
Removed
- github.com/asaskevich/govalidator: f61b66f
- github.com/go-kit/log: v0.2.1
- github.com/go-logfmt/logfmt: v0.5.1
- gopkg.in/square/go-jose.v2: v2.6.0
More details about the release
⚠️ ALPHA RELEASE NOTES ⚠️
Changes since v1.13.0
📈 Overview
- 25 new commits merged
- 1 feature addition ✨
✨ New Features
- Bump Kubernetes to v1.33 and add new OVA's (#3435)
🌱 Others
- Able to export webhooks for external utilization (#3434)
- Adjust weekly gh actions to run for release-1.13 branch (#3420)
- Bump CAPI in tests to main (v1.11) (#3468)
- Bump CAPI to v1.10.0-rc.1, K8S and CPI to v1.33.0-rc.0 (#3424)
- Bump CAPI to v1.11.0-alpha.0 (#3478)
- Bump CAPI v1.10.0 (#3433)
- Bump CAPI v1.10.1 (#3443)
- Bump CPI to v1.33.0 (#3441)
- Bump go 1.23.8 (#3446)
- Bump to Kubernetes v1.33.0-rc.1 (#3426)
- Fix web-hook structure names and descriptions (#3462)
- Makefile: Bump Kubebuilder to v1.33 (#3476)
- Migrate config and bump golangci lint to v2 (#3469)
- Prepare main for v1.14 (#3453)
- Start using 1.34 for CI latest on main (#3438)
- Use release artefacts for CAPI v1.10 (#3448)
📖 Additionally, there has been 1 contribution to our documentation and book. (#3437)
Dependencies
Added
- github.com/klauspost/compress: v1.18.0
- github.com/kylelemons/godebug: v1.1.0
- go.opentelemetry.io/auto/sdk: v1.1.0
- gopkg.in/go-jose/go-jose.v2: v2.6.3
- sigs.k8s.io/randfill: v1.0.0
Changed
- cel.dev/expr: v0.18.0 → v0.19.1
- cloud.google.com/go/compute/metadata: v0.5.2 → v0.5.0
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp: v1.25.0 → v1.24.1
- github.com/cncf/xds/go: 024c85f → b4127c9
- github.com/coreos/go-oidc: v2.2.1+incompatible → v2.3.0+incompatible
- github.com/golang-jwt/jwt/v4: v4.5.0 → v4.5.2
- github.com/google/cel-go: v0.22.0 → v0.23.2
- github.com/google/gnostic-models: v0.6.8 → v0.6.9
- github.com/gorilla/websocket: v1.5.3 → e064f32
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.20.0 → v2.24.0
- github.com/prometheus/client_golang: v1.19.1 → v1.22.0
- github.com/prometheus/common: v0.55.0 → v0.62.0
- github.com/rogpeppe/go-internal: v1.12.0 → v1.13.1
- github.com/spf13/viper: v1.20.0 → v1.20.1
- github.com/vmware/govmomi: v0.49.0 → v0.51.0
- go.etcd.io/etcd/api/v3: v3.5.20 → v3.5.21
- go.etcd.io/etcd/client/pkg/v3: v3.5.20 → v3.5.21
- go.etcd.io/etcd/client/v2: v2.305.16 → v2.305.21
- go.etcd.io/etcd/client/v3: v3.5.20 → v3.5.21
- go.etcd.io/etcd/pkg/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/raft/v3: v3.5.16 → v3.5.21
- go.etcd.io/etcd/server/v3: v3.5.16 → v3.5.21
- go.opentelemetry.io/contrib/detectors/gcp: v1.28.0 → v1.30.0
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc: v0.53.0 → v0.58.0
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp: v0.54.0 → v0.58.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc: v1.27.0 → v1.33.0
- go.opentelemetry.io/otel/exporters/otlp/otlptrace: v1.28.0 → v1.33.0
- go.opentelemetry.io/otel/metric: v1.29.0 → v1.33.0
- go.opentelemetry.io/otel/sdk/metric: v1.28.0 → v1.30.0
- go.opentelemetry.io/otel/sdk: v1.29.0 → v1.33.0
- go.opentelemetry.io/otel/trace: v1.29.0 → v1.33.0
- go.opentelemetry.io/otel: v1.29.0 → v1.33.0
- go.opentelemetry.io/proto/otlp: v1.3.1 → v1.4.0
- golang.org/x/crypto: v0.36.0 → v0.38.0
- golang.org/x/net: v0.37.0 → v0.40.0
- golang.org/x/oauth2: v0.28.0 → v0.30.0
- golang.org/x/sync: v0.12.0 → v0.14.0
- golang.org/x/sys: v0.32.0 → v0.33.0
- golang.org/x/term: v0.30.0 → v0.32.0
- golang.org/x/text: v0.23.0 → v0.25.0
- golang.org/x/time: v0.8.0 → v0.9.0
- golang.org/x/tools: v0.31.0 → v0.33.0
- google.golang.org/grpc: v1.67.3 → v1.68.2
- k8s.io/api: v0.32.3 → v0.33.1
- k8s.io/apiextensions-apiserver: v0.32.3 → v0.33.1
- k8s.io/apimachinery: v0.32.3 → v0.33.1
- k8s.io/apiserver: v0.32.3 → v0.33.1
- k8s.io/client-go: v0.32.3 → v0.33.1
- k8s.io/cluster-bootstrap: v0.32.3 → v0.33.1
- k8s.io/code-generator: v0.32.3 → v0.33.1
- k8s.io/component-base: v0.32.3 → v0.33.1
- k8s.io/gengo/v2: 2b36238 → 1244d31
- k8s.io/kms: v0.32.3 → v0.33.1
- k8s.io/kube-openapi: 32ad38e → c8a335a
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client: v0.31.0 → v0.31.2
- sigs.k8s.io/cluster-api: v1.10.1 → v1.11.0-alpha.0
- sigs.k8s.io/controller-runtime: v0.20.4 → v0.21.0
- sigs.k8s.io/structured-merge-diff/v4: v4.4.2 → v4.6.0
Removed
_Thanks to all our contributors!_ 😊