Skip to content

Commit 0af743b

Browse files
committed
Updated the version in scripts
1 parent 0d7cc3a commit 0af743b

File tree

7 files changed

+15
-5
lines changed

7 files changed

+15
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## v1.5.1
2+
13
## Bugs
24
- fix: stack manager page break on server api giving internal server error (#6556)
5+
6+

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 1.5.0
3+
appVersion: 1.5.1
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
containerRegistry: "quay.io/devtron"
1111
extraManifests: []
1212
installer:
13-
release: "v1.5.0"
13+
release: "v1.5.1"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ global:
2828
extraManifests: []
2929
installer:
3030
repo: "devtron-labs/devtron"
31-
release: "v1.5.0"
31+
release: "v1.5.1"
3232
registry: ""
3333
image: inception
3434
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/v1.5.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.5.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="v1.5.0";
1+
LTAG="v1.5.1";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
log("executed devtron setup installation");

releasenotes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v1.5.1
2+
3+
## Bugs
4+
- fix: stack manager page break on server api giving internal server error (#6556)
5+
6+

0 commit comments

Comments
 (0)