Skip to content

Commit c6b278a

Browse files
Version Charts (#517)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ceeda72 commit c6b278a

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.changeset/fifty-cows-follow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-seas-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

charts/octopus-deploy/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# octopus-deploy
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- ceeda72: Make username and password optional
8+
9+
### Patch Changes
10+
11+
- 80757b2: Add mssql pod constraints (nodeSelector/tolerations/affinity)
12+
313
## 1.10.1
414

515
### Patch Changes

charts/octopus-deploy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: 1.10.1
8+
version: 1.11.0
99
# This is the version number of the application being deployed. This version number should be
1010
# incremented each time you make changes to the application. Versions are not expected to
1111
# follow Semantic Versioning. They should reflect the version the application is using.

charts/octopus-deploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "octopus-deploy",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"private": true,
55
"description": "Helm chart to install Octopus Deploy",
66
"author": "Octopus Deploy"

0 commit comments

Comments
 (0)