Skip to content

Commit 94d15c4

Browse files
release: PR for v1.3.1 (#6421)
* Update Chart.yaml * Update devtron-bom.yaml * Update values.yaml * Update installation-script * Update devtron-installer.yaml * Update values.yaml * Update devtron-bom.yaml * Update release.txt * Update version.txt * Update releasenotes.md
1 parent 4173b03 commit 94d15c4

File tree

8 files changed

+12
-43
lines changed

8 files changed

+12
-43
lines changed

charts/devtron/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 1.3.0
3+
appVersion: 1.3.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.22.84
14+
version: 0.22.85
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

+2-2
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.3.0"
13+
release: "v1.3.1"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"
@@ -71,7 +71,7 @@ components:
7171
keyName: postgresql-password
7272
kubewatch:
7373
registry: ""
74-
image: "kubewatch:0dde3b1a-419-30080"
74+
image: "kubewatch:0dde3b1a-419-30285"
7575
imagePullPolicy: IfNotPresent
7676
configs:
7777
devtroncd_NAMESPACE: "devtron-ci"

charts/devtron/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ global:
3131
extraManifests: []
3232
installer:
3333
repo: "devtron-labs/devtron"
34-
release: "v1.3.0"
34+
release: "v1.3.1"
3535
registry: ""
3636
image: inception
3737
tag: 473deaa4-185-21582
@@ -142,7 +142,7 @@ components:
142142
keyName: postgresql-password
143143
kubewatch:
144144
registry: ""
145-
image: "kubewatch:0dde3b1a-419-30080"
145+
image: "kubewatch:0dde3b1a-419-30285"
146146
imagePullPolicy: IfNotPresent
147147
configs:
148148
devtroncd_NAMESPACE: "devtron-ci"

manifests/install/devtron-installer.yaml

+1-1
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.3.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.3.1/manifests/installation-script

manifests/installation-script

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v1.3.0";
1+
LTAG="v1.3.1";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
log("executed devtron setup installation");

manifests/release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable -1 v1.3.0
1+
stable -1 v1.3.1

manifests/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0
1+
v1.3.1

releasenotes.md

+2-33
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
1-
## v1.3.0
1+
## v1.3.1
22

33
## Bugs
4-
- fix: panic fixes (#6411)
5-
- fix: auto pre-cd not getting triggered (if cd is manual) after webhook ci event is captured (#6407)
6-
- fix: Base update (#6405)
7-
- fix: devtron apps deployed via helm showing in helm apps list (#6397)
8-
- fix: when a helm app is managed by argocd then skip argo app update when same name ext helm app is installed (#6389)
9-
- fix: upgraded to go-git/v5 v5.13.0 (#6388)
10-
- fix: fix for ci cd workflow fake success status and multiple post/pre cd success notifications (#6370)
11-
- fix: fix for while cloning app or workflow when external secret is present in any pipeline then that pipeline is not cloned (#6368)
12-
- fix: fix for while cloning app or workflow when external secret is present in any pipeline then that pipeline is not cloned (#6366)
13-
- fix: buildx driver opt using k8s driver even if not enabled (#6349)
14-
- fix: Auto trigger even if pre-cd fails (#6338)
15-
- fix: role group listing fix (#6343)
16-
- fix: sql injection fixes (#6334)
17-
- fix: role group k8s permissions duplication (#6336)
18-
## Enhancements
19-
- feat: hibernate devtron app (#6356)
20-
- feat: separate build worker status timeline (#6320)
21-
- feat: send notification with chosen config (#6331)
22-
- feat: sql script changes for operation audit (#6342)
23-
## Documentation
24-
- doc: updated devtron user list in users.md (#6363)
25-
## Others
26-
- misc: pipeline listing in app Group (#6410)
27-
- misc: Notif back com (#6398)
28-
- sync: Main sync develop (#6396)
29-
- sync: vendor update on release 29 (#6395)
30-
- sync: Release candidate v0.29.0 (#6394)
31-
- sync: Main sync develop (#6375)
32-
- misc: common-lib change (#6347)
33-
- sync: Release candidate v0.28.0 (#6340)
34-
- misc: Fix typo: Cronjob → CronJob (#6335)
35-
- sync: Main sync develop (#6358)
4+
- fix: unable to fetch live build logs
365

376

0 commit comments

Comments
 (0)