From c54b93c6496bcca1e450709c3c96627cf6d21990 Mon Sep 17 00:00:00 2001 From: systemsdt <129372406+systemsdt@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:40:33 +0530 Subject: [PATCH] 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 <117346502+pawan-mehta-dt@users.noreply.github.com> Co-authored-by: ReleaseBot --- CHANGELOG/release-notes-v1.0.1.md | 10 ++++++ charts/devtron/Chart.yaml | 4 +-- charts/devtron/devtron-bom.yaml | 6 ++-- charts/devtron/values.yaml | 6 ++-- manifests/install/devtron-installer.yaml | 2 +- manifests/installation-script | 2 +- manifests/release.txt | 2 +- manifests/version.txt | 2 +- manifests/yamls/devtron.yaml | 2 +- releasenotes.md | 39 +++++------------------- 10 files changed, 31 insertions(+), 44 deletions(-) create mode 100644 CHANGELOG/release-notes-v1.0.1.md diff --git a/CHANGELOG/release-notes-v1.0.1.md b/CHANGELOG/release-notes-v1.0.1.md new file mode 100644 index 0000000000..169fc46871 --- /dev/null +++ b/CHANGELOG/release-notes-v1.0.1.md @@ -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) + + diff --git a/charts/devtron/Chart.yaml b/charts/devtron/Chart.yaml index 0ac62f1710..9af5fcc48a 100644 --- a/charts/devtron/Chart.yaml +++ b/charts/devtron/Chart.yaml @@ -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 @@ -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: diff --git a/charts/devtron/devtron-bom.yaml b/charts/devtron/devtron-bom.yaml index 18e031ffc4..6aca13b140 100644 --- a/charts/devtron/devtron-bom.yaml +++ b/charts/devtron/devtron-bom.yaml @@ -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" @@ -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: diff --git a/charts/devtron/values.yaml b/charts/devtron/values.yaml index f0b39dfbb7..e9b57c3a41 100644 --- a/charts/devtron/values.yaml +++ b/charts/devtron/values.yaml @@ -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 @@ -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: diff --git a/manifests/install/devtron-installer.yaml b/manifests/install/devtron-installer.yaml index 8a1f106b6c..193996a230 100644 --- a/manifests/install/devtron-installer.yaml +++ b/manifests/install/devtron-installer.yaml @@ -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 diff --git a/manifests/installation-script b/manifests/installation-script index 8fa866882c..3728b507a3 100644 --- a/manifests/installation-script +++ b/manifests/installation-script @@ -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"); diff --git a/manifests/release.txt b/manifests/release.txt index 7e2152bcde..b3eaef16ec 100644 --- a/manifests/release.txt +++ b/manifests/release.txt @@ -1 +1 @@ -stable -1 v1.0.0 +stable -1 v1.0.1 diff --git a/manifests/version.txt b/manifests/version.txt index 0ec25f7505..b18d46540b 100644 --- a/manifests/version.txt +++ b/manifests/version.txt @@ -1 +1 @@ -v1.0.0 +v1.0.1 diff --git a/manifests/yamls/devtron.yaml b/manifests/yamls/devtron.yaml index ba8dcaae76..9f774fa21d 100644 --- a/manifests/yamls/devtron.yaml +++ b/manifests/yamls/devtron.yaml @@ -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 diff --git a/releasenotes.md b/releasenotes.md index 3a47984636..169fc46871 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -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) + +