Skip to content

Commit a7e3b22

Browse files
Release v0.6.5 (#306)
Co-authored-by: bma13 <[email protected]>
1 parent df584f4 commit a7e3b22

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.changes/unreleased/Added-20251224-173932.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v0.6.5.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.6.5 - 2025-12-30
2+
### Added
3+
* Add storage init job security context inheritance and defaults

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## v0.6.5 - 2025-12-30
5+
### Added
6+
* Add storage init job security context inheritance and defaults
7+
48
## v0.6.4 - 2025-05-21
59
### Added
610
* `insecurePort` can be specified in GRPC Service spec to create a Service with a second port (for non-tls grpc port in storage)

deploy/ydb-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.6.4"
18+
version: "0.6.5"
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.6.4"
24+
appVersion: "0.6.5"

0 commit comments

Comments
 (0)