Skip to content

Commit 0fc542d

Browse files
committed
Updated the version in scripts
1 parent a124e9c commit 0fc542d

File tree

7 files changed

+32
-6
lines changed

7 files changed

+32
-6
lines changed

beta-releasenotes.md renamed to CHANGELOG/release-notes-v1.8.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v1.8.0
2+
13
## Enhancements
24
- feat: added the plugin for aws ecr retagging (#6695)
35
- feat: flux cd deployment (#6660)
@@ -16,3 +18,5 @@
1618
- chore: added sql file of 4.21 (#6716)
1719
- misc: added support for service extraSpec (#6702)
1820
- chore: when output dir path is /devtroncd in any pipeline stage step then the ci runner is stuck in recursive self-copy situation (#6686)
21+
22+

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.7.0
3+
appVersion: 1.8.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.95
14+
version: 0.22.96
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.7.0"
18+
release: "v1.8.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.7.0"
45+
release: "v1.8.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.7.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.8.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.7.0";
1+
LTAG="v1.8.0";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33
shebang = `#!/bin/bash
44
`;

releasenotes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## v1.8.0
2+
3+
## Enhancements
4+
- feat: added the plugin for aws ecr retagging (#6695)
5+
- feat: flux cd deployment (#6660)
6+
- feat: add app name in labels list api (#6688)
7+
- feat: Audit ci trigger, precd and post cd trigger so that retrigger can happen from last failed config snapshot (#6659)
8+
## Bugs
9+
- fix: argo sync (#6718)
10+
- fix: cluster delete (#6706)
11+
- fix: Notifier v1 removed (#6705)
12+
- fix: app clone panic (#6696)
13+
- fix: Spdy migration to websocket (#6682)
14+
- fix: Fix scanning optimisation (#6683)
15+
- fix: panic in logs api (#6684)
16+
- fix: Empty migration seq (#6673)
17+
## Others
18+
- chore: added sql file of 4.21 (#6716)
19+
- misc: added support for service extraSpec (#6702)
20+
- chore: when output dir path is /devtroncd in any pipeline stage step then the ci runner is stuck in recursive self-copy situation (#6686)
21+
22+

0 commit comments

Comments
 (0)