Skip to content
5 changes: 5 additions & 0 deletions CHANGELOG/release-notes-v2.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v2.1.1

## Bugs
- fix: auto assign permission group related fixes (#6934)
- fix: clusterId check for modifying triggers for cluster level notific… (#6932)
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: 2.1.0
appVersion: 2.1.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.23.1
version: 0.23.2
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
8 changes: 4 additions & 4 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
PG_DATABASE: orchestrator
extraManifests: []
installer:
release: "v2.1.0"
release: "v2.1.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand All @@ -41,13 +41,13 @@ components:
FEATURE_CODE_MIRROR_ENABLE: "true"
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
registry: ""
image: "dashboard:d4a16ea7-690-38751"
image: "dashboard:8a175cbd-690-38843"
imagePullPolicy: IfNotPresent
healthPort: 8080
devtron:
registry: ""
image: "hyperion:634eb598-280-38763"
cicdImage: "devtron:634eb598-434-38762"
image: "hyperion:1188d0b9-280-38819"
cicdImage: "devtron:1188d0b9-434-38818"
imagePullPolicy: IfNotPresent
customOverrides: {}
podSecurityContext:
Expand Down
8 changes: 4 additions & 4 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nfs:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v2.1.0"
release: "v2.1.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -97,13 +97,13 @@ components:
FEATURE_CODE_MIRROR_ENABLE: "true"
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
registry: ""
image: "dashboard:d4a16ea7-690-38751"
image: "dashboard:8a175cbd-690-38843"
imagePullPolicy: IfNotPresent
healthPort: 8080
devtron:
registry: ""
image: "hyperion:634eb598-280-38763"
cicdImage: "devtron:634eb598-434-38762"
image: "hyperion:1188d0b9-280-38819"
cicdImage: "devtron:1188d0b9-434-38818"
imagePullPolicy: IfNotPresent
customOverrides: {}
healthPort: 8080
Expand Down
6 changes: 3 additions & 3 deletions devtron-images.txt.source
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ quay.io/devtron/chart-sync:fbde4d5e-836-38757
quay.io/devtron/ci-runner:fbde4d5e-138-38754
quay.io/devtron/clair:4.3.6
quay.io/devtron/curl:7.73.0
quay.io/devtron/dashboard:d4a16ea7-690-38751
quay.io/devtron/dashboard:8a175cbd-690-38843
quay.io/devtron/devtron-utils:dup-chart-repo-v1.1.0
quay.io/devtron/devtron:634eb598-434-38762
quay.io/devtron/devtron:1188d0b9-434-38818
quay.io/devtron/dex:v2.30.2
quay.io/devtron/git-sensor:fbde4d5e-200-38750
quay.io/devtron/grafana:7.3.1
quay.io/devtron/hyperion:634eb598-280-38763
quay.io/devtron/hyperion:1188d0b9-280-38819
quay.io/devtron/image-scanner:fbde4d5e-141-38756
quay.io/devtron/inception:473deaa4-185-21582
quay.io/devtron/k8s-sidecar:1.1.0
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/v2.1.0/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v2.1.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="v2.1.0";
LTAG="v2.1.1";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
shebang = `#!/bin/bash
`;
Expand Down
15 changes: 4 additions & 11 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
## v2.1.0
## v2.1.1


## Enhancements
- feat: auto assign permission group ( https://github.com/devtron-labs/devtron/issues/6911 )
## Bugs
- fix: prevent exposure of internal-only attributes in API responses and requests (#6917)
- fix: append filtered cluster details to the cluster detail list in capacity handler (#6915)
- fix: enhance cluster overview response with raw cluster capacity details and caching support (#6914)
- fix: Handle cluster capacity fetch errors by returning detailed connection failure status (#6912)
## Others
- chore: Adds scarf pixel (#6918)
- misc: add clientIP in audit log (#6908)
- misc: Refactor vulnerability query implementation and cleanup unused code (#6907)
- fix: auto assign permission group related fixes (#6934)
- fix: clusterId check for modifying triggers for cluster level notific… (#6932)
Loading