Skip to content

Commit a50d3c0

Browse files
release: PR for v0.7.3 (#5942)
* Update Chart.yaml * Update devtron-bom.yaml * Update values.yaml * Update devtron-installer.yaml * Update installation-script * Update version.txt * Update devtron.yaml * Update releasenotes.md * Update devtron-bom.yaml * Update values.yaml * Update releasenotes.md * Update releasenotes.md * Updated release-notes files * Update releasenotes.md * Update release.txt * Updated release-notes files * Update release-notes-v0.7.2.md --------- Co-authored-by: ReleaseBot <[email protected]>
1 parent 7a4269c commit a50d3c0

File tree

10 files changed

+25
-138
lines changed

10 files changed

+25
-138
lines changed

CHANGELOG/release-notes-v0.7.3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v0.7.3
2+
3+
4+
5+
## Bugs
6+
- fix: Builds set to auto not getting triggered (#5925)
7+
- fix: User Rbac Fixes (#5940)

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.7.2
3+
appVersion: 0.7.3
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.74
14+
version: 0.22.75
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 3 additions & 3 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: "v0.7.2"
13+
release: "v0.7.3"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"
@@ -38,8 +38,8 @@ components:
3838
imagePullPolicy: IfNotPresent
3939
devtron:
4040
registry: ""
41-
image: "hyperion:3f68456b-280-25566"
42-
cicdImage: "devtron:3f68456b-434-25567"
41+
image: "hyperion:e17c52eb-280-25812"
42+
cicdImage: "devtron:e17c52eb-434-25813"
4343
imagePullPolicy: IfNotPresent
4444
customOverrides: {}
4545
ciRunner:

charts/devtron/values.yaml

Lines changed: 3 additions & 3 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: "v0.7.2"
27+
release: "v0.7.3"
2828
registry: ""
2929
image: inception
3030
tag: 473deaa4-185-21582
@@ -81,8 +81,8 @@ components:
8181
imagePullPolicy: IfNotPresent
8282
devtron:
8383
registry: ""
84-
image: "hyperion:3f68456b-280-25566"
85-
cicdImage: "devtron:3f68456b-434-25567"
84+
image: "hyperion:e17c52eb-280-25812"
85+
cicdImage: "devtron:e17c52eb-434-25813"
8686
imagePullPolicy: IfNotPresent
8787
customOverrides: {}
8888
serviceMonitor:

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.7.2/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.7.3/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.7.2";
1+
LTAG="v0.7.3";
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 v0.7.2
1+
stable -1 v0.7.3

manifests/version.txt

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

manifests/yamls/devtron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ spec:
169169
runAsUser: 1000
170170
containers:
171171
- name: devtron
172-
image: "quay.io/devtron/devtron:b5a2f8ba-434-25563"
172+
image: "quay.io/devtron/devtron:0b51ad37-434-25810"
173173
securityContext:
174174
allowPrivilegeEscalation: false
175175
runAsUser: 1000

releasenotes.md

Lines changed: 5 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,7 @@
1-
## v0.7.2
1+
## v0.7.3
2+
3+
24

35
## Bugs
4-
- fix: error in enable change ci (#5358)
5-
- fix: ci patch rbac fixes (#5461)
6-
- fix: bitbucket commit race condition for concurrent requests (#5505)
7-
- fix: handle nil check image scanning (#5497)
8-
- fix: error in switching ci to external ci (#5500)
9-
- fix: autoscale error handling (#5481)
10-
- fix: ci material update fixes for linked ci pipelines (#5523)
11-
- fix: Unable to get HPA manifest for no-gitops deployment (#5522)
12-
- fix: Deployment stuck in starting for no-gitops based pipelines (#5526)
13-
- fix: panic handling for deleted app in app group and env group filters (#5541)
14-
- fix: security time fix when scanning is passed (#5549)
15-
- fix: app group query optimisations (#5558)
16-
- fix: version and fixed_version in image scan result table (#5552)
17-
- fix: add if not exists in migration script for avoiding any errors while rerunning scripts (#5579)
18-
- fix: Resource Browser Shortnames are not applying dynamically (#5573)
19-
- fix: tls enabled flag not getting passed (#5609)
20-
- fix: reverting acd token fetch logic (#5614)
21-
- fix: query optimisations for app group cd listing and ci pipeline blockage state (#5641)
22-
- fix: dependabot security updates (#5608)
23-
- fix: default PipelineType given (#5668)
24-
- fix: validation in CiJob for external Artifact (#5669)
25-
- fix: Nats Panic Error in Orchestrator (#5670)
26-
- fix: SSH & Proxy Cluster flows broken (#5675)
27-
- fix: Restart in orchestrator just after release (#5671)
28-
- fix: Sql query optimisation for application group app status listing (#5672)
29-
- fix: handling for HPA (autoscaling) (#5666)
30-
- fix: refrain from checkin autoscalingCheckBeforeTrigger for virt clus (#5696)
31-
- fix: Decode secret fix on add update oss (#5695)
32-
- fix: saving pco concurrency case handled (#5688)
33-
- fix: script for pipelineStageStepVariable, making input value and default_value text from varchar255 (#5701)
34-
- fix: Issue in EA Mode Cluster - error: pg: multiple rows in result set. (#5708)
35-
- fix: SkipCiBuildCachePushPull code incorporated with minor refac in handle runtime params validation (#5712)
36-
- fix: migration syn (#5718)
37-
- fix: ci patch rbac for branch update (#5759)
38-
- fix: Bitnami chart repo tls issue (#5740)
39-
- fix: check rbac on env if envName is present (#5765)
40-
- fix: scan tool active check removed (#5771)
41-
- fix: panic handlings and argocd app delete stuck in partial stage (#5770)
42-
- fix: unimplemented cluster cron service (#5781)
43-
- fix: sql injection fixes (#5783)
44-
- fix: sql injection fixes (#5801)
45-
- fix: upgraded to /argo-cd/v2 v2.9.21 (#5758)
46-
- fix: Ea rbac issues and not working on airgapped (#5813)
47-
- fix: scan list in global security page sql injection fix (#5808)
48-
- fix: app details page breaking (#5823)
49-
- fix: plugin ip variables value getting changed (#5844)
50-
- fix: ignore kubelink errors in server startup (#5852) (#5854)
51-
- fix: user rbac flows (#5804)
52-
- fix: pg multiple rows in EA mode (#5869)
53-
- fix: app overview panic for helm app (#5863)
54-
- fix: app detail page breaking (#5873)
55-
- fix: copy container image plugin issue (#5876)
56-
- fix: create GitOps configuration issue (#5883)
57-
## Enhancements
58-
- feat: support for handling hibernation and un-hibernation for keda enabled (#5431)
59-
- feat: Async ArgoCd App refresh operation (#5448)
60-
- feat: deployment config migration (#5368)
61-
- feat: Skipping falg based CMCS for Ci Job (#5536)
62-
- feat: expose git commit data as env vars for ci stage (#5534)
63-
- feat: Defining applications as part of release track (#5489)
64-
- feat: gitlab webhook support (#5420)
65-
- feat: Enhance the buildx to use cache for multi arch builds (#5307)
66-
- feat: bug fix for picking wrong values in docker arguments (#5565)
67-
- feat: enable external argocd listing (#5585)
68-
- feat: plugin versioning feature (#5352)
69-
- feat: service account in chart sync (#5584)
70-
- feat: panic in sync pod cron and terminal not opening fix (#5603)
71-
- feat: tls support for git and gitops (#5305)
72-
- feat: system network controller sql script (#5637)
73-
- feat: skip argowf logs from ci logs (#5646)
74-
- feat: gitops support for oci repositories (#5577)
75-
- feat: ext argo app rbac and missing common features and flux app listing and details with rbac (#5528)
76-
- feat: expose git ops metrics (#5582)
77-
- feat: Generate config and secret hash for application mounting external k8s secrets (#5626)
78-
- feat: Env description handling (#5744)
79-
- feat: Added basic auth support for servicemonitor (#5761)
80-
- feat: Docker pull env driven (#5767)
81-
- feat: plugin creation support (#5630)
82-
- feat: Added multiple features support in servicemonitor (#5789)
83-
## Documentation
84-
- doc: Added FAQ no. 28 + GoLang-migrate Link + Code Block Fix (#5502)
85-
- docs: Drafted Software Distribution Hub (#5459)
86-
- doc: Created Image Label + Comments Doc (#5314)
87-
- doc: FAQ added for Bitnami Charts (#5545)
88-
- doc: Added Keycloak SSO Doc (#5571)
89-
- doc: Code scan plugin docs (#5562)
90-
- docs: jenkins-plugin (#5542)
91-
- doc: Copacetic plugin docs (#5564)
92-
- doc: Pull images from container repository (#5563)
93-
- doc: Collated Doc Fixes for July (#5591)
94-
- doc: Drafted Schema Driven DT (#5533)
95-
- doc: fixes in Copacetic plugin doc (#5622)
96-
- doc: Edit Deployment Chart Schema (#5735)
97-
- doc: Redirection of old entry in gitbook.yaml (#5738)
98-
- docs: added Documentation for Air-Gapped Installation (#5360)
99-
- doc: Update prerequisites of code-scan (#5625)
100-
- doc: Cosign plugin doc (#5665)
101-
- doc: CraneCopy plugin doc (#5658)
102-
- doc: Devtron CD Trigger Plugin doc (#5747)
103-
- doc: DockerSlim plugin doc (#5660)
104-
- doc: Devtron Job Trigger Plugin doc (#5742)
105-
- doc: Vulnerability Scanning Plugin doc (#5722)
106-
- docs: Jira plugins doc (Validator + Updater) (#5709)
107-
- docs: added commands enable ingress during helm installation (#5794)
108-
- doc: Revamped + Restructured Ingress Setup Doc (#5798)
109-
- docs: modifying route in ingress doc (#5799)
110-
- docs: modified the anchorlink in ingress.md (#5800)
111-
- doc: ArgoCD + FluxCD App Listing (#5636)
112-
- doc: Added Special CEL Expr in Filter Condition doc (#5850)
113-
## Others
114-
- misc: removal of azure-devops-issue-sync.yml (#5592)
115-
- misc: added action for discrod webhook (#5615)
116-
- misc: Revert "misc: added action for discrod webhook" (#5619)
117-
- chore: Plugin script fix oss (#5661)
118-
- misc: Release candidate v0.16.0 (#5687)
119-
- chore: migration number changes (#5692)
120-
- chore: ea fixes for helm app (#5713)
121-
- misc: Main sync rc - branch update (#5753)
122-
- chore: Revert "feat: plugin creation support" (#5778)
123-
- chore: cron status update refactoring (#5790)
124-
- misc: sync with common-lib changes with release candidate 18 (#5830)
125-
- chore: Custom tag for copy container image plugin (#5760) (#5841)
126-
- chore: migration number fix (#5840)
127-
- misc: Update CODEOWNERS (#5885)
6+
- fix: Builds set to auto not getting triggered (#5925)
7+
- fix: User Rbac Fixes (#5940)

0 commit comments

Comments
 (0)