Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
e3b480e
Updated release-notes files
systemsdt Jan 27, 2025
cd92a4f
Updated latest image of hyperion in installer
systemsdt Jan 27, 2025
1d10e38
Updated release notes
systemsdt Jan 29, 2025
3760c50
Updated release notes
systemsdt Jan 29, 2025
f4bd293
Updated release notes
systemsdt Jan 29, 2025
777ef12
Updated release notes
systemsdt Jan 30, 2025
03c5737
Updated release notes
systemsdt Jan 31, 2025
5bbb4ac
Updated latest image of hyperion in installer
systemsdt Jan 31, 2025
575f06a
Updated release notes
systemsdt Jan 31, 2025
b4505d3
Updated latest image of hyperion in installer
systemsdt Jan 31, 2025
33ae99e
Updated latest image of hyperion in installer
systemsdt Jan 31, 2025
63852bb
Updated release notes
systemsdt Feb 2, 2025
49f334f
Updated release notes
systemsdt Feb 3, 2025
0058711
Updated release notes
systemsdt Feb 4, 2025
c6b3473
Updated latest image of ci-runner in installer
systemsdt Feb 4, 2025
2b9d815
Updated latest image of devtron in installer
systemsdt Feb 4, 2025
251259d
Updated latest image of hyperion in installer
systemsdt Feb 4, 2025
1a56e40
Update beta-releasenotes.md
pawan-mehta-dt Feb 4, 2025
8307149
Update beta-releasenotes.md
pawan-mehta-dt Feb 4, 2025
8beba19
Update Chart.yaml
pawan-mehta-dt Feb 4, 2025
d6a6cb3
Update devtron-bom.yaml
pawan-mehta-dt Feb 4, 2025
415d9a8
Update values.yaml
pawan-mehta-dt Feb 4, 2025
a53666b
Update devtron-installer.yaml
pawan-mehta-dt Feb 4, 2025
ae3fe8d
Update installation-script
pawan-mehta-dt Feb 4, 2025
b53b3cb
Update release.txt
pawan-mehta-dt Feb 4, 2025
71664ac
Updated release-notes files
prakarsh-dt Feb 4, 2025
fb0cae9
Merge branch 'main' into release-bot
pawan-mehta-dt Feb 4, 2025
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.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## v1.2.1

## Bugs
- fix: Auto cd trigger even if pre-cd fails (#6338)


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.2.0
appVersion: 1.2.1
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.80
version: 0.22.81
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
8 changes: 4 additions & 4 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.2.0"
release: "v1.2.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -38,13 +38,13 @@ components:
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:564fe991-280-28985"
cicdImage: "devtron:564fe991-434-28986"
image: "hyperion:69603019-280-29389"
cicdImage: "devtron:69603019-434-29388"
imagePullPolicy: IfNotPresent
customOverrides: {}
ciRunner:
registry: ""
image: "ci-runner:0a3d5e84-138-28964"
image: "ci-runner:343b24f5-138-29387"
argocdDexServer:
registry: ""
image: "dex:v2.30.2"
Expand Down
8 changes: 4 additions & 4 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.2.0"
release: "v1.2.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -81,8 +81,8 @@ components:
imagePullPolicy: IfNotPresent
devtron:
registry: ""
image: "hyperion:564fe991-280-28985"
cicdImage: "devtron:564fe991-434-28986"
image: "hyperion:69603019-280-29389"
cicdImage: "devtron:69603019-434-29388"
imagePullPolicy: IfNotPresent
customOverrides: {}
serviceMonitor:
Expand All @@ -108,7 +108,7 @@ components:
# - devtron.example.com
ciRunner:
registry: ""
image: "ci-runner:0a3d5e84-138-28964"
image: "ci-runner:343b24f5-138-29387"
argocdDexServer:
registry: ""
image: "dex:v2.30.2"
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.2.0/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.2.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.2.0";
LTAG="v1.2.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.2.0
stable -1 v1.2.1
4 changes: 2 additions & 2 deletions manifests/yamls/devtron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data:
CD_NODE_TAINTS_VALUE: "ci"
CD_ARTIFACT_LOCATION_FORMAT: "%d/%d.zip"
DEFAULT_CD_NAMESPACE: "devtron-cd"
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:0a3d5e84-138-28964"
DEFAULT_CI_IMAGE: "quay.io/devtron/ci-runner:343b24f5-138-29387"
DEFAULT_CD_TIMEOUT: "3600"
WF_CONTROLLER_INSTANCE_ID: "devtron-runner"
CI_LOGS_KEY_PREFIX: "ci-artifacts"
Expand Down Expand Up @@ -169,7 +169,7 @@ spec:
runAsUser: 1000
containers:
- name: devtron
image: "quay.io/devtron/devtron:564fe991-434-28986"
image: "quay.io/devtron/devtron:69603019-434-29388"
securityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
Expand Down
35 changes: 3 additions & 32 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,6 @@
## v1.2.0
## v1.2.1

## Bugs
- fix: Auto cd trigger even if pre-cd fails (#6338)


## Bugs
- fix: Application listing panic handling (#6199)
- fix: Copy image plugin panic handling (#6220)
- fix: Remove gaps between image scanning V1 & V2 (#6213)
- fix: Select Query errors in Postgres Pod Logs (#6238)
- fix: Graceful shutdown handling and logs flush (#6239)
- fix: Remove unused variable causing double register in prometheus (#6279)
## Enhancements
- feat: Ignore workflow cache config (#6218)
- feat: Build infra support (#6151)
- feat: Helm type pipeline app status (#6262)
- feat: Added labels to manual sync job (#6269)
## Others
- chore: Changes in CD trigger plugin condition v1.3.0 (#6233)
- misc: GetDockerRegistryIdForCiPipeline (#6231)
- chore: Merging user service with connection manager (#6225)
- chore: Argocd repository secret creation service refactoring (#6229)
- chore: Added sql migraiton for searchable key (#6252)
- misc: Adds the required env variables to set up devtron (#6254)
- misc: Added schme json for cronjobs (#6260)
- misc: Error handling when template is empty in ExtractVariables (#6261)
- misc: Nil check in envOverride.chart (#6263)
- misc: PG enable metrics (#6243)
- chore: Patch infra merge (#6274)
- chore: Argo common client (#6266)
- chore: Optimised Dockerfile by removing extra layers (#6293)
- chore: Updated ApplistingRestHandler oss/ent function (#6307)
- chore: Added env generator changes (#6302)
- chore: Deployment config methods add (#6297)
- misc: Deployment, reference and statefulset updated versions (#6284)
- chore: Scoped var oss/ent changes (#6319)
Loading