Skip to content

Commit 3ae10ef

Browse files
Release v0.6.0 (#288)
Co-authored-by: Jorres <jorres.tarasov@gmail.com>
1 parent c3f7de5 commit 3ae10ef

25 files changed

+57
-69
lines changed

.changes/unreleased/Added-20241113-181628.yaml

-3
This file was deleted.

.changes/unreleased/Added-20241118-222810.yaml

-4
This file was deleted.

.changes/unreleased/Added-20241204-122609.yaml

-3
This file was deleted.

.changes/unreleased/Added-20241204-122633.yaml

-3
This file was deleted.

.changes/unreleased/Added-20241204-153550.yaml

-3
This file was deleted.

.changes/unreleased/Added-20241209-182500.yaml

-3
This file was deleted.

.changes/unreleased/Added-20250104-143452.yaml

-3
This file was deleted.

.changes/unreleased/Added-20250124-141810.yaml

-3
This file was deleted.

.changes/unreleased/Added-20250127-130609.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20241118-222537.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20241204-122659.yaml

-3
This file was deleted.

.changes/unreleased/Changed-20241204-122713.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20241113-214512.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20241129-213809.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20241204-122736.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20250104-143747.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20250124-141631.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20250127-125607.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20250127-141003.yaml

-3
This file was deleted.

.changes/unreleased/Fixed-20250129-134226.yaml

-3
This file was deleted.

.changes/unreleased/Security-20241118-222433.yaml

-3
This file was deleted.

.changes/unreleased/Security-20250127-170538.yaml

-3
This file was deleted.

.changes/v0.6.0.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## v0.6.0 - 2025-01-29
2+
### Added
3+
* starting with this release, deploying to dockerhub (ydbplatform/ydb-kubernetes-operator)
4+
* added the ability to create metadata announce for customize dns domain (default: cluster.local)
5+
* new field additionalPodLabels for Storage and Database CRD
6+
* new method buildPodTemplateLabels to append additionalPodLabels for statefulset builders
7+
* compatibility tests running automatically on each new tag
8+
* customize Database and Storage container securityContext
9+
* field externalPort for grpc service to override --grpc-public-port arg
10+
* annotations overrides default secret name and key for arg --auth-token-file
11+
* field ObservedGeneration inside .status.conditions
12+
### Changed
13+
* up CONTROLLER_GEN_VERSION to 0.16.5 and ENVTEST_VERSION to release-0.17
14+
* refactor package labels to separate methods buildLabels, buildSelectorLabels and buildeNodeSetLabels for each resource
15+
* propagate labels ydb.tech/database-nodeset, ydb.tech/storage-nodeset and ydb.tech/remote-cluster with method makeCommonLabels between resource recasting
16+
### Fixed
17+
* e2e tests and unit tests flapped because of the race between storage finalizers and uninstalling operator helm chart
18+
* regenerate CRDs in upload-artifacts workflow (as opposed to manually)
19+
* additional kind worker to maintain affinity rules for blobstorage init job
20+
* update the Makefile with the changes in GitHub CI
21+
* bug: missing error handler for arg --auth-token-file
22+
* fix field resourceVersion inside .status.remoteResources.conditions
23+
* panic when create object with .spec.pause is true
24+
* Passing additional secret volumes to blobstorage-init. The init container can now use them without issues.
25+
### Security
26+
* bump golang-jwt to v4.5.1 (by dependabot)
27+
* bump golang.org/x/net from 0.23.0 to 0.33.0 (by dependabot)

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
# Changelog
22

33

4+
## v0.6.0 - 2025-01-29
5+
### Added
6+
* starting with this release, deploying to dockerhub (ydbplatform/ydb-kubernetes-operator)
7+
* added the ability to create metadata announce for customize dns domain (default: cluster.local)
8+
* new field additionalPodLabels for Storage and Database CRD
9+
* new method buildPodTemplateLabels to append additionalPodLabels for statefulset builders
10+
* compatibility tests running automatically on each new tag
11+
* customize Database and Storage container securityContext
12+
* field externalPort for grpc service to override --grpc-public-port arg
13+
* annotations overrides default secret name and key for arg --auth-token-file
14+
* field ObservedGeneration inside .status.conditions
15+
### Changed
16+
* up CONTROLLER_GEN_VERSION to 0.16.5 and ENVTEST_VERSION to release-0.17
17+
* refactor package labels to separate methods buildLabels, buildSelectorLabels and buildeNodeSetLabels for each resource
18+
* propagate labels ydb.tech/database-nodeset, ydb.tech/storage-nodeset and ydb.tech/remote-cluster with method makeCommonLabels between resource recasting
19+
### Fixed
20+
* e2e tests and unit tests flapped because of the race between storage finalizers and uninstalling operator helm chart
21+
* regenerate CRDs in upload-artifacts workflow (as opposed to manually)
22+
* additional kind worker to maintain affinity rules for blobstorage init job
23+
* update the Makefile with the changes in GitHub CI
24+
* bug: missing error handler for arg --auth-token-file
25+
* fix field resourceVersion inside .status.remoteResources.conditions
26+
* panic when create object with .spec.pause is true
27+
* Passing additional secret volumes to blobstorage-init. The init container can now use them without issues.
28+
### Security
29+
* bump golang-jwt to v4.5.1 (by dependabot)
30+
* bump golang.org/x/net from 0.23.0 to 0.33.0 (by dependabot)
31+
432
## v0.5.32 - 2024-11-05
533
### Fixed
634
* Chart.yaml version is bumped up automatically when a new release PR is created

deploy/ydb-operator/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: "0.5.32"
18+
version: "0.6.0"
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.5.32"
24+
appVersion: "0.6.0"

0 commit comments

Comments
 (0)