Skip to content

Commit 0477a6a

Browse files
release: PR for v1.5.1 (#6563)
* Updated release-notes files * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated release notes * Updated latest image of devtron in devtron * Update devtron-images.txt.source * Updated latest image of hyperion in devtron * Update devtron-images.txt.source * Update beta-releasenotes.md * Updated the version in scripts --------- Co-authored-by: akshatsinha007 <156403098+akshatsinha007@users.noreply.github.com>
1 parent 0c5717a commit 0477a6a

File tree

9 files changed

+21
-45
lines changed

9 files changed

+21
-45
lines changed

CHANGELOG/release-notes-v1.5.1.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v1.5.1
2+
3+
## Bugs
4+
- fix: stack manager page break on server api giving internal server error (#6556)
5+
6+

charts/devtron/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: devtron-operator
3-
appVersion: 1.5.0
3+
appVersion: 1.5.1
44
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55
keywords:
66
- Devtron

charts/devtron/devtron-bom.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
containerRegistry: "quay.io/devtron"
1111
extraManifests: []
1212
installer:
13-
release: "v1.5.0"
13+
release: "v1.5.1"
1414
registry: ""
1515
image: "inception"
1616
tag: "473deaa4-185-21582"
@@ -40,8 +40,8 @@ components:
4040
healthPort: 8080
4141
devtron:
4242
registry: ""
43-
image: "hyperion:e2daf69a-280-32104"
44-
cicdImage: "devtron:e2daf69a-434-32096"
43+
image: "hyperion:e4fc95a9-280-32767"
44+
cicdImage: "devtron:e4fc95a9-434-32763"
4545
imagePullPolicy: IfNotPresent
4646
customOverrides: {}
4747
podSecurityContext:

charts/devtron/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ global:
2828
extraManifests: []
2929
installer:
3030
repo: "devtron-labs/devtron"
31-
release: "v1.5.0"
31+
release: "v1.5.1"
3232
registry: ""
3333
image: inception
3434
tag: 473deaa4-185-21582
@@ -87,8 +87,8 @@ components:
8787
healthPort: 8080
8888
devtron:
8989
registry: ""
90-
image: "hyperion:e2daf69a-280-32104"
91-
cicdImage: "devtron:e2daf69a-434-32096"
90+
image: "hyperion:e4fc95a9-280-32767"
91+
cicdImage: "devtron:e4fc95a9-434-32763"
9292
imagePullPolicy: IfNotPresent
9393
customOverrides: {}
9494
healthPort: 8080

devtron-images.txt.source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quay.io/devtron/image-scanner:c49b4aa5-141-32102
22
quay.io/devtron/inception:473deaa4-185-21582
3-
quay.io/devtron/hyperion:e2daf69a-280-32104
3+
quay.io/devtron/hyperion:e4fc95a9-280-32767
44
public.ecr.aws/docker/library/redis:7.0.5-alpine
55
quay.io/argoproj/argocd:v2.5.2
66
quay.io/argoproj/workflow-controller:v3.4.3
@@ -11,7 +11,7 @@ quay.io/devtron/chart-sync:c49b4aa5-836-32103
1111
quay.io/devtron/curl:7.73.0
1212
quay.io/devtron/dashboard:0fc42ac3-690-32105
1313
quay.io/devtron/devtron-utils:dup-chart-repo-v1.1.0
14-
quay.io/devtron/devtron:e67c3b76-434-30101
14+
quay.io/devtron/devtron:e4fc95a9-434-32763
1515
quay.io/devtron/ci-runner:c49b4aa5-138-32101
1616
quay.io/devtron/dex:v2.30.2
1717
quay.io/devtron/git-sensor:c49b4aa5-200-32099

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.5.0/manifests/installation-script
7+
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.5.1/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.5.0";
1+
LTAG="v1.5.1";
22
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33

44
log("executed devtron setup installation");

manifests/release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable -1 v1.5.0
1+
beta -1 v1.5.0

releasenotes.md

Lines changed: 3 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,6 @@
1-
<!--upgrade-prerequisites-required-->
2-
====CRITICAL UPGRADE NOTICE - POSTGRES 11 TO 14====
1+
## v1.5.1
32

4-
IMPORTANT: This upgrade requires planned downtime
5-
Before proceeding with the upgrade to version 1.5.0, please:
6-
7-
1. Review the [Upgrade Guide](https://docs.devtron.ai/upgrade/devtron-upgrade-1.5.0) for all prerequisites.
8-
9-
2. Deploy the [Devtron-Backup Chart](https://docs.devtron.ai/install/devtron-backup).
10-
11-
3. Verify at least one successful backup has been completed.
12-
13-
WARNING: Your Devtron will be unavailable during the entire prerequisite process until successful completion.
14-
15-
For questions or assistance, our team is available on [Discord](https://discord.devtron.ai/).
16-
<!--upgrade-prerequisites-required-->
3+
## Bugs
4+
- fix: stack manager page break on server api giving internal server error (#6556)
175

18-
## v1.5.0
196

20-
## Enhancements
21-
- feat: Config Approval bypass v1 (for cm, cs and deployment template) (#6493)
22-
- feat: Licensing changes (#6474)
23-
## Bugs
24-
- fix: Added support for IAM role S3 blob client (#6521)
25-
- fix: Making tx independent of git sensor call (#6519)
26-
- fix: Sql query memory issue (#6516)
27-
- fix: Grafana data-source get API (#6503)
28-
- fix: Made triggeredBy for CI & CD uniform (#6489)
29-
- fix: HPA permission denied error (#6485)
30-
- fix: Force abort for pre/post cd (#6475)
31-
- fix: Optimisation in workflow status api (#6473)
32-
- fix: Let user delete the container reg if the ref app was deleted (#6464)
33-
## Others
34-
- misc: Update the descriptions of env variables (#6499)
35-
- misc: Patch api for user attribute (#6490)
36-
- chore: Nil implementations fixed for user attribute in telemetry (#6497)

0 commit comments

Comments
 (0)