Skip to content

Commit

Permalink
release: PR for v1.0.1 (#6088)
Browse files Browse the repository at this point in the history
* 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 <117346502+pawan-mehta-dt@users.noreply.github.com>
Co-authored-by: ReleaseBot <prakarsh@devtron.ai>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 36636c0 commit c54b93c
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 44 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG/release-notes-v1.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v1.0.1

## Bugs
- fix: server version on updating fix (#6079)
- fix: all module installation fix (#6083)
- fix: cluster namespace list informer (#6069)
## Documentation
- doc: Updated Readme for K8s Dashboard & Devtron platform (#6074)


4 changes: 2 additions & 2 deletions charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: devtron-operator
appVersion: 1.0.0
appVersion: 1.0.1
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand All @@ -11,7 +11,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.77
version: 0.22.78
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
containerRegistry: "quay.io/devtron"
extraManifests: []
installer:
release: "v1.0.0"
release: "v1.0.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -38,8 +38,8 @@ components:
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:15cf0137-280-27017"
cicdImage: "devtron:15cf0137-434-27015"
image: "hyperion:50575235-280-27099"
cicdImage: "devtron:50575235-434-27098"
imagePullPolicy: IfNotPresent
customOverrides: {}
ciRunner:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.0.0"
release: "v1.0.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -81,8 +81,8 @@ components:
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:15cf0137-280-27017"
cicdImage: "devtron:15cf0137-434-27015"
image: "hyperion:50575235-280-27099"
cicdImage: "devtron:50575235-434-27098"
imagePullPolicy: IfNotPresent
customOverrides: {}
serviceMonitor:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install/devtron-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: installer-devtron
namespace: devtroncd
spec:
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.0.0/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.0.1/manifests/installation-script
2 changes: 1 addition & 1 deletion manifests/installation-script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LTAG="v1.0.0";
LTAG="v1.0.1";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

log("executed devtron setup installation");
2 changes: 1 addition & 1 deletion manifests/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable -1 v1.0.0
stable -1 v1.0.1
2 changes: 1 addition & 1 deletion manifests/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0
v1.0.1
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
runAsUser: 1000
containers:
- name: devtron
image: "quay.io/devtron/devtron:15cf0137-434-27015"
image: "quay.io/devtron/devtron:50575235-434-27098"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down
39 changes: 8 additions & 31 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,10 @@
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.

## v1.0.0
## v1.0.1

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


0 comments on commit c54b93c

Please sign in to comment.