Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: devtron-operator
appVersion: 1.3.0
appVersion: 1.3.1
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand All @@ -11,7 +11,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.84
version: 0.22.85
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
containerRegistry: "quay.io/devtron"
extraManifests: []
installer:
release: "v1.3.0"
release: "v1.3.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -71,7 +71,7 @@ components:
keyName: postgresql-password
kubewatch:
registry: ""
image: "kubewatch:0dde3b1a-419-30080"
image: "kubewatch:0dde3b1a-419-30285"
imagePullPolicy: IfNotPresent
configs:
devtroncd_NAMESPACE: "devtron-ci"
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.3.0"
release: "v1.3.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -142,7 +142,7 @@ components:
keyName: postgresql-password
kubewatch:
registry: ""
image: "kubewatch:0dde3b1a-419-30080"
image: "kubewatch:0dde3b1a-419-30285"
imagePullPolicy: IfNotPresent
configs:
devtroncd_NAMESPACE: "devtron-ci"
Expand Down
2 changes: 1 addition & 1 deletion manifests/install/devtron-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: installer-devtron
namespace: devtroncd
spec:
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.3.0/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.3.1/manifests/installation-script
2 changes: 1 addition & 1 deletion manifests/installation-script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LTAG="v1.3.0";
LTAG="v1.3.1";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

log("executed devtron setup installation");
2 changes: 1 addition & 1 deletion manifests/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable -1 v1.3.0
stable -1 v1.3.1
2 changes: 1 addition & 1 deletion manifests/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.1
35 changes: 2 additions & 33 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,6 @@
## v1.3.0
## v1.3.1

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


Loading