Skip to content

Commit 378abc6

Browse files
release: PR for v0.6.11 (#2866)
* Created release-notes files * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated latest image of dashboard in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of dashboard in installer * Updated latest image of hyperion in installer * Updated latest image of dashboard in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated latest image of ci-runner in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated release notes * Updated release notes * Updated latest image of hyperion in installer * Updated latest image of hyperion in installer * Updated release notes * Updated latest image of hyperion in installer * Update release.txt * Updated latest image of git-sensor in installer * Updated latest image of kubewatch in installer * Updated latest image of image-scanner in installer * Updated latest image of git-sensor in installer * Updated latest image of ci-runner in installer * Updated latest image of lens in installer * Updated nats image in devtron latest release * Update installation-script * Updated latest image of devtron in installer * Updated latest image of kubelink in installer * Updated latest image of dashboard in installer * Update values.yaml * Updated latest image of hyperion in installer * Updated release-notes files * Update releasenotes.md --------- Co-authored-by: pawan-mehta-dt <[email protected]>
1 parent c35045c commit 378abc6

18 files changed

+104
-36
lines changed

CHANGELOG/release-notes-v0.6.11.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
## v0.6.11
2+
3+
## Bugs
4+
- fix: Nats server version upgrade (#2837)
5+
- fix: K8s side resources error handled some unable to fetch some kinds in cluster (#2896)
6+
- fix: helm and gitOps pipeline feature gap changes (#2891)
7+
- fix: Adding /Deleting git material reflection in workflow editor and build & deploy (#2744)
8+
- fix: issue resolved for notification on deployment trigger and telemetry summary event (#2893)
9+
- fix: helm manifest output in deployment history (#2822)
10+
- fix: sending appName in the response of getAppWorkflow API (#2879)
11+
- fix: cluster not reachable handling (#2872)
12+
## Enhancements
13+
- feat: Support of reuse container image in containers section in reference chart 4-17 (#2675)
14+
- feat: Added Rollout chart 4.17 and Deployment chart 1.1 with canary using flagger and Istio support (#2910)
15+
- feat: Codacy plugin integration (#2892)
16+
- feat: Semgrep plugin integration (#2877)
17+
- perf: Tracing observability tool integration (#2782)
18+
## Documentation
19+
- docs: removed command to install a particular version of Devtron (#2888)
20+
- docs: Updated README.md file for Devtron chart (#2887)
21+
- docs: added manage tags (#2907)
22+
- docs: updated target platform (#2857)
23+
## Others
24+
- task: added new fields for eso secrets (#2899)
25+
- task: updated deployment status timeline api for helm based pipelines (#2897)
26+
- task: updated logic for adding health status timeline (#2870)
27+
28+
29+
## v0.6.11-rc.0
30+
31+
## Bugs
32+
- fix: bitbucket gitops config fixes (#2768)
33+
- fix: updated sonarqube plugin script (#2855)
34+
- fix: updated the description in sonarqube migration (#2853)
35+
- fix: External Ci Trigger - Won't show images for manual Cd pipelines (#2802)
36+
- fix: app create api bug fix if chart ref is different (#2851)
37+
- fix: Dockerfile git repo delete tooltip view to build config (#2792)
38+
## Enhancements
39+
- feat: Option for changing project in Helm apps and project assignment to CLI helm apps. (#2780)
40+
- feat: Audit logs for resource deletion from devtron UI (#2791)
41+
- feat: verify token function scope made public (#2856)
42+
- feat: Sonarqube polling script update (#2846)
43+
- feat: deployment status restructuring (#2825)
44+
## Documentation
45+
- docs: updated aws external secret doc (#2781)
46+
- docs: updated broken links and minor updates (resource browser) (#2844)
47+
- docs: added cluster, k8s resource browser, k8s resource permission (#2787)

charts/devtron/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 0.6.11-rc.0
3+
appVersion: 0.6.11
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.48
14+
version: 0.22.49
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
installer:
2-
release: "v0.6.11-rc.0"
2+
release: "v0.6.11"
33
image: "quay.io/devtron/inception"
44
tag: "1d2b87e5-185-11095"
55

66
components:
77
dashboard:
8-
image: "quay.io/devtron/dashboard:37338139-325-12306"
8+
image: "quay.io/devtron/dashboard:c49004b1-325-12557"
99
devtron:
10-
image: "quay.io/devtron/hyperion:851c54bf-280-12304"
11-
cicdImage: "quay.io/devtron/devtron:851c54bf-326-12302"
10+
image: "quay.io/devtron/hyperion:c35045c2-280-12565"
11+
cicdImage: "quay.io/devtron/devtron:c35045c2-326-12555"
1212
argocdDexServer:
1313
image: "ghcr.io/dexidp/dex:v2.30.2"
1414
initContainer:
1515
authenticator: "quay.io/devtron/authenticator:6e466830-393-11943"
1616
kubelink:
17-
image: "quay.io/devtron/kubelink:7f9303ae-318-12204"
17+
image: "quay.io/devtron/kubelink:a5e179d4-318-12564"
1818
postgres:
1919
image: "quay.io/devtron/postgres:11.9.0-debian-10-r26"
2020
armImage: "quay.io/devtron/postgres:11.9"
@@ -24,10 +24,10 @@ components:
2424
envVars:
2525
devtron:
2626
GIT_BRANCH: "main"
27-
GIT_HASH: "851c54bf2770719f5eae33a7c6a1a4854180065a"
27+
GIT_HASH: "c35045c218d95741522fee8b27ee42e3956ba4c6"
2828
casbin:
2929
GIT_BRANCH: "main"
30-
GIT_HASH: "851c54bf2770719f5eae33a7c6a1a4854180065a"
30+
GIT_HASH: "c35045c218d95741522fee8b27ee42e3956ba4c6"
3131

3232
argo-cd:
3333
global:

charts/devtron/values.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
installer:
22
repo: "devtron-labs/devtron"
33
# For Kubernetes version < 1.16, set release: legacy. You won't be able to upgrade Devtron unless you upgrade the K8s version to 1.16 or above.
4-
release: "v0.6.11-rc.0" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
4+
release: "v0.6.11" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
55
image: quay.io/devtron/inception
66
tag: 1d2b87e5-185-11095
77
source: "github" # Available options are github and gitee
@@ -43,12 +43,12 @@ components:
4343
sentry: "false"
4444
sentryEnv: "PRODUCTION"
4545
applicationMetrics: "true"
46-
image: "quay.io/devtron/dashboard:37338139-325-12306"
46+
image: "quay.io/devtron/dashboard:c49004b1-325-12557"
4747
imagePullPolicy: IfNotPresent
4848

4949
devtron:
50-
image: "quay.io/devtron/hyperion:851c54bf-280-12304"
51-
cicdImage: "quay.io/devtron/devtron:851c54bf-326-12302"
50+
image: "quay.io/devtron/hyperion:c35045c2-280-12565"
51+
cicdImage: "quay.io/devtron/devtron:c35045c2-326-12555"
5252
imagePullPolicy: IfNotPresent
5353
customOverrides: {}
5454
serviceMonitor:
@@ -80,7 +80,7 @@ components:
8080
authenticator: "quay.io/devtron/authenticator:6e466830-393-11943"
8181

8282
kubelink:
83-
image: "quay.io/devtron/kubelink:7f9303ae-318-12204"
83+
image: "quay.io/devtron/kubelink:a5e179d4-318-12564"
8484
imagePullPolicy: IfNotPresent
8585

8686
postgres:
@@ -98,13 +98,13 @@ components:
9898
SCRIPT_LOCATION: "scripts/sql/"
9999
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
100100
DB_NAME: "orchestrator"
101-
GIT_HASH: "851c54bf2770719f5eae33a7c6a1a4854180065a"
101+
GIT_HASH: "c35045c218d95741522fee8b27ee42e3956ba4c6"
102102
casbin:
103103
GIT_BRANCH: "main"
104104
SCRIPT_LOCATION: "scripts/casbin/"
105105
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
106106
DB_NAME: "casbin"
107-
GIT_HASH: "851c54bf2770719f5eae33a7c6a1a4854180065a"
107+
GIT_HASH: "c35045c218d95741522fee8b27ee42e3956ba4c6"
108108

109109
# values for argocd integration
110110
argo-cd:

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/v0.6.11-rc.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.6.11/manifests/installation-script

manifests/installation-script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v0.6.11-rc.0";
1+
LTAG="v0.6.11";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
@@ -142,7 +142,7 @@ kubeYamlEdit(lens, "data.PG_PASSWORD", postgresqlPassword, `/Secret//lens-secret
142142

143143
#migrator
144144
#delete migrator job
145-
migDelete = kubectl delete -n devtroncd job postgresql-migrate-devtron postgresql-migrate-casbin postgresql-migrate-gitsensor postgresql-migrate-lens postgresql-miscellaneous;
145+
migDelete = kubectl delete -n devtroncd job postgresql-migrate-devtron postgresql-migrate-casbin postgresql-migrate-gitsensor devtron-housekeeping postgresql-migrate-lens postgresql-miscellaneous;
146146
if !migDelete {
147147
log("migration job deletion failed");
148148
}

manifests/release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
beta 0 v0.6.11-rc.0
1+
stable -1 v0.6.11

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.6.10
1+
v0.6.11

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ spec:
231231
- name: envoy-config-volume
232232
mountPath: /etc/envoy-config/
233233
- name: dashboard
234-
image: "quay.io/devtron/dashboard:37338139-325-12306"
234+
image: "quay.io/devtron/dashboard:c49004b1-325-12557"
235235
imagePullPolicy: IfNotPresent
236236
ports:
237237
- name: app

manifests/yamls/devtron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ data:
5454
CD_NODE_TAINTS_VALUE: "ci"
5555
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
5656
DEFAULT_CD_NAMESPACE: "devtron-cd"
57-
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:1fbf2b5b-138-11946"
57+
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:8fdedc64-138-12561"
5858
DEFAULT_CD_TIMEOUT: "3600"
5959
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
6060
CI_LOGS_KEY_PREFIX: "ci-artifacts"
@@ -158,7 +158,7 @@ spec:
158158
serviceAccountName: devtron
159159
containers:
160160
- name: devtron
161-
image: "quay.io/devtron/devtron:851c54bf-326-12302"
161+
image: "quay.io/devtron/devtron:c35045c2-326-12555"
162162
imagePullPolicy: IfNotPresent
163163
lifecycle:
164164
preStop:

0 commit comments

Comments
 (0)