Skip to content

Commit 3de5c8a

Browse files
chore(release): Bump versions for v0.25.0-SNAPSHOT (#1919)
Signed-off-by: swirlds-automation <[email protected]>
1 parent 6416978 commit 3de5c8a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

charts/block-node-server/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
apiVersion: v2
3-
appVersion: 0.24.0-SNAPSHOT
3+
appVersion: 0.25.0-SNAPSHOT
44
description: A Helm chart for Hiero Block Node
55
home: https://github.com/hiero-ledger/hiero-block-node
66
keywords:
@@ -15,7 +15,7 @@ maintainers:
1515
name: block-node-server
1616
sources:
1717
- https://github.com/hiero-ledger/hiero-block-node
18-
version: 0.24.0-SNAPSHOT
18+
version: 0.25.0-SNAPSHOT
1919
dependencies:
2020
- name: kube-prometheus-stack
2121
alias: kubepromstack

charts/block-node-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set environment variables that will be used throughout this guide. Replace the v
3838

3939
```bash
4040
export RELEASE="bn-release" # bn-release is short for block-node-release
41-
export VERSION="0.24.0-SNAPSHOT"
41+
export VERSION="0.25.0-SNAPSHOT"
4242
```
4343

4444
## Installation Options
@@ -161,7 +161,7 @@ To upgrade the chart to a new version from the OCI registry:
161161
1. Set the new version:
162162

163163
```bash
164-
export VERSION="<new-version>"
164+
export VERSION="0.25.0-SNAPSHOT"
165165
```
166166

167167
2. Save your current configuration:

charts/blockstream-simulator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22
apiVersion: v2
3-
appVersion: 0.24.0-SNAPSHOT
3+
appVersion: 0.25.0-SNAPSHOT
44
description: A Helm chart for Hiero Blockstream Simulator.
55
home: https://github.com/hiero-ledger/hiero-block-node
66
keywords:
@@ -17,4 +17,4 @@ maintainers:
1717
name: blockstream-simulator-chart
1818
sources:
1919
- https://github.com/hiero-ledger/hiero-block-node
20-
version: 0.24.0-SNAPSHOT
20+
version: 0.25.0-SNAPSHOT

charts/blockstream-simulator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Set Release name and version to install.
1111

1212
```bash
1313
export RELEASE="simulator-release"
14-
export VERSION="0.24.0-SNAPSHOT"
14+
export VERSION="0.25.0-SNAPSHOT"
1515
```
1616

1717
## Template

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.24.0-SNAPSHOT
1+
0.25.0-SNAPSHOT

0 commit comments

Comments
 (0)