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
12 changes: 12 additions & 0 deletions CHANGELOG/release-notes-v1.8.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## v1.8.2

## Enhancements
- feat: linked ci should have artifacts of parent ci (#6836)
## Bugs
- fix: clear cached reference charts for Deployment chart versions 4.18.0, 4.19.0, 1.0.0, and 1.1.0 (#6841)
- fix: Custom chart with dependencies are not working in Devtron Applications (#6834)
- fix: Terraform plugin fix in v1.0.1 (#6830)
## Others
- misc: Api specs and validations added (#6807)


4 changes: 2 additions & 2 deletions 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.8.1
appVersion: 1.8.2
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand All @@ -11,7 +11,7 @@ keywords:
- argocd
- Hyperion
engine: gotpl
version: 0.22.97
version: 0.22.98
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
10 changes: 5 additions & 5 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ global:
PG_DATABASE: orchestrator
extraManifests: []
installer:
release: "v1.8.1"
release: "v1.8.2"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand All @@ -41,13 +41,13 @@ components:
FEATURE_CODE_MIRROR_ENABLE: "true"
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
registry: ""
image: "dashboard:6618ce43-690-36167"
image: "dashboard:b00aa204-690-36533"
imagePullPolicy: IfNotPresent
healthPort: 8080
devtron:
registry: ""
image: "hyperion:1ae65fbb-280-36074"
cicdImage: "devtron:1ae65fbb-434-36069"
image: "hyperion:261df88d-280-36531"
cicdImage: "devtron:261df88d-434-36530"
imagePullPolicy: IfNotPresent
customOverrides: {}
podSecurityContext:
Expand Down Expand Up @@ -117,7 +117,7 @@ components:
image: postgres_exporter:v0.10.1
gitsensor:
registry: ""
image: "git-sensor:880420ac-200-36032"
image: "git-sensor:b82f5fdb-200-36532"
imagePullPolicy: IfNotPresent
serviceMonitor:
enabled: false
Expand Down
10 changes: 5 additions & 5 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nfs:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.8.1"
release: "v1.8.2"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -97,13 +97,13 @@ components:
FEATURE_CODE_MIRROR_ENABLE: "true"
FEATURE_GROUPED_APP_LIST_FILTERS_ENABLE: "true"
registry: ""
image: "dashboard:6618ce43-690-36167"
image: "dashboard:b00aa204-690-36533"
imagePullPolicy: IfNotPresent
healthPort: 8080
devtron:
registry: ""
image: "hyperion:1ae65fbb-280-36074"
cicdImage: "devtron:1ae65fbb-434-36069"
image: "hyperion:261df88d-280-36531"
cicdImage: "devtron:261df88d-434-36530"
imagePullPolicy: IfNotPresent
customOverrides: {}
healthPort: 8080
Expand Down Expand Up @@ -200,7 +200,7 @@ components:
volumeSize: "20Gi"
gitsensor:
registry: ""
image: "git-sensor:880420ac-200-36032"
image: "git-sensor:b82f5fdb-200-36532"
imagePullPolicy: IfNotPresent
serviceMonitor:
enabled: false
Expand Down
8 changes: 4 additions & 4 deletions devtron-images.txt.source
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ quay.io/devtron/chart-sync:880420ac-836-36037
quay.io/devtron/ci-runner:880420ac-138-36030
quay.io/devtron/clair:4.3.6
quay.io/devtron/curl:7.73.0
quay.io/devtron/dashboard:6618ce43-690-36167
quay.io/devtron/dashboard:b00aa204-690-36533
quay.io/devtron/devtron-utils:dup-chart-repo-v1.1.0
quay.io/devtron/devtron:1ae65fbb-434-36069
quay.io/devtron/devtron:261df88d-434-36530
quay.io/devtron/dex:v2.30.2
quay.io/devtron/git-sensor:880420ac-200-36032
quay.io/devtron/git-sensor:b82f5fdb-200-36532
quay.io/devtron/grafana:7.3.1
quay.io/devtron/hyperion:1ae65fbb-280-36074
quay.io/devtron/hyperion:261df88d-280-36531
quay.io/devtron/image-scanner:f21e02cb-141-34534
quay.io/devtron/inception:473deaa4-185-21582
quay.io/devtron/k8s-sidecar:1.1.0
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.8.1/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.8.2/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.8.1";
LTAG="v1.8.2";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
shebang = `#!/bin/bash
`;
Expand Down
12 changes: 8 additions & 4 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## v1.8.1

## v1.8.2

## Enhancements
- feat: linked ci should have artifacts of parent ci (#6836)
## Bugs
- fix: unsaved changes popup showing after saving manifest ([#2922](https://github.com/devtron-labs/dashboard/pull/2922))

- fix: clear cached reference charts for Deployment chart versions 4.18.0, 4.19.0, 1.0.0, and 1.1.0 (#6841)
- fix: Custom chart with dependencies are not working in Devtron Applications (#6834)
- fix: Terraform plugin fix in v1.0.1 (#6830)
## Others
- misc: Api specs and validations added (#6807)


Loading