Skip to content

Commit

Permalink
release: PR for v0.6.24 (#4143)
Browse files Browse the repository at this point in the history
* Updated release-notes files

* Updated latest image of devtron in installer

* Updated latest image of hyperion in installer

* Updated release notes

* Updated latest image of devtron in installer

* Updated latest image of hyperion 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 release notes

* Updated latest image of devtron in installer

* Updated latest image of dashboard in installer

* Updated latest image of hyperion in installer

* Updated release notes

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated release notes

* Updated release notes

* Updated latest image of devtron in installer

* Updated latest image of hyperion in installer

* Updated latest image of hyperion 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 release notes

* Updated latest image of hyperion in installer

* Updated latest image of devtron in installer

* Updated latest image of dashboard in installer

* Updated latest image of dashboard in installer

* Updated release notes

* Updated latest image of dashboard in installer

* 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 release notes

* Updated latest image of devtron in installer

* Updated latest image of hyperion in installer

* Updated latest image of kubelink in installer

* Updated latest image of dashboard in installer

* Update release.txt

* Updated latest image of kubelink in installer

* Updated latest image of kubelink in installer

* Updated latest image of kubelink in installer

* Update values.yaml

* Update devtron.yaml

* Update values.yaml

* Update kubelink.yaml

* Update kubelink.yaml

* Update values.yaml

* Updated latest image of dashboard in installer

* Update devtron-bom.yaml

* Updated latest image of hyperion 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

---------

Co-authored-by: prakarsh-dt <prakarsh@devtron.ai>
Co-authored-by: Pawan Mehta <117346502+pawan-mehta-dt@users.noreply.github.com>
  • Loading branch information
3 people committed Oct 30, 2023
1 parent 926a986 commit 6770d82
Show file tree
Hide file tree
Showing 15 changed files with 68 additions and 93 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG/release-notes-v0.6.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## v0.6.24

## Bugs
- fix: nats clients panic in ea-mode (#4162)
- fix: query number changed (#4163)
- fix: duplication of tags on giving same key-value pair (#4139)
- fix: error handling in image scan (#4150)
- fix: valuesOverrideResponse (#4149)
## Enhancements
- feat: custom tag (#3847)
- feat: enchancements in scoped variables (#4069)
## Documentation
- docs: Reverted to relative path with extension type (#4156)
- doc: Changed Relative Path to Absolute Path (#4155)
- docs: Mentioned Partial Cloning Capability of Devtron (#4142)
- docs: Added Exclude Git Files section in Existing Doc (#4136)
## Others
- chore: moved methods use by workflowdagexecutor to it (#4147)
- chore: fix sql 181 script (#4144)


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: 0.6.23
appVersion: 0.6.24
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.62
version: 0.22.63
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
12 changes: 6 additions & 6 deletions charts/devtron/devtron-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ global:
runAsNonRoot: true

installer:
release: "v0.6.23"
release: "v0.6.24"
image: "quay.io/devtron/inception"
tag: "44b30917-185-13275"

components:
dashboard:
image: "quay.io/devtron/dashboard:ba04f4f4-325-18824"
image: "quay.io/devtron/dashboard:af3d49fd-325-19002"
config:
extraConfigs:
USE_V2: "true"
Expand All @@ -25,22 +25,22 @@ components:
ENABLE_SCOPED_VARIABLES: "true"
ENABLE_CI_JOB: "true"
devtron:
image: "quay.io/devtron/hyperion:65577374-280-18804"
cicdImage: "quay.io/devtron/devtron:50ac85e6-434-18829"
image: "quay.io/devtron/hyperion:926a9867-280-19016"
cicdImage: "quay.io/devtron/devtron:926a9867-434-19019"
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:ad3af321-138-18662"
argocdDexServer:
image: "ghcr.io/dexidp/dex:v2.30.2"
initContainer:
authenticator: "quay.io/devtron/authenticator:e414faff-393-13273"
kubelink:
image: "quay.io/devtron/kubelink:25052130-318-18795"
image: "quay.io/devtron/kubelink:2dbe99a8-564-19001"
configs:
ENABLE_HELM_RELEASE_CACHE: "true"
MANIFEST_FETCH_BATCH_SIZE: "2"
NATS_MSG_PROCESSING_BATCH_SIZE: "1"
NATS_SERVER_HOST: nats://devtron-nats.devtroncd:4222
RUN_HELM_INSTALL_IN_ASYNC_MODE: "true"
RUN_HELM_INSTALL_IN_ASYNC_MODE: "false"
PG_ADDR: postgresql-postgresql.devtroncd
PG_DATABASE: orchestrator
PG_LOG_QUERY: "true"
Expand Down
1 change: 1 addition & 0 deletions charts/devtron/templates/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ data:
APP_SYNC_IMAGE: "quay.io/devtron/chart-sync:0e8c785e-373-16172"
{{- if $.Values.installer.modules }}
{{- if has "cicd" $.Values.installer.modules }}
RUN_HELM_INSTALL_IN_ASYNC_MODE_HELM_APPS: "true"
{{- if $.Values.configs }}
{{- if or ($.Values.minio.enabled) ($.Values.configs.BLOB_STORAGE_PROVIDER) }}
BLOB_STORAGE_ENABLED: "true"
Expand Down
7 changes: 7 additions & 0 deletions charts/devtron/templates/kubelink.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ metadata:
{{- if .configs }}
data:
{{ toYaml .configs | indent 2 }}
{{- if $.Values.installer.modules }}
{{- if has "cicd" $.Values.installer.modules }}
RUN_HELM_INSTALL_IN_ASYNC_MODE: "true"
{{- else }}
RUN_HELM_INSTALL_IN_ASYNC_MODE: "false"
{{- end }}
{{- end }}
{{- end }}
---
apiVersion: apps/v1
Expand Down
13 changes: 6 additions & 7 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ global:
runAsNonRoot: true
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.23" #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.24"
image: quay.io/devtron/inception
tag: 44b30917-185-13275
source: "github" # Available options are github and gitee
Expand Down Expand Up @@ -57,12 +56,12 @@ components:
HIDE_EXCLUDE_INCLUDE_GIT_COMMITS: "false"
ENABLE_SCOPED_VARIABLES: "true"
ENABLE_CI_JOB: "true"
image: "quay.io/devtron/dashboard:ba04f4f4-325-18824"
image: "quay.io/devtron/dashboard:af3d49fd-325-19002"
imagePullPolicy: IfNotPresent

devtron:
image: "quay.io/devtron/hyperion:65577374-280-18804"
cicdImage: "quay.io/devtron/devtron:50ac85e6-434-18829"
image: "quay.io/devtron/hyperion:926a9867-280-19016"
cicdImage: "quay.io/devtron/devtron:926a9867-434-19019"
imagePullPolicy: IfNotPresent
customOverrides:
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:ad3af321-138-18662"
Expand Down Expand Up @@ -95,19 +94,19 @@ components:
authenticator: "quay.io/devtron/authenticator:e414faff-393-13273"

kubelink:
image: "quay.io/devtron/kubelink:25052130-318-18795"
image: "quay.io/devtron/kubelink:2dbe99a8-564-19001"
imagePullPolicy: IfNotPresent
configs:
ENABLE_HELM_RELEASE_CACHE: "true"
MANIFEST_FETCH_BATCH_SIZE: "2"
NATS_MSG_PROCESSING_BATCH_SIZE: "1"
NATS_SERVER_HOST: nats://devtron-nats.devtroncd:4222
RUN_HELM_INSTALL_IN_ASYNC_MODE: "true"
PG_ADDR: postgresql-postgresql.devtroncd
PG_DATABASE: orchestrator
PG_LOG_QUERY: "true"
PG_PORT: "5432"
PG_USER: postgres
RUN_HELM_INSTALL_IN_ASYNC_MODE: "false"
dbconfig:
secretName: postgresql-postgresql
keyName: postgresql-password
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.23/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v0.6.24/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.23";
LTAG="v0.6.24";
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 @@
stable -1 v0.6.23
stable -1 v0.6.24
2 changes: 1 addition & 1 deletion manifests/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.6.23
v0.6.24
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:ba04f4f4-325-18824"
image: "quay.io/devtron/dashboard:af3d49fd-325-19002"
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 @@ -169,7 +169,7 @@ spec:
runAsUser: 1000
containers:
- name: devtron
image: "quay.io/devtron/devtron:50ac85e6-434-18829"
image: "quay.io/devtron/devtron:926a9867-434-19019"
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:25052130-318-18795"
image: "quay.io/devtron/kubelink:2dbe99a8-564-19001"
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: 50ac85e68d6e020797b0db342527c79a89c9c969
value: 926a98677790afae9af543a188f2f362485b7bc4
envFrom:
- secretRef:
name: postgresql-migrator
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
- name: MIGRATE_TO_VERSION
value: "0"
- name: GIT_HASH
value: 50ac85e68d6e020797b0db342527c79a89c9c969
value: 926a98677790afae9af543a188f2f362485b7bc4
- name: GIT_BRANCH
value: main
envFrom:
Expand Down
85 changes: 16 additions & 69 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,74 +1,21 @@
## v0.6.23


## v0.6.24

## Bugs
- fix: DT19-v1 bug fixes (#3962)
- fix: ci pod request correction (#3980)
- fix: pipelineOverride id being sent instead of pipelineId (#3984)
- fix: Iam role handling script for plugin pull image from CR (#3955)
- fix: Deployment Template HCL parsing with % keyword (#4012)
- fix: handled releaseNotExists case for helm type cd pipeline resource tree fetch (#4016)
- fix: auto post cd not working in case of multiple parallel gitOps pipeline (#4018)
- fix: handled error in bulk trigger deploy (#4034)
- fix: The manager(non-admin user) of the application is unable to select a list of apps when assigning permissions (#4053)
- fix: ci job handling in app create api (#4054)
- fix: Deploying currently Active image using TriggerDeploy API from devtctl tool is broken (#4056)
- fix: Unable to delete ci pipeline in case you configure multi git (#4072)
- fix: env for specific deployment (#4085)
- fix: update build configuration fix (#4093)
- fix: Artifacts filter in CD trigger view (#4064)
- fix: Bugathon DT-19 version-2 fixes (#4105)
- fix: App Labels node selector not getting attach in ci-workflow (#4084)
- fix: Update cd pipeline create empty pre post cd steps (#4113)
- fix: normal Refresh after triggering gitops deployment to avoid sync delay in argo (#4066)
- fix: helm chart delete when no rows are found (#4124)
- fix: Unable to abort pre-cd and post-cd workflow (#4121)
- fix: Helm Apps permissions do not allow Terminal or Logs view (#4110)
- fix: port service mapping (#4132)
- fix: nats clients panic in ea-mode (#4162)
- fix: query number changed (#4163)
- fix: duplication of tags on giving same key-value pair (#4139)
- fix: error handling in image scan (#4150)
- fix: valuesOverrideResponse (#4149)
## Enhancements
- feat: Helm async install (#3856)
- feat: handle CI success event auto trigger in batch (#3951)
- feat: added env variable to skip gitops validation on create/update (#3956)
- feat: added flag to configure ecr repo creation (#3963)
- feat: Ability to change branch for all selected applications during bulk build from Application Groups (#3955)
- feat: Variables support in pre-post CI, CD and Jobs (#3911)
- feat: Poll Images from ECR Container Repository Plugin (#3971)
- feat: resource groups CRUD and environment filtering (#3974)
- feat: Scoped variables primitive handling (#4033)
- feat: adding DEVTRON_APP_NAME system variable for deployment template (#4041)
- feat: wf pod restart (#3892)
- feat: added deduction for system variables (#4075)
- feat: manifest comparision (#3844)
- feat: multiple images handling for single workflow for ECR Plugin Poll Images (#4027)
- feat: Jenkins plugin migration (#4039)
- feat: clone cd pipelines while cloning app across project (#4087)
- feat: custom tag (#3847)
- feat: enchancements in scoped variables (#4069)
## Documentation
- doc: Glossary of jargonish terms for layman in the context of Devtron (#3820)
- docs: Ephemeral Container Doc (#3912)
- docs: New Image Alignment in Ephemeral doc (#3959)
- docs: Snapshot updation in PVC docs + PreBuild CI-CD (#3964)
- doc: Fixed issuer url in okta docs (#4062)
- docs: Config Approval Draft (#3981)
- docs: Modified Existing Container Registry Doc (#4048)
- docs: Added OCI Pull in Usecases (#4112)
- docs: Reverted to relative path with extension type (#4156)
- doc: Changed Relative Path to Absolute Path (#4155)
- docs: Mentioned Partial Cloning Capability of Devtron (#4142)
- docs: Added Exclude Git Files section in Existing Doc (#4136)
## Others
- chore: added workflow to escalate pager-duty issue (#3927)
- chore: changed loop from for to while (#3928)
- chore: scheduled escalate pager duty issue workflow (#3933)
- chore: added log config for dev mode (#3953)
- chore: minor correction in devtron reference charts (#3957)
- chore: workflow refactoring (#3714)
- chore: pr-issue-validator permissions fix (#3967)
- chore: added CODEOWNERS (#3966)
- chore: Scoped variable refactoring (#3977)
- chore: modified labels of keda autoscale object in deployment chart (#3999)
- chore: Update pr-issue-validator.yaml (#3854)
- chore: refactoring around PipelineBuilder (#4043)
- chore: moved k8s library to common-lib and added scripts for adding sshTunnel config to clusters (#3848)
- chore: Add pager-duty issue template (#3988)
- chore: first cut refactor ci-pipeline (#4091)
- chore: refactored appartifact manager and cimaterialconfigservice (#4096)
- chore: Remove the EnvVariablesFromFieldPath from values.yaml in refcharts (#4111)
- chore: Updated schema for Scope Variable (#4079)
- chore: skip validation for release PRs (#4128)
- chore: moved methods use by workflowdagexecutor to it (#4147)
- chore: fix sql 181 script (#4144)


0 comments on commit 6770d82

Please sign in to comment.