Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Jul 24, 2024
1 parent 3dd3c6b commit 1a62958
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG/CHANGELOG-1.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

Changelog for the K8ssandra Operator, new PRs should update the `unreleased` section below with entries describing the changes like:

```markdown
* [CHANGE]
* [FEATURE]
* [ENHANCEMENT]
* [BUGFIX]
* [DOCS]
* [TESTING]
```

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.

## unreleased
2 changes: 1 addition & 1 deletion charts/k8ssandra-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: k8ssandra-operator
description: |
Kubernetes operator which handles the provisioning and management of K8ssandra clusters.
type: application
version: 1.18.0-SNAPSHOT
version: 1.19.0-SNAPSHOT
dependencies:
- name: k8ssandra-common
version: 0.29.0
Expand Down

0 comments on commit 1a62958

Please sign in to comment.