Skip to content

Commit b657c2a

Browse files
committed
Prepare next release
1 parent 7fc2a96 commit b657c2a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG/CHANGELOG-1.28.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
Changelog for the K8ssandra Operator, new PRs should update the `unreleased` section below with entries describing the changes like:
4+
5+
```markdown
6+
* [CHANGE]
7+
* [FEATURE]
8+
* [ENHANCEMENT]
9+
* [BUGFIX]
10+
* [DOCS]
11+
* [TESTING]
12+
```
13+
14+
When cutting a new release, update the `unreleased` heading to the tag being generated and date, like `## vX.Y.Z - YYYY-MM-DD` and create a new placeholder section for `unreleased` entries.
15+
16+
## unreleased

charts/k8ssandra-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: k8ssandra-operator
33
description: |
44
Kubernetes operator which handles the provisioning and management of K8ssandra clusters.
55
type: application
6-
version: 1.27.0-SNAPSHOT
6+
version: 1.28.0-SNAPSHOT
77
dependencies:
88
- name: k8ssandra-common
99
version: 0.29.2

0 commit comments

Comments
 (0)