diff --git a/.changeset/tender-dingos-work.md b/.changeset/tender-dingos-work.md deleted file mode 100644 index 4ad047ca..00000000 --- a/.changeset/tender-dingos-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"octopus-deploy": minor ---- - -Added audit log PVC diff --git a/charts/octopus-deploy/CHANGELOG.md b/charts/octopus-deploy/CHANGELOG.md index 35805888..892aaa51 100644 --- a/charts/octopus-deploy/CHANGELOG.md +++ b/charts/octopus-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # octopus-deploy +## 1.2.0 + +### Minor Changes + +- 8a5779f: Added audit log PVC + ## 1.1.0 ### Minor Changes diff --git a/charts/octopus-deploy/Chart.yaml b/charts/octopus-deploy/Chart.yaml index 1857e0a7..e05f0c6a 100644 --- a/charts/octopus-deploy/Chart.yaml +++ b/charts/octopus-deploy/Chart.yaml @@ -5,7 +5,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.1.0 +version: 1.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/octopus-deploy/package.json b/charts/octopus-deploy/package.json index 406866f2..2fea702f 100644 --- a/charts/octopus-deploy/package.json +++ b/charts/octopus-deploy/package.json @@ -1,6 +1,6 @@ { "name": "octopus-deploy", - "version": "1.1.0", + "version": "1.2.0", "private": true, "description": "Helm chart to install Octopus Deploy", "author": "Octopus Deploy"