Skip to content

Commit d6390cb

Browse files
Merge pull request #172 from devtron-labs/release-candidate-v0.30.0
sync: Release candidate v0.30.0
2 parents 0dde3b1 + 73a6056 commit d6390cb

File tree

359 files changed

+21735
-3913
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+21735
-3913
lines changed

authenticator/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /go/src/github.com/devtron-labs/authenticator
77
ADD . /go/src/github.com/devtron-labs/authenticator/
88
RUN GOOS=linux make
99

10-
FROM alpine:3.15.0
10+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
1111
RUN apk add --no-cache ca-certificates
1212
RUN apk add git --no-cache
1313
COPY --from=build-env /go/src/github.com/devtron-labs/authenticator/authenticator .
@@ -16,4 +16,4 @@ RUN adduser -D devtron
1616
RUN chown -R devtron:devtron ./authenticator
1717
USER devtron
1818

19-
CMD ["./authenticator"]
19+
CMD ["./authenticator"]

chart-sync/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ADD . /go/src/github.com/devtron-labs/chart-sync
1010

1111
RUN GOOS=linux make
1212

13-
FROM ubuntu
13+
FROM ubuntu:24.04@sha256:72297848456d5d37d1262630108ab308d3e9ec7ed1c3286a32fe09856619a782
1414

1515
RUN apt update && \
1616
apt install ca-certificates -y && \

chart-sync/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.4
55
toolchain go1.22.6
66

77
replace (
8-
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
8+
github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
99
helm.sh/helm/v3 v3.14.3 => github.com/devtron-labs/helm/v3 v3.14.1-0.20240401080259-90238cf69e42
1010
)
1111

chart-sync/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr
5454
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5555
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
5656
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
57-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4 h1:+24669YDx1BSew0KXQnf5UVpjHnL1QHCZPH0UQsM/6o=
58-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
57+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c h1:Gwt5ITeOJwGyca1VgdHxlbgpjfnFVigpyaTq4q+YQhE=
58+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
5959
github.com/devtron-labs/helm/v3 v3.14.1-0.20240401080259-90238cf69e42 h1:pJmK44QaSztOiZe0iQHNf0sdy5KwkAeceydyhOG4RaY=
6060
github.com/devtron-labs/helm/v3 v3.14.1-0.20240401080259-90238cf69e42/go.mod h1:v6myVbyseSBJTzhmeE39UcPLNv6cQK6qss3dvgAySaE=
6161
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78=

chart-sync/vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ github.com/containerd/platforms
9393
# github.com/davecgh/go-spew v1.1.1
9494
## explicit
9595
github.com/davecgh/go-spew/spew
96-
# github.com/devtron-labs/common-lib v0.0.0 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
96+
# github.com/devtron-labs/common-lib v0.0.0 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
9797
## explicit; go 1.21
9898
github.com/devtron-labs/common-lib/fetchAllEnv
9999
github.com/devtron-labs/common-lib/git-manager/util
@@ -790,4 +790,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
790790
# sigs.k8s.io/yaml v1.3.0
791791
## explicit; go 1.12
792792
sigs.k8s.io/yaml
793-
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
793+
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c

ci-runner/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
toolchain go1.21.8
66

7-
replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
7+
replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
88

99
require (
1010
github.com/Knetic/govaluate v3.0.0+incompatible

ci-runner/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
5757
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5858
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
5959
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
60-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4 h1:+24669YDx1BSew0KXQnf5UVpjHnL1QHCZPH0UQsM/6o=
61-
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
60+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c h1:Gwt5ITeOJwGyca1VgdHxlbgpjfnFVigpyaTq4q+YQhE=
61+
github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c/go.mod h1:1QJJLpgJSkb5Jm9xPeKAk+kXb0QgBOOOgJj0cgYhAVA=
6262
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
6363
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
6464
github.com/docker/cli v24.0.6+incompatible h1:fF+XCQCgJjjQNIMjzaSmiKJSCcfcXb3TWTcc7GAneOY=

ci-runner/vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ github.com/cespare/xxhash/v2
118118
# github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
119119
## explicit
120120
github.com/davecgh/go-spew/spew
121-
# github.com/devtron-labs/common-lib v0.19.0 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
121+
# github.com/devtron-labs/common-lib v0.19.0 => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
122122
## explicit; go 1.21
123123
github.com/devtron-labs/common-lib/blob-storage
124124
github.com/devtron-labs/common-lib/constants
@@ -861,4 +861,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
861861
# sigs.k8s.io/yaml v1.3.0
862862
## explicit; go 1.12
863863
sigs.k8s.io/yaml
864-
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
864+
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c

git-sensor/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ADD . /go/src/github.com/devtron-labs/git-sensor/
1010

1111
RUN GOOS=linux make
1212

13-
FROM alpine:3.17
13+
FROM alpine:3.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
1414

1515
COPY ./git-ask-pass.sh /git-ask-pass.sh
1616

git-sensor/go.mod

+13-14
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.21
44

55
toolchain go1.22.4
66

7-
replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250213085216-b49895a5c8c4
7+
replace github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20250225082115-9384f9d0b86c
88

99
require (
1010
github.com/caarlos0/env v3.5.0+incompatible
1111
github.com/devtron-labs/common-lib v0.0.0
1212
github.com/devtron-labs/protos v0.0.3-0.20240809072909-83171af34169
1313
github.com/gammazero/workerpool v1.1.3
14-
github.com/go-git/go-git/v5 v5.11.0
14+
github.com/go-git/go-git/v5 v5.13.2
1515
github.com/go-pg/pg v6.15.1+incompatible
1616
github.com/google/uuid v1.6.0
1717
github.com/google/wire v0.6.0
@@ -22,10 +22,10 @@ require (
2222
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
2323
github.com/prometheus/client_golang v1.16.0
2424
github.com/robfig/cron/v3 v3.0.1
25-
github.com/stretchr/testify v1.8.4
25+
github.com/stretchr/testify v1.10.0
2626
github.com/tidwall/gjson v1.9.3
2727
go.uber.org/zap v1.21.0
28-
golang.org/x/sys v0.28.0
28+
golang.org/x/sys v0.29.0
2929
google.golang.org/grpc v1.58.3
3030
google.golang.org/protobuf v1.33.0
3131
gopkg.in/src-d/go-billy.v4 v4.3.2
@@ -34,19 +34,18 @@ require (
3434
require (
3535
dario.cat/mergo v1.0.0 // indirect
3636
github.com/Microsoft/go-winio v0.6.1 // indirect
37-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
37+
github.com/ProtonMail/go-crypto v1.1.5 // indirect
3838
github.com/arl/statsviz v0.6.0 // indirect
3939
github.com/beorn7/perks v1.0.1 // indirect
4040
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4141
github.com/cloudflare/circl v1.3.7 // indirect
42-
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
42+
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
4343
github.com/davecgh/go-spew v1.1.1 // indirect
4444
github.com/docker/cli v24.0.6+incompatible // indirect
4545
github.com/emirpasic/gods v1.18.1 // indirect
4646
github.com/gammazero/deque v0.2.0 // indirect
47-
github.com/gliderlabs/ssh v0.3.6 // indirect
4847
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
49-
github.com/go-git/go-billy/v5 v5.5.0 // indirect
48+
github.com/go-git/go-billy/v5 v5.6.2 // indirect
5049
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5150
github.com/golang/protobuf v1.5.4 // indirect
5251
github.com/gorilla/websocket v1.5.0 // indirect
@@ -61,23 +60,23 @@ require (
6160
github.com/nats-io/nkeys v0.4.6 // indirect
6261
github.com/nats-io/nuid v1.0.1 // indirect
6362
github.com/nxadm/tail v1.4.8 // indirect
64-
github.com/pjbgf/sha1cd v0.3.0 // indirect
63+
github.com/pjbgf/sha1cd v0.3.2 // indirect
6564
github.com/pmezard/go-difflib v1.0.0 // indirect
6665
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
6766
github.com/prometheus/common v0.44.0 // indirect
6867
github.com/prometheus/procfs v0.11.1 // indirect
69-
github.com/sergi/go-diff v1.1.0 // indirect
68+
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
7069
github.com/sirupsen/logrus v1.9.3 // indirect
71-
github.com/skeema/knownhosts v1.2.1 // indirect
72-
github.com/stretchr/objx v0.5.0 // indirect
70+
github.com/skeema/knownhosts v1.3.0 // indirect
71+
github.com/stretchr/objx v0.5.2 // indirect
7372
github.com/tidwall/match v1.1.1 // indirect
7473
github.com/tidwall/pretty v1.2.0 // indirect
7574
github.com/xanzy/ssh-agent v0.3.3 // indirect
7675
go.uber.org/atomic v1.10.0 // indirect
7776
go.uber.org/multierr v1.11.0 // indirect
78-
golang.org/x/crypto v0.31.0 // indirect
77+
golang.org/x/crypto v0.32.0 // indirect
7978
golang.org/x/mod v0.17.0 // indirect
80-
golang.org/x/net v0.33.0 // indirect
79+
golang.org/x/net v0.34.0 // indirect
8180
golang.org/x/sync v0.10.0 // indirect
8281
golang.org/x/text v0.21.0 // indirect
8382
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect

0 commit comments

Comments
 (0)