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
2 changes: 1 addition & 1 deletion USERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Currently, Devtron is being used by the following organizations:
8. [Chitale Bandhu](https://www.chitalebandhu.in/)
9. [Comcast](https://corporate.comcast.com/)
10. [Delhivery](https://www.delhivery.com/)
11. [Emplus](https://www.empuls.io/)
11. [Empuls](https://www.empuls.io/)
12. [EMT Madrid](https://www.emtmadrid.es/Home)
13. [Encircle Marketing](https://encircle-marketing.com/)
14. [FTL Express](https://www.ftl-express.com/)
Expand Down
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.3.0
appVersion: 1.3.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.83
version: 0.22.86
sources:
- https://github.com/devtron-labs/charts
dependencies:
Expand Down
4 changes: 2 additions & 2 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.3.0"
release: "v1.3.1"
registry: ""
image: "inception"
tag: "473deaa4-185-21582"
Expand Down Expand Up @@ -71,7 +71,7 @@ components:
keyName: postgresql-password
kubewatch:
registry: ""
image: "kubewatch:0dde3b1a-419-30080"
image: "kubewatch:0dde3b1a-419-30285"
imagePullPolicy: IfNotPresent
configs:
devtroncd_NAMESPACE: "devtron-ci"
Expand Down
3 changes: 2 additions & 1 deletion charts/devtron/templates/kubewatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ rules:
- persistentvolumes
- events
- workflows
- secrets
verbs:
- list
- watch
Expand Down Expand Up @@ -221,4 +222,4 @@ spec:
revisionHistoryLimit: 3
{{- end }}
{{- end }}
{{- end }}
{{- end }}
4 changes: 2 additions & 2 deletions charts/devtron/templates/postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,11 +575,11 @@ spec:
secretKeyRef:
name: postgresql-postgresql
key: postgresql-password
- name: DATA_SOURCE_USER
value: postgres
envFrom:
- configMapRef:
name: devtron-common-cm
- name: DATA_SOURCE_USER
value: postgres
{{- if .postgresExporter }}
{{- if .postgresExporter.resources }}
resources:
Expand Down
4 changes: 2 additions & 2 deletions charts/devtron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ global:
extraManifests: []
installer:
repo: "devtron-labs/devtron"
release: "v1.3.0"
release: "v1.3.1"
registry: ""
image: inception
tag: 473deaa4-185-21582
Expand Down Expand Up @@ -142,7 +142,7 @@ components:
keyName: postgresql-password
kubewatch:
registry: ""
image: "kubewatch:0dde3b1a-419-30080"
image: "kubewatch:0dde3b1a-419-30285"
imagePullPolicy: IfNotPresent
configs:
devtroncd_NAMESPACE: "devtron-ci"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ require gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect

replace (
github.com/argoproj/argo-workflows/v3 v3.5.10 => github.com/devtron-labs/argo-workflows/v3 v3.5.13
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250220070353-8b4fe6516dfc
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250220070353-8b4fe6516dfc
github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250225082115-9384f9d0b86c
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
k8s.io/api => k8s.io/api v0.29.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -792,10 +792,10 @@ github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc h1:VRRKCwnzq
github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
github.com/devtron-labs/argo-workflows/v3 v3.5.13 h1:3pINq0gXOSeTw2z/vYe+j80lRpSN5Rp/8mfQORh8SmU=
github.com/devtron-labs/argo-workflows/v3 v3.5.13/go.mod h1:/vqxcovDPT4zqr4DjR5v7CF8ggpY1l3TSa2CIG3jmjA=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250220070353-8b4fe6516dfc h1:M22DIqq9eJSP8vHyT2RJJOJXHwPdtCppuvuyVeDTXt0=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250220070353-8b4fe6516dfc/go.mod h1:5lv4Wfj5ERhhvDGXe2IeES6qxjvUVCcohaRwKnWBMNo=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250220070353-8b4fe6516dfc h1:KpPXUJQ+zz9SdV+BHov3ORB2kyW79d+aLL3AHnlKZYc=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250220070353-8b4fe6516dfc/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250225082115-9384f9d0b86c h1:4RhCBihmoekyyYLGBF9uK3+u1vD9BZLTnLhG2nT57Ng=
github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250225082115-9384f9d0b86c/go.mod h1:5lv4Wfj5ERhhvDGXe2IeES6qxjvUVCcohaRwKnWBMNo=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c h1:Gwt5ITeOJwGyca1VgdHxlbgpjfnFVigpyaTq4q+YQhE=
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
github.com/devtron-labs/go-bitbucket v0.9.60-beta h1:VEx1jvDgdtDPS6A1uUFoaEi0l1/oLhbr+90xOwr6sDU=
github.com/devtron-labs/go-bitbucket v0.9.60-beta/go.mod h1:GnuiCesvh8xyHeMCb+twm8lBR/kQzJYSKL28ZfObp1Y=
github.com/devtron-labs/protos v0.0.3-0.20240802105333-92ee9bb85d80 h1:xwbTeijNTf4/j1v+tSfwVqwLVnReas/NqEKeQHvSTys=
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.3.0/manifests/installation-script
url: https://raw.githubusercontent.com/devtron-labs/devtron/v1.3.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.3.0";
LTAG="v1.3.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.3.0
stable -1 v1.3.1
2 changes: 1 addition & 1 deletion manifests/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.0
v1.3.1
35 changes: 2 additions & 33 deletions releasenotes.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,6 @@
## v1.3.0
## v1.3.1

## Bugs
- fix: panic fixes (#6411)
- fix: auto pre-cd not getting triggered (if cd is manual) after webhook ci event is captured (#6407)
- fix: Base update (#6405)
- fix: devtron apps deployed via helm showing in helm apps list (#6397)
- fix: when a helm app is managed by argocd then skip argo app update when same name ext helm app is installed (#6389)
- fix: upgraded to go-git/v5 v5.13.0 (#6388)
- fix: fix for ci cd workflow fake success status and multiple post/pre cd success notifications (#6370)
- fix: fix for while cloning app or workflow when external secret is present in any pipeline then that pipeline is not cloned (#6368)
- fix: fix for while cloning app or workflow when external secret is present in any pipeline then that pipeline is not cloned (#6366)
- fix: buildx driver opt using k8s driver even if not enabled (#6349)
- fix: Auto trigger even if pre-cd fails (#6338)
- fix: role group listing fix (#6343)
- fix: sql injection fixes (#6334)
- fix: role group k8s permissions duplication (#6336)
## Enhancements
- feat: hibernate devtron app (#6356)
- feat: separate build worker status timeline (#6320)
- feat: send notification with chosen config (#6331)
- feat: sql script changes for operation audit (#6342)
## Documentation
- doc: updated devtron user list in users.md (#6363)
## Others
- misc: pipeline listing in app Group (#6410)
- misc: Notif back com (#6398)
- sync: Main sync develop (#6396)
- sync: vendor update on release 29 (#6395)
- sync: Release candidate v0.29.0 (#6394)
- sync: Main sync develop (#6375)
- misc: common-lib change (#6347)
- sync: Release candidate v0.28.0 (#6340)
- misc: Fix typo: Cronjob → CronJob (#6335)
- sync: Main sync develop (#6358)
- fix: unable to fetch live build logs


8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,15 @@ github.com/davecgh/go-spew/spew
# github.com/deckarep/golang-set v1.8.0
## explicit; go 1.17
github.com/deckarep/golang-set
# github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250220070353-8b4fe6516dfc
# github.com/devtron-labs/authenticator v0.4.35-0.20240809073103-6e11da8083f8 => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250225082115-9384f9d0b86c
## explicit; go 1.21
github.com/devtron-labs/authenticator/apiToken
github.com/devtron-labs/authenticator/client
github.com/devtron-labs/authenticator/jwt
github.com/devtron-labs/authenticator/middleware
github.com/devtron-labs/authenticator/oidc
github.com/devtron-labs/authenticator/password
# github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250220070353-8b4fe6516dfc
# github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
## explicit; go 1.21
github.com/devtron-labs/common-lib/async
github.com/devtron-labs/common-lib/blob-storage
Expand Down Expand Up @@ -2219,8 +2219,8 @@ xorm.io/xorm/log
xorm.io/xorm/names
xorm.io/xorm/schemas
xorm.io/xorm/tags
# github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250220070353-8b4fe6516dfc
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250220070353-8b4fe6516dfc
# github.com/devtron-labs/authenticator => github.com/devtron-labs/devtron-services/authenticator v0.0.0-20250225082115-9384f9d0b86c
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
# k8s.io/api => k8s.io/api v0.29.7
Expand Down