Skip to content

Commit 6afcca4

Browse files
systemsdtprakarsh-dtpawan-mehta-dtvikramdevtron
authored
release: PR for v1.0.0 (#6065)
* Updated release-notes files * Updated release notes * Updated release notes * Updated release notes * Updated release-notes files * Update release.txt * Update version.txt * Updated latest image of dashboard in installer * Update release.txt * 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 * Update values.yaml * Update devtron-bom.yaml * Update Chart.yaml * Update devtron-installer.yaml * Update installation-script * Update release.txt * Update releasenotes.md * Update releasenotes.md * Updated release-notes files * Update release-notes-v1.0.0.md * Update releasenotes.md --------- Co-authored-by: ReleaseBot <[email protected]> Co-authored-by: Pawan Mehta <[email protected]> Co-authored-by: Vikram <[email protected]>
1 parent 8ab82be commit 6afcca4

File tree

11 files changed

+59
-36
lines changed

11 files changed

+59
-36
lines changed

CHANGELOG/release-notes-v1.0.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## v1.0.0
2+
3+
## Bugs
4+
- fix: Helm rollback in case of no gitops (#6005)
5+
- fix: App detail deployed by (#6032)
6+
- fix: Removed not null constraint for releaseOverride (#6044)
7+
- fix: Showing inaccurate data in template/list api while fetching previous deployments list in template/list api, output shown was cartesian product of deployment_template_history and wfr (#6034)
8+
- fix: Plugin getByName method error handling (#6016)
9+
- fix: Config deployment history fix (#6003)
10+
- fix: Force abort fix (#5990)
11+
- fix: Helm deployment status (#5996)
12+
- fix: Deployment window FIXED type (#5986)
13+
- fix: Migration seq fix (#5962)
14+
- fix: Modified the query for User listing with filters (#5957)
15+
- fix: Bulk deploy panic and docker tag handling (#5949)
16+
- fix: Stage artifact logic (#5913)
17+
- fix: Permission access getting clubbed (#6045)
18+
## Enhancements
19+
- feat: Config diff enhancement (#5837)
20+
- feat: Terminal role casbin policy (#5991)
21+
- feat: Refactoring argo application service and common-lib constants (#5944)
22+
## Others
23+
- fix : Multiple param of filter in helm app list (#6013)
24+
- chore: Adding refchart migration (#6007)
25+
- chore: Cluster terminal images migration (#6006)
26+
- misc: Removed deployment group validation when deleting CD pipelines (#5989)
27+
- misc: Replaced != with <> for PostgreSQL compatibility (#5987)
28+
- misc: isLatest field in plugin metadata tag changed to not_null (#5984)
29+
- misc: Error handling while creating github repo in case of concurrent reqs (#5978)
30+
- misc: Updated migration number (#5948)
31+
- misc: Err handling for configmap access (#5938)

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.4
3+
appVersion: 1.0.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.76
14+
version: 0.22.77
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 5 additions & 5 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.4"
13+
release: "v1.0.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:5be7fbeb-690-26830"
37+
image: "dashboard:7e7a0d0a-690-26996"
3838
imagePullPolicy: IfNotPresent
3939
devtron:
4040
registry: ""
41-
image: "hyperion:4288e910-280-26829"
42-
cicdImage: "devtron:4288e910-434-26828"
41+
image: "hyperion:15cf0137-280-27017"
42+
cicdImage: "devtron:15cf0137-434-27015"
4343
imagePullPolicy: IfNotPresent
4444
customOverrides: {}
4545
ciRunner:
4646
registry: ""
47-
image: "ci-runner:fd5702db-138-25483"
47+
image: "ci-runner:3e71f258-138-27009"
4848
argocdDexServer:
4949
registry: ""
5050
image: "dex:v2.30.2"

charts/devtron/values.yaml

Lines changed: 5 additions & 5 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.4"
27+
release: "v1.0.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:5be7fbeb-690-26830"
80+
image: "dashboard:7e7a0d0a-690-26996"
8181
imagePullPolicy: IfNotPresent
8282
devtron:
8383
registry: ""
84-
image: "hyperion:4288e910-280-26829"
85-
cicdImage: "devtron:4288e910-434-26828"
84+
image: "hyperion:15cf0137-280-27017"
85+
cicdImage: "devtron:15cf0137-434-27015"
8686
imagePullPolicy: IfNotPresent
8787
customOverrides: {}
8888
serviceMonitor:
@@ -108,7 +108,7 @@ components:
108108
# - devtron.example.com
109109
ciRunner:
110110
registry: ""
111-
image: "ci-runner:fd5702db-138-25483"
111+
image: "ci-runner:3e71f258-138-27009"
112112
argocdDexServer:
113113
registry: ""
114114
image: "dex:v2.30.2"

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

manifests/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.7.4
1+
v1.0.0

manifests/yamls/dashboard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ spec:
235235
- name: envoy-config-volume
236236
mountPath: /etc/envoy-config/
237237
- name: dashboard
238-
image: "quay.io/devtron/dashboard:5be7fbeb-690-26830"
238+
image: "quay.io/devtron/dashboard:7e7a0d0a-690-26996"
239239
imagePullPolicy: IfNotPresent
240240
securityContext:
241241
allowPrivilegeEscalation: false

manifests/yamls/devtron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ data:
5353
CD_NODE_TAINTS_VALUE: "ci"
5454
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
5555
DEFAULT_CD_NAMESPACE: "devtron-cd"
56-
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:fd5702db-138-25483"
56+
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:3e71f258-138-27009"
5757
DEFAULT_CD_TIMEOUT: "3600"
5858
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
5959
CI_LOGS_KEY_PREFIX: "ci-artifacts"
@@ -169,7 +169,7 @@ spec:
169169
runAsUser: 1000
170170
containers:
171171
- name: devtron
172-
image: "quay.io/devtron/devtron:4288e910-434-26828"
172+
image: "quay.io/devtron/devtron:15cf0137-434-27015"
173173
securityContext:
174174
allowPrivilegeEscalation: false
175175
runAsUser: 1000

0 commit comments

Comments
 (0)