Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/friendly-coins-develop.md

This file was deleted.

6 changes: 6 additions & 0 deletions charts/octopus-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# octopus-deploy

## 1.8.1

### Patch Changes

- 5d7a73f: Update appVersion to 2025.4

## 1.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/octopus-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion charts/octopus-deploy/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down