Skip to content

Commit 5b3608e

Browse files
Merge pull request #6339 from devtron-labs/main-sync-rc28
sync: Main sync rc28
2 parents 6e39437 + 7f30363 commit 5b3608e

File tree

24 files changed

+127
-113
lines changed

24 files changed

+127
-113
lines changed

CHANGELOG/release-notes-v1.2.0.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## v1.2.0
2+
3+
4+
5+
## Bugs
6+
- fix: Application listing panic handling (#6199)
7+
- fix: Copy image plugin panic handling (#6220)
8+
- fix: Remove gaps between image scanning V1 & V2 (#6213)
9+
- fix: Select Query errors in Postgres Pod Logs (#6238)
10+
- fix: Graceful shutdown handling and logs flush (#6239)
11+
- fix: Remove unused variable causing double register in prometheus (#6279)
12+
## Enhancements
13+
- feat: Ignore workflow cache config (#6218)
14+
- feat: Build infra support (#6151)
15+
- feat: Helm type pipeline app status (#6262)
16+
- feat: Added labels to manual sync job (#6269)
17+
## Others
18+
- chore: Changes in CD trigger plugin condition v1.3.0 (#6233)
19+
- misc: GetDockerRegistryIdForCiPipeline (#6231)
20+
- chore: Merging user service with connection manager (#6225)
21+
- chore: Argocd repository secret creation service refactoring (#6229)
22+
- chore: Added sql migraiton for searchable key (#6252)
23+
- misc: Adds the required env variables to set up devtron (#6254)
24+
- misc: Added schme json for cronjobs (#6260)
25+
- misc: Error handling when template is empty in ExtractVariables (#6261)
26+
- misc: Nil check in envOverride.chart (#6263)
27+
- misc: PG enable metrics (#6243)
28+
- chore: Patch infra merge (#6274)
29+
- chore: Argo common client (#6266)
30+
- chore: Optimised Dockerfile by removing extra layers (#6293)
31+
- chore: Updated ApplistingRestHandler oss/ent function (#6307)
32+
- chore: Added env generator changes (#6302)
33+
- chore: Deployment config methods add (#6297)
34+
- misc: Deployment, reference and statefulset updated versions (#6284)
35+
- chore: Scoped var oss/ent changes (#6319)

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: 1.1.0
3+
appVersion: 1.2.0
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.79
14+
version: 0.22.80
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
containerRegistry: "quay.io/devtron"
1111
extraManifests: []
1212
installer:
13-
release: "v1.1.0"
13+
release: "v1.2.0"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"
@@ -34,17 +34,17 @@ components:
3434
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
3535
ENABLE_RESOURCE_SCAN: "true"
3636
registry: ""
37-
image: "dashboard:a88790b2-690-27891"
37+
image: "dashboard:4eb1a17a-690-28956"
3838
imagePullPolicy: IfNotPresent
3939
devtron:
4040
registry: ""
41-
image: "hyperion:a109b8be-280-27896"
42-
cicdImage: "devtron:a109b8be-434-27906"
41+
image: "hyperion:564fe991-280-28985"
42+
cicdImage: "devtron:564fe991-434-28986"
4343
imagePullPolicy: IfNotPresent
4444
customOverrides: {}
4545
ciRunner:
4646
registry: ""
47-
image: "ci-runner:54595cec-138-27894"
47+
image: "ci-runner:0a3d5e84-138-28964"
4848
argocdDexServer:
4949
registry: ""
5050
image: "dex:v2.30.2"
@@ -53,7 +53,7 @@ components:
5353
authenticator: "authenticator:e414faff-393-13273"
5454
kubelink:
5555
registry: ""
56-
image: "kubelink:6c0c7082-564-27862"
56+
image: "kubelink:0a3d5e84-564-28948"
5757
imagePullPolicy: IfNotPresent
5858
configs:
5959
ENABLE_HELM_RELEASE_CACHE: "true"
@@ -71,7 +71,7 @@ components:
7171
keyName: postgresql-password
7272
kubewatch:
7373
registry: ""
74-
image: "kubewatch:33965457-419-27887"
74+
image: "kubewatch:0a3d5e84-419-28949"
7575
imagePullPolicy: IfNotPresent
7676
configs:
7777
devtroncd_NAMESPACE: "devtron-ci"
@@ -91,7 +91,7 @@ components:
9191
armImage: postgres_exporter:v0.10.1
9292
gitsensor:
9393
registry: ""
94-
image: "git-sensor:6c0c7082-200-27863"
94+
image: "git-sensor:0a3d5e84-200-28960"
9595
imagePullPolicy: IfNotPresent
9696
serviceMonitor:
9797
enabled: false
@@ -109,7 +109,7 @@ components:
109109
# Values for lens
110110
lens:
111111
registry: ""
112-
image: "lens:6c0c7082-333-27872"
112+
image: "lens:0a3d5e84-333-28951"
113113
imagePullPolicy: IfNotPresent
114114
configs:
115115
GIT_SENSOR_PROTOCOL: GRPC
@@ -154,7 +154,7 @@ components:
154154
DB_NAME: "lens"
155155
chartSync:
156156
registry: ""
157-
image: chart-sync:6c0c7082-836-27893
157+
image: chart-sync:0a3d5e84-836-28979
158158
schedule: "0 19 * * *"
159159
extraConfigs: {}
160160
# values for argocd integration
@@ -176,14 +176,17 @@ workflowController:
176176
IMDSv1ExecutorImage: "argoexec:v3.0.7"
177177
security:
178178
imageScanner:
179-
image: "image-scanner:33965457-141-27892"
179+
image: "image-scanner:0a3d5e84-141-28953"
180+
configs:
181+
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
182+
TRIVY_JAVA_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-java-db
180183
clair:
181184
image:
182185
repository: clair
183186
tag: 4.3.6
184187
# Values for notifier integration
185188
notifier:
186-
image: "notifier:2f9166d1-372-27880"
189+
image: "notifier:9aa5e510-372-28961"
187190
minio:
188191
image: "minio:RELEASE.2021-02-14T04-01-33Z"
189192
mbImage: "minio-mc:RELEASE.2021-02-14T04-28-06Z"

charts/devtron/values.yaml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ global:
2424
extraManifests: []
2525
installer:
2626
repo: "devtron-labs/devtron"
27-
release: "v1.1.0"
27+
release: "v1.2.0"
2828
registry: ""
2929
image: inception
3030
tag: 473deaa4-185-21582
@@ -77,12 +77,12 @@ components:
7777
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: "true"
7878
ENABLE_RESOURCE_SCAN: "true"
7979
registry: ""
80-
image: "dashboard:a88790b2-690-27891"
80+
image: "dashboard:4eb1a17a-690-28956"
8181
imagePullPolicy: IfNotPresent
8282
devtron:
8383
registry: ""
84-
image: "hyperion:a109b8be-280-27896"
85-
cicdImage: "devtron:a109b8be-434-27906"
84+
image: "hyperion:564fe991-280-28985"
85+
cicdImage: "devtron:564fe991-434-28986"
8686
imagePullPolicy: IfNotPresent
8787
customOverrides: {}
8888
serviceMonitor:
@@ -108,7 +108,7 @@ components:
108108
# - devtron.example.com
109109
ciRunner:
110110
registry: ""
111-
image: "ci-runner:54595cec-138-27894"
111+
image: "ci-runner:0a3d5e84-138-28964"
112112
argocdDexServer:
113113
registry: ""
114114
image: "dex:v2.30.2"
@@ -117,7 +117,7 @@ components:
117117
authenticator: "authenticator:e414faff-393-13273"
118118
kubelink:
119119
registry: ""
120-
image: "kubelink:6c0c7082-564-27862"
120+
image: "kubelink:0a3d5e84-564-28948"
121121
imagePullPolicy: IfNotPresent
122122
configs:
123123
ENABLE_HELM_RELEASE_CACHE: "true"
@@ -135,7 +135,7 @@ components:
135135
keyName: postgresql-password
136136
kubewatch:
137137
registry: ""
138-
image: "kubewatch:33965457-419-27887"
138+
image: "kubewatch:0a3d5e84-419-28949"
139139
imagePullPolicy: IfNotPresent
140140
configs:
141141
devtroncd_NAMESPACE: "devtron-ci"
@@ -157,7 +157,7 @@ components:
157157
volumeSize: "20Gi"
158158
gitsensor:
159159
registry: ""
160-
image: "git-sensor:6c0c7082-200-27863"
160+
image: "git-sensor:0a3d5e84-200-28960"
161161
imagePullPolicy: IfNotPresent
162162
serviceMonitor:
163163
enabled: false
@@ -175,7 +175,7 @@ components:
175175
# Values for lens
176176
lens:
177177
registry: ""
178-
image: "lens:6c0c7082-333-27872"
178+
image: "lens:0a3d5e84-333-28951"
179179
imagePullPolicy: IfNotPresent
180180
secrets: {}
181181
resources: {}
@@ -222,7 +222,7 @@ components:
222222
DB_NAME: "lens"
223223
chartSync:
224224
registry: ""
225-
image: chart-sync:6c0c7082-836-27893
225+
image: chart-sync:0a3d5e84-836-28979
226226
schedule: "0 19 * * *"
227227
extraConfigs: {}
228228
# values for argocd integration
@@ -368,7 +368,10 @@ argo-cd:
368368
security:
369369
enabled: false
370370
imageScanner:
371-
image: "image-scanner:33965457-141-27892"
371+
image: "image-scanner:0a3d5e84-141-28953"
372+
configs:
373+
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
374+
TRIVY_JAVA_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-java-db
372375
# Values for trivy
373376
trivy:
374377
enabled: false
@@ -383,7 +386,7 @@ security:
383386
notifier:
384387
enabled: false
385388
imagePullPolicy: IfNotPresent
386-
image: "notifier:2f9166d1-372-27880"
389+
image: "notifier:9aa5e510-372-28961"
387390
configs:
388391
CD_ENVIRONMENT: PROD
389392
DB: orchestrator

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ require gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
288288

289289
replace (
290290
github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.13
291-
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250127130310-e7058d8ef18a
292-
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250127130310-e7058d8ef18a
291+
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250130075053-69cdda98e3e2
292+
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250130075053-69cdda98e3e2
293293
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
294294
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
295295
k8s.io/api => k8s.io/api v0.29.7

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -792,10 +792,10 @@ github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc h1:VRRKCwnzq
792792
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
793793
github.com/devtron-labs/argo-workflows/v3 v3.5.13 h1:3pINq0gXOSeTw2z/vYe+j80lRpSN5Rp/8mfQORh8SmU=
794794
github.com/devtron-labs/argo-workflows/v3 v3.5.13/go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA=
795-
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250127130310-e7058d8ef18a h1:42+3Qe3rAgQB/xr+zV+KCPu4CvKSqRPK5ius7UqK9Wg=
796-
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250127130310-e7058d8ef18a/go.mod h1:5lv4Wfj5ERhhvDGXe2IeES6qxjvUVCcohaRwKnWBMNo=
797-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250127130310-e7058d8ef18a h1:kYjt17HsuofAdiVNRgLplN8o+n4/87ja+l3YrP2S8e8=
798-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250127130310-e7058d8ef18a/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
795+
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250130075053-69cdda98e3e2 h1:8QjRav7pCDb32Pz8HwbS1P8QQJ1QSDb3wJgAmNYkNeU=
796+
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250130075053-69cdda98e3e2/go.mod h1:5lv4Wfj5ERhhvDGXe2IeES6qxjvUVCcohaRwKnWBMNo=
797+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250130075053-69cdda98e3e2 h1:8VByFEk14t2z2DDaD/7pTgwSM7zFYEMqfthLWpt2M3w=
798+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250130075053-69cdda98e3e2/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
799799
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=
800800
github.com/devtron-labs/go-bitbucket v0.9.60-beta/go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y=
801801
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys=

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/v1.1.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.2.0/manifests/installation-script

manifests/installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v1.1.0";
1+
LTAG="v1.2.0";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
log("executed devtron setup installation");

manifests/release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable -1 v1.1.0
1+
stable -1 v1.2.0

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.0
1+
v1.2.0

0 commit comments

Comments
 (0)