Skip to content

Commit c317823

Browse files
committed
Updated the version in scripts
1 parent d034ce9 commit c317823

7 files changed

Lines changed: 20 additions & 6 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## v2.1.1
2+
13
## Enhancements
24
## Bugs
35
- fix: add support of container name in cronjob (#6931)
46
- fix: auto assign permission group related fixes (#6934)
57
- fix: clusterId check for modifying triggers for cluster level notific… (#6932)
68
## Others
9+
10+

charts/devtron/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 2.1.0
3+
appVersion: 2.1.1
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron
@@ -11,7 +11,7 @@ keywords:
1111
- argocd
1212
- Hyperion
1313
engine: gotpl
14-
version: 0.23.1
14+
version: 0.23.2
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
PG_DATABASE: orchestrator
1616
extraManifests: []
1717
installer:
18-
release: "v2.1.0"
18+
release: "v2.1.1"
1919
registry: ""
2020
image: "inception"
2121
tag: "473deaa4-185-21582"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nfs:
4242
extraManifests: []
4343
installer:
4444
repo: "devtron-labs/devtron"
45-
release: "v2.1.0"
45+
release: "v2.1.1"
4646
registry: ""
4747
image: inception
4848
tag: 473deaa4-185-21582

manifests/install/devtron-installer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ metadata:
44
name: installer-devtron
55
namespace: devtroncd
66
spec:
7-
url: https://raw.githubusercontent.com/devtron-labs/devtron/v2.1.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v2.1.1/manifests/installation-script

manifests/installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v2.1.0";
1+
LTAG="v2.1.1";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33
shebang = `#!/bin/bash
44
`;

releasenotes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v2.1.1
2+
3+
## Enhancements
4+
## Bugs
5+
- fix: add support of container name in cronjob (#6931)
6+
- fix: auto assign permission group related fixes (#6934)
7+
- fix: clusterId check for modifying triggers for cluster level notific… (#6932)
8+
## Others
9+
10+

0 commit comments

Comments
 (0)