From 15345871b54a83acf2ddc939ef79a7c391833703 Mon Sep 17 00:00:00 2001 From: ReleaseBot Date: Wed, 6 Nov 2024 16:08:15 +0000 Subject: [PATCH] Updated release-notes files --- .../release-notes-v0.7.4.md | 4 ++ releasenotes.md | 41 +++++++++++++++++++ 2 files changed, 45 insertions(+) rename beta-releasenotes.md => CHANGELOG/release-notes-v0.7.4.md (99%) diff --git a/beta-releasenotes.md b/CHANGELOG/release-notes-v0.7.4.md similarity index 99% rename from beta-releasenotes.md rename to CHANGELOG/release-notes-v0.7.4.md index a398f198f56..fe47d49af2e 100644 --- a/beta-releasenotes.md +++ b/CHANGELOG/release-notes-v0.7.4.md @@ -1,3 +1,5 @@ +## v0.7.4 + ## Bugs - fix: Helm rollback in case of no gitops (#6005) - fix: App detail deployed by (#6032) @@ -35,3 +37,5 @@ - misc: Release candidate v0.19.0 (#5930) - misc: updated migration number (#5948) - misc: err handling for configmap access (#5938) + + diff --git a/releasenotes.md b/releasenotes.md index e69de29bb2d..fe47d49af2e 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -0,0 +1,41 @@ +## v0.7.4 + +## 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: Custom tag (#5999) +- 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) +## Enhancements +- feat: Config diff enhancement (#5837) +- feat: Terminal role casbin policy (#5991) +- feat: Refactoring argo application service and common-lib constants (#5944) +- feat: Feature release v9 sql scripts (#5950) +## Others +- misc: Main sync develop (#6047) +- misc: Permission access getting clubbed (#6045) +- fix : Multiple param of filter in helm app list (#6013) +- chore: Adding refchart migration (#6007) +- chore: Cluster terminal images migration (#6006) +- chore: Trigger clean (#6004) +- misc: Removed deployment group validation when deleting CD pipelines (#5989) +- misc: Replaced != with <> for PostgreSQL compatibility (#5987) +- misc: Main sync 14 oct 2024 (#5985) +- misc: isLatest field in plugin_metadata tag changed to not_null (#5984) +- chore: Main sync develop (#5983) +- misc: error handling while creating github repo in case of concurrent reqs (#5978) +- misc: Release candidate v0.20.0 (#5980) +- misc: Release candidate v0.19.0 (#5930) +- misc: updated migration number (#5948) +- misc: err handling for configmap access (#5938) + +