Skip to content

Commit f43e59f

Browse files
release: PR for v0.6.10-rc.0 (#2766)
* Updated latest image of dashboard in the installer * Updated release-notes files * Updated latest image of devtron in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated latest image of dashboard in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Create beta-releasenotes.md * Updated release notes * Updated release-notes files * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated release-notes files * Updated release-notes files * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Updated latest image of devtron in installer * Create beta-releasenotes.md * Update release.txt * Update release.txt * Update version.txt * Updated latest image of hyperion in installer * Updated release-notes files * Updated release-notes files * Update release-notes-v0.6.9.md * Update release-notes-v0.6.9.md * Delete release-notes-v0.6.10.md * Update Chart.yaml * Update releasenotes.md * Create beta-releasenotes.md * Update beta-releasenotes.md * Updated release-notes files * Updated release-notes files * Update releasenotes.md Co-authored-by: pawan-mehta-dt <[email protected]>
1 parent 7715df5 commit f43e59f

File tree

10 files changed

+35
-56
lines changed

10 files changed

+35
-56
lines changed

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 0.6.9
3+
appVersion: 0.6.10-rc.0
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron

charts/devtron/devtron-bom.yaml

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

66
components:
77
dashboard:
8-
image: "quay.io/devtron/dashboard:297a6598-325-11972"
8+
image: "quay.io/devtron/dashboard:7b2a16f9-325-12010"
99
devtron:
10-
image: "quay.io/devtron/hyperion:319346a1-280-11978"
11-
cicdImage: "quay.io/devtron/devtron:319346a1-326-11976"
10+
image: "quay.io/devtron/hyperion:7715df5b-280-12037"
11+
cicdImage: "quay.io/devtron/devtron:7715df5b-326-12038"
1212
argocdDexServer:
1313
image: "ghcr.io/dexidp/dex:v2.30.2"
1414
initContainer:
@@ -24,10 +24,10 @@ components:
2424
envVars:
2525
devtron:
2626
GIT_BRANCH: "main"
27-
GIT_HASH: "319346a1f45d939d79120193e9e812687981d470"
27+
GIT_HASH: "7715df5b6ffdb6fd19c9d80597dd0e7e71afe0c2"
2828
casbin:
2929
GIT_BRANCH: "main"
30-
GIT_HASH: "319346a1f45d939d79120193e9e812687981d470"
30+
GIT_HASH: "7715df5b6ffdb6fd19c9d80597dd0e7e71afe0c2"
3131

3232
argo-cd:
3333
global:

charts/devtron/values.yaml

Lines changed: 6 additions & 6 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.9" #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.10-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
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:297a6598-325-11972"
46+
image: "quay.io/devtron/dashboard:7b2a16f9-325-12010"
4747
imagePullPolicy: IfNotPresent
4848

4949
devtron:
50-
image: "quay.io/devtron/hyperion:319346a1-280-11978"
51-
cicdImage: "quay.io/devtron/devtron:319346a1-326-11976"
50+
image: "quay.io/devtron/hyperion:7715df5b-280-12037"
51+
cicdImage: "quay.io/devtron/devtron:7715df5b-326-12038"
5252
imagePullPolicy: IfNotPresent
5353
customOverrides: {}
5454
serviceMonitor:
@@ -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: "319346a1f45d939d79120193e9e812687981d470"
101+
GIT_HASH: "7715df5b6ffdb6fd19c9d80597dd0e7e71afe0c2"
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: "319346a1f45d939d79120193e9e812687981d470"
107+
GIT_HASH: "7715df5b6ffdb6fd19c9d80597dd0e7e71afe0c2"
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.9/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.6.10-rc.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="v0.6.9";
1+
LTAG="v0.6.10-rc.0";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;

manifests/release.txt

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

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:297a6598-325-11972"
234+
image: "quay.io/devtron/dashboard:7b2a16f9-325-12010"
235235
imagePullPolicy: IfNotPresent
236236
ports:
237237
- name: app

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ spec:
158158
serviceAccountName: devtron
159159
containers:
160160
- name: devtron
161-
image: "quay.io/devtron/devtron:319346a1-326-11976"
161+
image: "quay.io/devtron/devtron:7715df5b-326-12038"
162162
imagePullPolicy: IfNotPresent
163163
lifecycle:
164164
preStop:

manifests/yamls/migrator.yaml

Lines changed: 2 additions & 2 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: 319346a1f45d939d79120193e9e812687981d470
42+
value: 7715df5b6ffdb6fd19c9d80597dd0e7e71afe0c2
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: 319346a1f45d939d79120193e9e812687981d470
83+
value: 7715df5b6ffdb6fd19c9d80597dd0e7e71afe0c2
8484
- name: GIT_BRANCH
8585
value: main
8686
envFrom:

releasenotes.md

Lines changed: 15 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,19 @@
1-
## v0.6.9
1+
## v0.6.10-rc.0
22

33
## Bugs
4-
- fix: specific error message if token is invalid while saving cluster (#2760)
5-
- fix: Ignoring propagating invalid labels in app to values.yaml during deployment (#2734)
6-
- fix: app clone response update for empty material and templates (#2717)
7-
- fix: getting error message on deleting linked ci pipeline (#2732)
8-
- fix: removed required validation for deployment template (#2713)
9-
- fix: env variable tag bug in ci cd config (#2698)
10-
- fix: Block deletion of devtronapp(devtron-operator chart) in helm apps (#2701)
11-
- fix: migration down sql for 84 (#2706)
12-
- Fix: Skip external ci webhook clone while app clone (#2704)
13-
- fix: deployment template editor view support in create app api (#2697)
14-
- Fix: External ci webhook response for api token. (#2699)
15-
- fix: wf deletion bug and bulk cd pipeline req (#2693)
16-
- fix: updated cluster connection status for update api (#2686)
4+
- fix: Authenticator updated - handling api token (#2745)
5+
- fix: Ci workflow status update when workflow stuck. (#2726)
6+
- fix: Update Chart.yaml for security integration chart fix (#2771)
7+
- fix: Helm app proxy chart auto fix (#2754)
8+
- fix: No need to bounce orchestrator if SSO config are added/updated (#2753)
9+
- fix: ArgoCD Connection Manager connection handling (#2702)
1710
## Enhancements
18-
- feat: Resource status for integration (#2620)
19-
- feat: Cluster terminal access for Super Admins (#2654)
20-
- feat: Dynamic handling of deployment templates (#2596)
21-
- feat: Gitops or helm options for cd (#2673)
22-
- feat: added BE support for allowing insecure tls connection in gitOps (#2738)
23-
- Feat: External Ci webhook new interface, Deployment separated from build node. (#2664)
11+
- feat: added new chart for job and cronjob with keda scaledjob support (#2749)
2412
## Documentation
25-
- docs: description for charts (#2646)
26-
- docs: minor updates (#2)
27-
- docs: webhook updates links (#2716)
28-
- docs: webhook ci documentation updates (#2637)
29-
- docs: add getting started doc (#2658)
30-
- docs: broken links fixed (#2741)
31-
- docs: external-links-docs (#2679)
32-
## Others
33-
- minor updates (#2722)
34-
- fix for app type setting (#2723)
35-
- task: updated environment variables in pre/post cd workflow request (#2727)
36-
- Revert "feat: added BE support for allowing insecure tls connection in gitOps (#2738)" (#2739)
37-
- minor updates (#2742)
38-
- sql migration error fix (#2695)
39-
- External links extention for app level (#2573)
40-
- added support for giving names in wf bulk deletion req (#2690)
13+
- docs: deployment updates (#2769)
14+
- docs: deployment template doc (#2770)
15+
- docs: install command corrected (#2775)
16+
- docs: broken links fixed in doc v0.6 (#2776)
17+
18+
19+

0 commit comments

Comments
 (0)