Skip to content

Commit

Permalink
release: PR for v0.6.18-rc.3 (#3533)
Browse files Browse the repository at this point in the history
* Created release-notes files

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated release notes

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated latest image of dashboard in installer

* Updated release notes

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated release notes

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated latest image of dashboard in installer

* Updated release-notes files

* Create beta-releasenotes.md

* Update releasenotes.md

* Update beta-releasenotes.md

* Updated latest image of dashboard in installer

* Updated release notes

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated release notes

* Updated latest image of devtron in installer

* Updated latest image of hyperion in installer

* Updated release-notes files

* Updated latest image of hyperion in installer

* Updated latest image of dashboard in installer

* Updated latest image of notifier in installer

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated latest image of devtron in installer

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated release-notes files

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated latest image of kubelink in installer

* Update values.yaml

* Update devtron-bom.yaml

* Update Chart.yaml

* Update devtron-installer.yaml

* Update installation-script

* Update version.txt

* Update releasenotes.md

---------

Co-authored-by: prakarsh-dt <[email protected]>
Co-authored-by: Pawan Mehta <[email protected]>
  • Loading branch information
3 people authored Jun 27, 2023
1 parent 6914e31 commit d48ff5e
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 26 deletions.
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: 0.6.18-rc.2
appVersion: 0.6.18-rc.3
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
Expand Down
16 changes: 8 additions & 8 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ global:
runAsNonRoot: true

installer:
release: "v0.6.18-rc.2"
release: "v0.6.18-rc.3"
image: "quay.io/devtron/inception"
tag: "44b30917-185-13275"

components:
dashboard:
image: "quay.io/devtron/dashboard:961adac9-325-14236"
image: "quay.io/devtron/dashboard:b03e3a2c-325-14294"
config:
extraConfigs:
USE_V2: "true"
ENABLE_BUILD_CONTEXT: "true"
devtron:
image: "quay.io/devtron/hyperion:73f1aa56-280-14239"
cicdImage: "quay.io/devtron/devtron:73f1aa56-434-14240"
image: "quay.io/devtron/hyperion:b3411eff-280-14312"
cicdImage: "quay.io/devtron/devtron:b3411eff-434-14313"
argocdDexServer:
image: "ghcr.io/dexidp/dex:v2.30.2"
initContainer:
authenticator: "quay.io/devtron/authenticator:e414faff-393-13273"
kubelink:
image: "quay.io/devtron/kubelink:63967b3a-318-14165"
image: "quay.io/devtron/kubelink:bf9bd316-318-14325"
configs:
ENABLE_HELM_RELEASE_CACHE: "true"
PG_ADDR: postgresql-postgresql.devtroncd
Expand All @@ -48,10 +48,10 @@ components:
envVars:
devtron:
GIT_BRANCH: "main"
GIT_HASH: "73f1aa560d4bfbca97d702bbb12577cb800699fa"
GIT_HASH: "b3411effd8d4b4e17eae837d6edbed3e7739c322"
casbin:
GIT_BRANCH: "main"
GIT_HASH: "73f1aa560d4bfbca97d702bbb12577cb800699fa"
GIT_HASH: "b3411effd8d4b4e17eae837d6edbed3e7739c322"

argo-cd:
global:
Expand All @@ -65,4 +65,4 @@ security:
image: "quay.io/devtron/image-scanner:d554c0f8-334-14015"

notifier:
image: "quay.io/devtron/notifier:6c7a356a-372-11107"
image: "quay.io/devtron/notifier:d9c72180-372-14306"
16 changes: 8 additions & 8 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:
installer:
repo: "devtron-labs/devtron"
# For Kubernetes version < 1.16, set release: legacy. You won't be able to upgrade Devtron unless you upgrade the K8s version to 1.16 or above.
release: "v0.6.18-rc.2" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
release: "v0.6.18-rc.3" #You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
image: quay.io/devtron/inception
tag: 44b30917-185-13275
source: "github" # Available options are github and gitee
Expand Down Expand Up @@ -55,12 +55,12 @@ components:
extraConfigs:
USE_V2: "true"
ENABLE_BUILD_CONTEXT: "true"
image: "quay.io/devtron/dashboard:961adac9-325-14236"
image: "quay.io/devtron/dashboard:b03e3a2c-325-14294"
imagePullPolicy: IfNotPresent

devtron:
image: "quay.io/devtron/hyperion:73f1aa56-280-14239"
cicdImage: "quay.io/devtron/devtron:73f1aa56-434-14240"
image: "quay.io/devtron/hyperion:b3411eff-280-14312"
cicdImage: "quay.io/devtron/devtron:b3411eff-434-14313"
imagePullPolicy: IfNotPresent
customOverrides: {}
serviceMonitor:
Expand Down Expand Up @@ -92,7 +92,7 @@ components:
authenticator: "quay.io/devtron/authenticator:e414faff-393-13273"

kubelink:
image: "quay.io/devtron/kubelink:63967b3a-318-14165"
image: "quay.io/devtron/kubelink:bf9bd316-318-14325"
imagePullPolicy: IfNotPresent
configs:
ENABLE_HELM_RELEASE_CACHE: "true"
Expand Down Expand Up @@ -120,13 +120,13 @@ components:
SCRIPT_LOCATION: "scripts/sql/"
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
DB_NAME: "orchestrator"
GIT_HASH: "73f1aa560d4bfbca97d702bbb12577cb800699fa"
GIT_HASH: "b3411effd8d4b4e17eae837d6edbed3e7739c322"
casbin:
GIT_BRANCH: "main"
SCRIPT_LOCATION: "scripts/casbin/"
GIT_REPO_URL: "https://github.com/devtron-labs/devtron.git"
DB_NAME: "casbin"
GIT_HASH: "73f1aa560d4bfbca97d702bbb12577cb800699fa"
GIT_HASH: "b3411effd8d4b4e17eae837d6edbed3e7739c322"

# values for argocd integration
argo-cd:
Expand Down Expand Up @@ -293,7 +293,7 @@ security:
notifier:
enabled: false
imagePullPolicy: IfNotPresent
image: "quay.io/devtron/notifier:6c7a356a-372-11107"
image: "quay.io/devtron/notifier:d9c72180-372-14306"
configs:
CD_ENVIRONMENT: PROD
DB: orchestrator
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/v0.6.18-rc.2/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.6.18-rc.3/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="v0.6.18-rc.2";
LTAG="v0.6.18-rc.3";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Expand Down
2 changes: 1 addition & 1 deletion manifests/release.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta 2 v0.6.18-rc.2
beta 3 v0.6.18-rc.3
2 changes: 1 addition & 1 deletion manifests/yamls/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ spec:
- name: envoy-config-volume
mountPath: /etc/envoy-config/
- name: dashboard
image: "quay.io/devtron/dashboard:961adac9-325-14236"
image: "quay.io/devtron/dashboard:b03e3a2c-325-14294"
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
runAsUser: 1000
containers:
- name: devtron
image: "quay.io/devtron/devtron:73f1aa56-434-14240"
image: "quay.io/devtron/devtron:b3411eff-434-14313"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down
2 changes: 1 addition & 1 deletion manifests/yamls/kubelink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
runAsUser: 1000
containers:
- name: kubelink
image: "quay.io/devtron/kubelink:63967b3a-318-14165"
image: "quay.io/devtron/kubelink:bf9bd316-318-14325"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down
4 changes: 2 additions & 2 deletions manifests/yamls/migrator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 73f1aa560d4bfbca97d702bbb12577cb800699fa
value: b3411effd8d4b4e17eae837d6edbed3e7739c322
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 73f1aa560d4bfbca97d702bbb12577cb800699fa
value: b3411effd8d4b4e17eae837d6edbed3e7739c322
- name: GIT_BRANCH
value: main
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion manifests/yamls/notifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
restartPolicy: Always
containers:
- name: notifier
image: quay.io/devtron/notifier:6c7a356a-372-11107
image: quay.io/devtron/notifier:d9c72180-372-14306
imagePullPolicy: IfNotPresent
ports:
- name: app
Expand Down
17 changes: 17 additions & 0 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## Bugs
- fix: ACD helm app release not found when deleting resource (#3552)
- fix: Remove argocd server calls for Application resources (Manifest, Event, Logs, Terminal) (#3200)
- fix: disable api update if disabled from UI (#3487)
- fix: migration numbering issue fixed (#3556)
- fix: getting force_security_scan value from devtron-cm (#3558)
## Enhancements
- feat: Helm lint test (#3450)
- feat: Added custom webhook support for sending notification (#3524)
## Documentation
- docs: prerequisite for keda autoscaling using deployment template (#3529)
- docs: yaml for deployment chart (#3541)
- docs: StatefulSets chart doc (#3512)
## Others
- task: updated workflow name provision in app workflow api (#3526)


## v0.6.18-rc.2


Expand Down

0 comments on commit d48ff5e

Please sign in to comment.