Skip to content

Commit

Permalink
Version Charts (#362)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 17, 2024
1 parent 3f5398d commit af7005e
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-seals-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-pears-end.md

This file was deleted.

7 changes: 7 additions & 0 deletions charts/kubernetes-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# kubernetes-agent

## 2.8.2

### Patch Changes

- afb6307: Forward merge from release/kubernetes-agent/v1 version `1.19.2`. Includes all changes in `1.19.2`
- 3f5398d: Don't include an empty WorkerPools env var if not a worker

## 2.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ maintainers:
email: "support@octopus.com"
url: "https://octopus.com"
type: application
version: "2.8.1"
version: "2.8.2"
# This version number should be the same as the agent.image.tag value as this is the primary application version
appVersion: "8.2.2514"
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Kubernetes agent

![Version: 2.8.1](https://img.shields.io/badge/Version-2.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.2.2514](https://img.shields.io/badge/AppVersion-8.2.2514-informational?style=flat-square) ![Octopus Deploy Version: 2024.2.6580+](https://img.shields.io/badge/Octopus_Deploy-2024.2.6580%2B-2F93E0?style=flat-square&logo=octopusdeploy&logoColor=%232F93E0&logoSize=auto)
![Version: 2.8.2](https://img.shields.io/badge/Version-2.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.2.2514](https://img.shields.io/badge/AppVersion-8.2.2514-informational?style=flat-square) ![Octopus Deploy Version: 2024.2.6580+](https://img.shields.io/badge/Octopus_Deploy-2024.2.6580%2B-2F93E0?style=flat-square&logo=octopusdeploy&logoColor=%232F93E0&logoSize=auto)

The Kubernetes agent is the recommended way to deploy to Kubernetes clusters using [Octopus Deploy](https://octopus.com).

Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kubernetes-agent",
"version": "2.8.1",
"version": "2.8.2",
"private": true,
"description": "The Octopus Kubernetes Agent",
"author": "Octopus Deploy Ptd Ltd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ should match snapshot:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: octopus-agent
app.kubernetes.io/version: 8.2.2514
helm.sh/chart: kubernetes-agent-2.8.1
helm.sh/chart: kubernetes-agent-2.8.2
name: octopus-agent-auto-upgrader
namespace: NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ should match snapshot:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: octopus-agent
app.kubernetes.io/version: 8.2.2514
helm.sh/chart: kubernetes-agent-2.8.1
helm.sh/chart: kubernetes-agent-2.8.2
name: octopus-agent-scripts
namespace: NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ should match snapshot:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: octopus-agent
app.kubernetes.io/version: 8.2.2514
helm.sh/chart: kubernetes-agent-2.8.1
helm.sh/chart: kubernetes-agent-2.8.2
name: octopus-agent-tentacle
namespace: NAMESPACE
spec:
Expand All @@ -24,7 +24,7 @@ should match snapshot:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: octopus-agent
app.kubernetes.io/version: 8.2.2514
helm.sh/chart: kubernetes-agent-2.8.1
helm.sh/chart: kubernetes-agent-2.8.2
spec:
affinity:
nodeAffinity:
Expand Down Expand Up @@ -79,7 +79,7 @@ should match snapshot:
- name: OCTOPUS__K8STENTACLE__HELMRELEASENAME
value: RELEASE-NAME
- name: OCTOPUS__K8STENTACLE__HELMCHARTVERSION
value: 2.8.1
value: 2.8.2
- name: OCTOPUS__K8STENTACLE__DISABLEAUTOPODCLEANUP
value: "false"
- name: OCTOPUS__K8STENTACLE__DISABLEPODEVENTSINTASKLOG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ should match snapshot when storageClassName is set:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: octopus-agent
app.kubernetes.io/version: 8.2.2514
helm.sh/chart: kubernetes-agent-2.8.1
helm.sh/chart: kubernetes-agent-2.8.2
name: octopus-agent-RELEASE-NAME-pvc
spec:
accessModes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ should match snapshot:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: octopus-agent
app.kubernetes.io/version: 8.2.2514
helm.sh/chart: kubernetes-agent-2.8.1
helm.sh/chart: kubernetes-agent-2.8.2
name: octopus-agent-tentacle
namespace: NAMESPACE

0 comments on commit af7005e

Please sign in to comment.