diff --git a/charts/devtron/Chart.yaml b/charts/devtron/Chart.yaml index 800f0c6272..a716a8c3eb 100644 --- a/charts/devtron/Chart.yaml +++ b/charts/devtron/Chart.yaml @@ -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 @@ -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: diff --git a/charts/devtron/devtron-bom.yaml b/charts/devtron/devtron-bom.yaml index 7520d67dc2..6a044b6cd4 100644 --- a/charts/devtron/devtron-bom.yaml +++ b/charts/devtron/devtron-bom.yaml @@ -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" @@ -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" diff --git a/charts/devtron/values.yaml b/charts/devtron/values.yaml index 9ec74ad409..e6fd7c0da8 100644 --- a/charts/devtron/values.yaml +++ b/charts/devtron/values.yaml @@ -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 @@ -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" diff --git a/manifests/install/devtron-installer.yaml b/manifests/install/devtron-installer.yaml index ffc07d0b73..87b660b640 100644 --- a/manifests/install/devtron-installer.yaml +++ b/manifests/install/devtron-installer.yaml @@ -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 diff --git a/manifests/installation-script b/manifests/installation-script index 4123c16d21..201c79d44a 100644 --- a/manifests/installation-script +++ b/manifests/installation-script @@ -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"); diff --git a/manifests/release.txt b/manifests/release.txt index 94c5812989..51ad73ac4c 100644 --- a/manifests/release.txt +++ b/manifests/release.txt @@ -1 +1 @@ -stable -1 v1.3.0 +stable -1 v1.3.1 diff --git a/manifests/version.txt b/manifests/version.txt index 18fa8e74f9..7574079828 100644 --- a/manifests/version.txt +++ b/manifests/version.txt @@ -1 +1 @@ -v1.3.0 +v1.3.1 diff --git a/releasenotes.md b/releasenotes.md index ebe2db1225..b1ade504f6 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -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