Releases: risingwavelabs/risingwave-operator
Releases · risingwavelabs/risingwave-operator
v0.15.0
What's Changed
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.34.3 to 0.35.0 by @dependabot[bot] in #970
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.4 to 0.23.0 by @dependabot[bot] in #979
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.0 to 0.88.1 by @dependabot[bot] in #980
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.88.1 to 0.89.0 by @dependabot[bot] in #982
- chore(deps): bump golang.org/x/mod from 0.32.0 to 0.33.0 by @dependabot[bot] in #983
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.35.0 to 0.35.1 by @dependabot[bot] in #987
- chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.1 by @dependabot[bot] in #986
- chore: bump risingwave image tags to v2.8.0 by @risingwave-ci in #993
- feat: add initContainers support to RisingWaveNodePodTemplateSpec by @stex-docto in #988
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.35.1 to 0.35.2 by @dependabot[bot] in #991
- chore(deps): bump github.com/samber/lo from 1.52.0 to 1.53.0 by @dependabot[bot] in #997
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.23.1 to 0.23.3 by @dependabot[bot] in #995
- chore(deps): bump golang.org/x/time from 0.14.0 to 0.15.0 by @dependabot[bot] in #996
- chore(deps): bump google.golang.org/grpc from 1.79.1 to 1.79.2 by @dependabot[bot] in #994
New Contributors
- @stex-docto made their first contribution in #988
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- feat: validate node group name by @Gogomoe in #975
- feat: set webhook enabled default as true by @lukeraphael in #976
- chore(deps): bump golang.org/x/mod from 0.31.0 to 0.32.0 by @dependabot[bot] in #977
- chore: bump risingwave image tags to v2.7.2 by @risingwave-ci in #978
Full Changelog: v0.14.0...v0.14.1
v0.14.0
Notes
- #969 also fixed a bug that could be triggered in the previous versions.
- Since #969 bumps the K8s api dependencies to 0.35.0, the lowest supported K8s version is 1.32 according to the compatibility matrix. For those lower versions, compatibility may been broken.
What's Changed
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.86.1 to 0.86.2 by @dependabot[bot] in #951
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.3 to 0.22.4 by @dependabot[bot] in #952
- chore: bump risingwave image tags to v2.6.2 by @risingwave-ci in #953
- chore(deps): bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #954
- chore(deps): bump golang.org/x/mod from 0.29.0 to 0.30.0 by @dependabot[bot] in #956
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.86.2 to 0.87.0 by @dependabot[bot] in #958
- chore: bump risingwave image tags to v2.6.3 by @risingwave-ci in #960
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.0 to 0.87.1 by @dependabot[bot] in #966
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.34.2 to 0.34.3 by @dependabot[bot] in #962
- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #963
- chore(deps): bump golang.org/x/mod from 0.30.0 to 0.31.0 by @dependabot[bot] in #964
- chore: bump risingwave image tags to v2.7.0 by @risingwave-ci in #967
- chore(deps): bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #972
- chore: bump risingwave image tags to v2.7.1 by @risingwave-ci in #973
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.87.1 to 0.88.0 by @dependabot[bot] in #974
- chore(deps): bump k8s.io/client-go from 0.34.3 to 0.35.0 by @dependabot[bot] in #969
Full Changelog: v0.13.1...v0.14.0
v0.13.1
What's Changed
- chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #938
- chore(deps): bump github.com/samber/lo from 1.51.0 to 1.52.0 by @dependabot[bot] in #940
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.85.0 to 0.86.0 by @dependabot[bot] in #941
- chore(deps): bump golang.org/x/mod from 0.28.0 to 0.29.0 by @dependabot[bot] in #939
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.1 to 0.22.3 by @dependabot[bot] in #937
- chore: bump risingwave image tags to v2.6.1 by @risingwave-ci in #942
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.86.0 to 0.86.1 by @dependabot[bot] in #943
- chore(deps): bump golang.org/x/time from 0.13.0 to 0.14.0 by @dependabot[bot] in #944
- doc: add a manifest for iceberg compaction by @arkbriar in #945
- doc: fix manifest for the sqlite example by @arkbriar in #948
- Fix: Support Kubernetes 1.21 by handling missing availableReplicas field by @ZhicongZheng in #950
New Contributors
- @ZhicongZheng made their first contribution in #950
Full Changelog: v0.13.0...v0.13.1
v0.13.0
What's Changed
- chore: bump risingwave image tags to v2.6.0 by @risingwave-ci in #934
- chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #936
- feat: add additionalMetaServiceMetadata to customise meta service met… by @arkbriar in #933
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- chore(deps): bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #922
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0 by @dependabot[bot] in #921
- chore(deps): bump golang.org/x/time from 0.12.0 to 0.13.0 by @dependabot[bot] in #920
- chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #927
- chore(deps): bump golang.org/x/mod from 0.27.0 to 0.28.0 by @dependabot[bot] in #928
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.34.0 to 0.34.1 by @dependabot[bot] in #926
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.22.0 to 0.22.1 by @dependabot[bot] in #930
- chore(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by @dependabot[bot] in #929
- feat: support enabling webook listener by @arkbriar in #931
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- chore(deps): bump golang.org/x/mod from 0.25.0 to 0.26.0 by @dependabot[bot] in #891
- fix: respect http scheme in S3 endpoint field by @lgarcia11 in #890
- feat: add forcePathStyle field for S3 path-style by @lgarcia11 in #889
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.83.0 to 0.84.0 by @dependabot[bot] in #894
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.33.2 to 0.33.3 by @dependabot[bot] in #895
- chore(deps): bump google.golang.org/grpc from 1.73.0 to 1.74.2 by @dependabot[bot] in #898
- chore: bump risingwave image tags to v2.5.0 by @risingwave-ci in #899
- chore(deps): bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #900
- chore(deps): bump golang.org/x/mod from 0.26.0 to 0.27.0 by @dependabot[bot] in #903
- chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 by @dependabot[bot] in #901
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.84.0 to 0.84.1 by @dependabot[bot] in #902
- chore: bump risingwave image tags to v2.5.1 by @risingwave-ci in #904
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.33.3 to 0.33.4 by @dependabot[bot] in #908
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.84.1 to 0.85.0 by @dependabot[bot] in #913
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #911
- chore(deps): bump google.golang.org/grpc from 1.74.2 to 1.75.0 by @dependabot[bot] in #912
- chore(deps): bump google.golang.org/protobuf from 1.36.7 to 1.36.8 by @dependabot[bot] in #910
- docs: add persistent volume to PostgreSQL deployments by @arkbriar in #914
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #917
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.33.4 to 0.34.0 by @dependabot[bot] in #915
New Contributors
- @lgarcia11 made their first contribution in #890
Full Changelog: v0.10.2...v0.11.0
v0.10.2
What's Changed
- chore: bump risingwave image tags to v2.4.2 by @risingwave-ci in #877
- chore(deps): bump k8s.io/api from 0.33.1 to 0.33.2 by @dependabot in #881
- chore(deps): bump k8s.io/apimachinery from 0.33.1 to 0.33.2 by @dependabot in #878
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.33.1 to 0.33.2 by @dependabot in #879
- fix: fix the error message on invalid meta store by @arkbriar in #885
- chore: bump risingwave image tags to v2.4.3 by @risingwave-ci in #888
- fix: fix SSL config by @arkbriar in #887
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- chore(deps): bump google.golang.org/grpc from 1.71.1 to 1.72.0 by @dependabot in #854
- chore: bump risingwave image tags to v2.3.2 by @risingwave-ci in #855
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.82.0 to 0.82.1 by @dependabot in #857
- chore(deps): bump k8s.io/client-go from 0.33.0 to 0.33.1 by @dependabot in #858
- chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 by @dependabot in #859
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.82.1 to 0.82.2 by @dependabot in #860
- chore: bump risingwave image tags to v2.4.0 by @risingwave-ci in #863
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.33.0 to 0.33.1 by @dependabot in #864
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.21.0 by @dependabot in #865
- chore(deps): bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #866
- chore(deps): bump github.com/go-logr/logr from 1.4.2 to 1.4.3 by @dependabot in #867
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.82.2 to 0.83.0 by @dependabot in #868
- fix: set internal root path by @arkbriar in #869
- chore(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot in #873
- chore(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0 by @dependabot in #874
- chore: bump risingwave image tags to v2.4.1 by @risingwave-ci in #871
- chore(deps): bump golang.org/x/time from 0.11.0 to 0.12.0 by @dependabot in #872
- docs: update manifests under the stable dir to use postgres by @arkbriar in #875
- chore(deps): bump github.com/samber/lo from 1.50.0 to 1.51.0 by @dependabot in #876
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Breaking Changes
- #847 introduced a change to the metric names. This may affect existing dashboards.
What's Changed
- chore: bump risingwave image tags to v2.2.3 by @risingwave-ci in #827
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #826
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.80.1 to 0.81.0 by @dependabot in #829
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.2 to 0.32.3 by @dependabot in #830
- chore: bump risingwave image tags to v2.2.4 by @risingwave-ci in #834
- chore(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #836
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.20.3 to 0.20.4 by @dependabot in #837
- chore(deps): bump github.com/openkruise/kruise-api from 1.7.1 to 1.8.0 by @dependabot in #840
- chore(deps): bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #839
- chore: bump risingwave image tags to v2.2.5 by @risingwave-ci in #841
- chore: bump risingwave image tags to v2.3.0 by @risingwave-ci in #844
- chore(deps): bump github.com/prometheus/client_model from 0.6.1 to 0.6.2 by @dependabot in #843
- chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #842
- chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot in #845
- chore: update base image to go 1.24 by @arkbriar in #847
- chore: bump risingwave image tags to v2.3.1 by @risingwave-ci in #848
- chore(deps): bump github.com/samber/lo from 1.49.1 to 1.50.0 by @dependabot in #849
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.32.3 to 0.33.0 by @dependabot in #850
- chore(deps): bump github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring from 0.81.0 to 0.82.0 by @dependabot in #846
Full Changelog: v0.9.1...v0.10.0