Skip to content

Commit 3245f6f

Browse files
Release v0.6.2 (#298)
Co-authored-by: kobzonega <122476665+kobzonega@users.noreply.github.com>
1 parent b2d3704 commit 3245f6f

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.changes/unreleased/Fixed-20250223-222850.yaml

-3
This file was deleted.

.changes/v0.6.2.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v0.6.2 - 2025-02-24
2+
### Fixed
3+
* bug: regression with pod name in grpc-public-host arg

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## v0.6.2 - 2025-02-24
5+
### Fixed
6+
* bug: regression with pod name in grpc-public-host arg
7+
48
## v0.6.1 - 2025-02-12
59
### Fixed
610
* fix passing interconnet TLS volume in blobstorage-init job

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.6.1"
18+
version: "0.6.2"
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.1"
24+
appVersion: "0.6.2"

0 commit comments

Comments
 (0)