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:

manifests/yamls/gitsensor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
terminationGracePeriodSeconds: 10
5656
containers:
5757
- name: git-sensor
58-
image: "quay.io/devtron/git-sensor:a1e0e0a7-200-11338"
58+
image: "quay.io/devtron/git-sensor:a71fe1ae-200-12562"
5959
ports:
6060
- containerPort: 8080
6161
name: sensor

manifests/yamls/image-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
restartPolicy: Always
7070
containers:
7171
- name: image-scanner
72-
image: "quay.io/devtron/image-scanner:b278f42b-334-11119"
72+
image: "quay.io/devtron/image-scanner:85c70e8e-334-12560"
7373
imagePullPolicy: IfNotPresent
7474
ports:
7575
- name: app

manifests/yamls/kubelink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
serviceAccount: devtron
2222
containers:
2323
- name: kubelink
24-
image: "quay.io/devtron/kubelink:7f9303ae-318-12204"
24+
image: "quay.io/devtron/kubelink:a5e179d4-318-12564"
2525
imagePullPolicy: IfNotPresent
2626
ports:
2727
- name: app

manifests/yamls/kubewatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ spec:
160160
spec:
161161
containers:
162162
- name: kubewatch
163-
image: "quay.io/devtron/kubewatch:daccc316-419-12313"
163+
image: "quay.io/devtron/kubewatch:b7c8b777-419-12558"
164164
env:
165165
- name: devtroncd_NAMESPACE
166166
value: "devtron-ci"

manifests/yamls/lens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
restartPolicy: Always
6767
containers:
6868
- name: lens
69-
image: "quay.io/devtron/lens:c20fad05-333-11133"
69+
image: "quay.io/devtron/lens:fbb005ef-333-12563"
7070
imagePullPolicy: IfNotPresent
7171
ports:
7272
- name: app

manifests/yamls/migrator.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
- name: MIGRATE_TO_VERSION
4040
value: "0"
4141
- name: GIT_HASH
42-
value: 851c54bf2770719f5eae33a7c6a1a4854180065a
42+
value: c35045c218d95741522fee8b27ee42e3956ba4c6
4343
envFrom:
4444
- secretRef:
4545
name: postgresql-migrator
@@ -80,7 +80,7 @@ spec:
8080
- name: MIGRATE_TO_VERSION
8181
value: "0"
8282
- name: GIT_HASH
83-
value: 851c54bf2770719f5eae33a7c6a1a4854180065a
83+
value: c35045c218d95741522fee8b27ee42e3956ba4c6
8484
- name: GIT_BRANCH
8585
value: main
8686
envFrom:
@@ -124,7 +124,7 @@ spec:
124124
- name: GIT_BRANCH
125125
value: main
126126
- name: GIT_HASH
127-
value: a1e0e0a7b7cc64a2b38c8be0e33e3df0e8eb5a1b
127+
value: a71fe1aef5389d49f79e0f7569056288cd109600
128128
envFrom:
129129
- secretRef:
130130
name: postgresql-migrator
@@ -162,7 +162,7 @@ spec:
162162
- name: GIT_BRANCH
163163
value: main
164164
- name: GIT_HASH
165-
value: c20fad054db2de04547cce65dbb74ccb61bfd76f
165+
value: fbb005ef01029a81e219e1cd90204a0202e776fb
166166
envFrom:
167167
- secretRef:
168168
name: postgresql-migrator

manifests/yamls/nats-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
terminationGracePeriodSeconds: 120
132132
containers:
133133
- name: nats
134-
image: quay.io/devtron/nats:2.6.3-alpine
134+
image: nats:2.9.3-alpine
135135
imagePullPolicy: IfNotPresent
136136
resources:
137137
{}
@@ -323,4 +323,4 @@ spec:
323323
selector:
324324
matchLabels:
325325
app.kubernetes.io/instance: devtron-nats
326-
app.kubernetes.io/name: nats
326+
app.kubernetes.io/name: nats

releasenotes.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
1-
## v0.6.11-rc.0
1+
## v0.6.11
22

33
## 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)
412
- fix: bitbucket gitops config fixes (#2768)
513
- fix: updated sonarqube plugin script (#2855)
614
- fix: updated the description in sonarqube migration (#2853)
715
- fix: External Ci Trigger - Won't show images for manual Cd pipelines (#2802)
816
- fix: app create api bug fix if chart ref is different (#2851)
917
- fix: Dockerfile git repo delete tooltip view to build config (#2792)
1018
## Enhancements
19+
- feat: Support of reuse container image in containers section in reference chart 4-17 (#2675)
20+
- feat: Added Rollout chart 4.17 and Deployment chart 1.1 with canary using flagger and Istio support (#2910)
21+
- feat: Codacy plugin integration (#2892)
22+
- feat: Semgrep plugin integration (#2877)
23+
- perf: Tracing observability tool integration (#2782)
1124
- feat: Option for changing project in Helm apps and project assignment to CLI helm apps. (#2780)
1225
- feat: Audit logs for resource deletion from devtron UI (#2791)
1326
- feat: verify token function scope made public (#2856)
1427
- feat: Sonarqube polling script update (#2846)
1528
- feat: deployment status restructuring (#2825)
1629
## Documentation
30+
- docs: removed command to install a particular version of Devtron (#2888)
31+
- docs: Updated README.md file for Devtron chart (#2887)
32+
- docs: added manage tags (#2907)
33+
- docs: updated target platform (#2857)
1734
- docs: updated aws external secret doc (#2781)
1835
- docs: updated broken links and minor updates (resource browser) (#2844)
1936
- docs: added cluster, k8s resource browser, k8s resource permission (#2787)
37+
## Others
38+
- task: added new fields for eso secrets (#2899)
39+
- task: updated deployment status timeline api for helm based pipelines (#2897)
40+
- task: updated logic for adding health status timeline (#2870)

0 commit comments

Comments
 (0)