diff --git a/.changeset/friendly-coins-develop.md b/.changeset/friendly-coins-develop.md deleted file mode 100644 index 1dce8b0c..00000000 --- a/.changeset/friendly-coins-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"octopus-deploy": patch ---- - -Update appVersion to 2025.4 diff --git a/charts/octopus-deploy/CHANGELOG.md b/charts/octopus-deploy/CHANGELOG.md index eb009b66..be06b5c4 100644 --- a/charts/octopus-deploy/CHANGELOG.md +++ b/charts/octopus-deploy/CHANGELOG.md @@ -1,5 +1,11 @@ # octopus-deploy +## 1.8.1 + +### Patch Changes + +- 5d7a73f: Update appVersion to 2025.4 + ## 1.8.0 ### Minor Changes diff --git a/charts/octopus-deploy/Chart.yaml b/charts/octopus-deploy/Chart.yaml index 023a7012..a044fdc1 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.8.0 +version: 1.8.1 # 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 cd24d85b..4e1188e9 100644 --- a/charts/octopus-deploy/package.json +++ b/charts/octopus-deploy/package.json @@ -1,6 +1,6 @@ { "name": "octopus-deploy", - "version": "1.8.0", + "version": "1.8.1", "private": true, "description": "Helm chart to install Octopus Deploy", "author": "Octopus Deploy"