Skip to content

Commit 000f685

Browse files
Release v0.6.4 (#302)
Co-authored-by: Jorres <jorres.tarasov@gmail.com>
1 parent b8ad65c commit 000f685

File tree

6 files changed

+15
-11
lines changed

6 files changed

+15
-11
lines changed

.changes/unreleased/Added-20250512-140119.yaml

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

.changes/unreleased/Added-20250512-143551.yaml

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

.changes/unreleased/Fixed-20250513-113445.yaml

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

.changes/v0.6.4.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.6.4 - 2025-05-21
2+
### Added
3+
* `insecurePort` can be specified in GRPC Service spec to create a Service with a second port (for non-tls grpc port in storage)
4+
* Default 2135 port on the GRPC service can now be overridden
5+
### Fixed
6+
* [development] mutating\validating webhooks now run during medium tests (previously e2e only)

CHANGELOG.md

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

33

4+
## v0.6.4 - 2025-05-21
5+
### Added
6+
* `insecurePort` can be specified in GRPC Service spec to create a Service with a second port (for non-tls grpc port in storage)
7+
* Default 2135 port on the GRPC service can now be overridden
8+
### Fixed
9+
* [development] mutating\validating webhooks now run during medium tests (previously e2e only)
10+
411
## v0.6.3 - 2025-05-07
512

613
## v0.6.2 - 2025-02-24

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.3"
18+
version: "0.6.4"
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.3"
24+
appVersion: "0.6.4"

0 commit comments

Comments
 (0)