Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG/release-notes-v1.5.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.5.1

## Bugs
- fix: stack manager page break on server api giving internal server error (#6556)


2 changes: 1 addition & 1 deletion charts/devtron/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: devtron-operator
appVersion: 1.5.0
appVersion: 1.5.1
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
containerRegistry: "quay.io/devtron"
extraManifests: []
installer:
release: "v1.5.0"
release: "v1.5.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -40,8 +40,8 @@ components:
healthPort: 8080
devtron:
registry: ""
image: "hyperion:e2daf69a-280-32104"
cicdImage: "devtron:e2daf69a-434-32096"
image: "hyperion:e4fc95a9-280-32767"
cicdImage: "devtron:e4fc95a9-434-32763"
imagePullPolicy: IfNotPresent
customOverrides: {}
podSecurityContext:
Expand Down
6 changes: 3 additions & 3 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.5.0"
release: "v1.5.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -87,8 +87,8 @@ components:
healthPort: 8080
devtron:
registry: ""
image: "hyperion:e2daf69a-280-32104"
cicdImage: "devtron:e2daf69a-434-32096"
image: "hyperion:e4fc95a9-280-32767"
cicdImage: "devtron:e4fc95a9-434-32763"
imagePullPolicy: IfNotPresent
customOverrides: {}
healthPort: 8080
Expand Down
4 changes: 2 additions & 2 deletions devtron-images.txt.source
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
quay.io/devtron/image-scanner:c49b4aa5-141-32102
quay.io/devtron/inception:473deaa4-185-21582
quay.io/devtron/hyperion:e2daf69a-280-32104
quay.io/devtron/hyperion:e4fc95a9-280-32767
public.ecr.aws/docker/library/redis:7.0.5-alpine
quay.io/argoproj/argocd:v2.5.2
quay.io/argoproj/workflow-controller:v3.4.3
Expand All @@ -11,7 +11,7 @@ quay.io/devtron/chart-sync:c49b4aa5-836-32103
quay.io/devtron/curl:7.73.0
quay.io/devtron/dashboard:0fc42ac3-690-32105
quay.io/devtron/devtron-utils:dup-chart-repo-v1.1.0
quay.io/devtron/devtron:e67c3b76-434-30101
quay.io/devtron/devtron:e4fc95a9-434-32763
quay.io/devtron/ci-runner:c49b4aa5-138-32101
quay.io/devtron/dex:v2.30.2
quay.io/devtron/git-sensor:c49b4aa5-200-32099
Expand Down
2 changes: 1 addition & 1 deletion manifests/install/devtron-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: installer-devtron
namespace: devtroncd
spec:
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.5.0/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.5.1/manifests/installation-script
2 changes: 1 addition & 1 deletion manifests/installation-script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LTAG="v1.5.0";
LTAG="v1.5.1";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

log("executed devtron setup installation");
2 changes: 1 addition & 1 deletion manifests/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable -1 v1.5.0
beta -1 v1.5.0
36 changes: 3 additions & 33 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,6 @@
<!--upgrade-prerequisites-required-->
====CRITICAL UPGRADE NOTICE - POSTGRES 11 TO 14====
## v1.5.1

IMPORTANT: This upgrade requires planned downtime
Before proceeding with the upgrade to version 1.5.0, please:

1. Review the [Upgrade Guide](https://docs.devtron.ai/upgrade/devtron-upgrade-1.5.0) for all prerequisites.

2. Deploy the [Devtron-Backup Chart](https://docs.devtron.ai/install/devtron-backup).

3. Verify at least one successful backup has been completed.

WARNING: Your Devtron will be unavailable during the entire prerequisite process until successful completion.

For questions or assistance, our team is available on [Discord](https://discord.devtron.ai/).
<!--upgrade-prerequisites-required-->
## Bugs
- fix: stack manager page break on server api giving internal server error (#6556)

## v1.5.0

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