Skip to content

Commit c54b93c

Browse files
systemsdtpawan-mehta-dtprakarsh-dt
authored
release: PR for v1.0.1 (#6088)
* Updated release-notes files * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Update release.txt * Updated latest image of devtron in installer * Updated latest image of hyperion in installer * Update beta-releasenotes.md * Updated latest image of hyperion in installer * Update values.yaml * Update devtron-bom.yaml * Update devtron.yaml * Updated release-notes files --------- Co-authored-by: Pawan Mehta <[email protected]> Co-authored-by: ReleaseBot <[email protected]>
1 parent 36636c0 commit c54b93c

File tree

10 files changed

+31
-44
lines changed

10 files changed

+31
-44
lines changed

CHANGELOG/release-notes-v1.0.1.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v1.0.1
2+
3+
## Bugs
4+
- fix: server version on updating fix (#6079)
5+
- fix: all module installation fix (#6083)
6+
- fix: cluster namespace list informer (#6069)
7+
## Documentation
8+
- doc: Updated Readme for K8s Dashboard & Devtron platform (#6074)
9+
10+

charts/devtron/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 1.0.0
3+
appVersion: 1.0.1
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.77
14+
version: 0.22.78
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

+3-3
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.0.0"
13+
release: "v1.0.1"
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:15cf0137-280-27017"
42-
cicdImage: "devtron:15cf0137-434-27015"
41+
image: "hyperion:50575235-280-27099"
42+
cicdImage: "devtron:50575235-434-27098"
4343
imagePullPolicy: IfNotPresent
4444
customOverrides: {}
4545
ciRunner:

charts/devtron/values.yaml

+3-3
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.0.0"
27+
release: "v1.0.1"
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:15cf0137-280-27017"
85-
cicdImage: "devtron:15cf0137-434-27015"
84+
image: "hyperion:50575235-280-27099"
85+
cicdImage: "devtron:50575235-434-27098"
8686
imagePullPolicy: IfNotPresent
8787
customOverrides: {}
8888
serviceMonitor:

manifests/install/devtron-installer.yaml

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

manifests/installation-script

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v1.0.0";
1+
LTAG="v1.0.1";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
log("executed devtron setup installation");

manifests/release.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable -1 v1.0.0
1+
stable -1 v1.0.1

manifests/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.0.0
1+
v1.0.1

manifests/yamls/devtron.yaml

+1-1
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:15cf0137-434-27015"
172+
image: "quay.io/devtron/devtron:50575235-434-27098"
173173
securityContext:
174174
allowPrivilegeEscalation: false
175175
runAsUser: 1000

releasenotes.md

+8-31
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,10 @@
1-
We are extremely excited to announce Devtron's official release of Devtron 1.0. This marks an incredible milestone in our journey. Your valuable feedback and suggestions are what have helped us build the platform and constantly provide value to our users. This is just the beginning - we remain committed to innovation and will continue to deliver powerful features that enhance your DevOps experience based on community feedback and evolving industry needs.
2-
3-
## v1.0.0
1+
## v1.0.1
42

53
## Bugs
6-
- fix: Helm rollback in case of no gitops (#6005)
7-
- fix: App detail deployed by (#6032)
8-
- fix: Removed not null constraint for releaseOverride (#6044)
9-
- 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)
10-
- fix: Plugin getByName method error handling (#6016)
11-
- fix: Config deployment history fix (#6003)
12-
- fix: Force abort fix (#5990)
13-
- fix: Helm deployment status (#5996)
14-
- fix: Deployment window FIXED type (#5986)
15-
- fix: Migration seq fix (#5962)
16-
- fix: Modified the query for User listing with filters (#5957)
17-
- fix: Bulk deploy panic and docker tag handling (#5949)
18-
- fix: Stage artifact logic (#5913)
19-
- fix: Permission access getting clubbed (#6045)
20-
## Enhancements
21-
- feat: Config diff enhancement (#5837)
22-
- feat: Terminal role casbin policy (#5991)
23-
- feat: Refactoring argo application service and common-lib constants (#5944)
24-
## Others
25-
- fix : Multiple param of filter in helm app list (#6013)
26-
- chore: Adding refchart migration (#6007)
27-
- chore: Cluster terminal images migration (#6006)
28-
- misc: Removed deployment group validation when deleting CD pipelines (#5989)
29-
- misc: Replaced != with <> for PostgreSQL compatibility (#5987)
30-
- misc: isLatest field in plugin metadata tag changed to not_null (#5984)
31-
- misc: Error handling while creating github repo in case of concurrent reqs (#5978)
32-
- misc: Updated migration number (#5948)
33-
- misc: Err handling for configmap access (#5938)
4+
- fix: server version on updating fix (#6079)
5+
- fix: all module installation fix (#6083)
6+
- fix: cluster namespace list informer (#6069)
7+
## Documentation
8+
- doc: Updated Readme for K8s Dashboard & Devtron platform (#6074)
9+
10+

0 commit comments

Comments
 (0)