-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <prakarsh@devtron.ai> Co-authored-by: Pawan Mehta <117346502+pawan-mehta-dt@users.noreply.github.com> Co-authored-by: Vikram <73224103+vikramdevtron@users.noreply.github.com>
- Loading branch information
1 parent
8ab82be
commit 6afcca4
Showing
11 changed files
with
59 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## v1.0.0 | ||
|
||
## 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
LTAG="v0.7.4"; | ||
LTAG="v1.0.0"; | ||
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/"; | ||
|
||
log("executed devtron setup installation"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
stable -1 v0.7.4 | ||
stable -1 v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v0.7.4 | ||
v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters