Skip to content

Commit 855a8db

Browse files
committed
Updated the version in scripts
1 parent 268e9b4 commit 855a8db

7 files changed

Lines changed: 41 additions & 6 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v2.0.0
2+
13
## Enhancements
24
- feat: Rollout 5.2.0 (#6889)
35
- feat: Added support for tcp in virtual service and changed the apiVersion for externalSecrets (#6892)
@@ -25,3 +27,5 @@
2527
- misc: helm app details API spec (#6850)
2628
- misc: api Spec Added for draft (#6849)
2729
- misc: api Specs added for lock config (#6847)
30+
31+

charts/devtron/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 1.8.2
3+
appVersion: 2.0.0
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.98
14+
version: 0.22.99
1515
sources:
1616
- https://github.com/devtron-labs/charts
1717
dependencies:

charts/devtron/devtron-bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ global:
1515
PG_DATABASE: orchestrator
1616
extraManifests: []
1717
installer:
18-
release: "v1.8.2"
18+
release: "v2.0.0"
1919
registry: ""
2020
image: "inception"
2121
tag: "473deaa4-185-21582"

charts/devtron/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ nfs:
4242
extraManifests: []
4343
installer:
4444
repo: "devtron-labs/devtron"
45-
release: "v1.8.2"
45+
release: "v2.0.0"
4646
registry: ""
4747
image: inception
4848
tag: 473deaa4-185-21582

manifests/install/devtron-installer.yaml

Lines changed: 1 addition & 1 deletion
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.8.2/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v2.0.0/manifests/installation-script

manifests/installation-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LTAG="v1.8.2";
1+
LTAG="v2.0.0";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33
shebang = `#!/bin/bash
44
`;

releasenotes.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## v2.0.0
2+
3+
## Enhancements
4+
- feat: Rollout 5.2.0 (#6889)
5+
- feat: Added support for tcp in virtual service and changed the apiVersion for externalSecrets (#6892)
6+
- feat: add helm_take_ownership and helm_redeployment_request columns to user_deployment_request table (#6888)
7+
- feat: Revamped Devtron UI with multiple dashboards (#6884)
8+
- feat: Added support to override container name (#6880)
9+
- feat: Increase max length for TeamRequest name field (#6876)
10+
- feat: Added namespace support for virtualService and destinationRule (#6868)
11+
- feat: feature flag for encryption (#6856)
12+
- feat: encryption for db credentials (#6852)
13+
## Bugs
14+
- fix: migrate proxy chart dependencies and refactor related functions (#6899)
15+
- fix: enhance validation and error handling in cluster update process (#6887)
16+
- fix: Invalid type casting error for custom charts (#6883)
17+
- fix: validation on team name (#6872)
18+
- fix: sql injection (#6861)
19+
- fix: user manager fix (#6854)
20+
## Others
21+
- misc: Add support for migrating plugin metadata to parent metadata (#6902)
22+
- misc: update UserDeploymentRequestWithAdditionalFields struct to include tableName for PostgreSQL compatibility (#6896)
23+
- chore: rename SQL migration files for consistency (#6885)
24+
- misc: Vc empty ns fix (#6871)
25+
- misc: added validation on create environment (#6859)
26+
- misc: migration unique constraint on mpc (#6851)
27+
- misc: helm app details API spec (#6850)
28+
- misc: api Spec Added for draft (#6849)
29+
- misc: api Specs added for lock config (#6847)
30+
31+

0 commit comments

Comments
 (0)