File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77## [ Unreleased]
88
9+ ## [ 1.7.4] - 2025-04-01
10+
11+ ### Security
12+ - Upgrade Go dependencies
13+
914## [ 1.7.3] - 2025-01-10
1015
1116### Security
@@ -361,7 +366,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
361366### Changed
362367 - Escape secrets with backslashes before patching in k8s
363368
364- [ Unreleased ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.7.0...HEAD
369+ [ Unreleased ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.7.4...HEAD
370+ [ 1.7.4 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.7.3...v1.7.4
371+ [ 1.7.3 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.7.2...v1.7.3
372+ [ 1.7.2 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.7.1...v1.7.2
373+ [ 1.7.1 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.7.0...v1.7.1
365374[ 1.7.0 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.6.5...v1.7.0
366375[ 1.6.5 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.6.4...v1.6.5
367376[ 1.6.4 ] : https://github.com/cyberark/secrets-provider-for-k8s/compare/v1.6.3...v1.6.4
Original file line number Diff line number Diff line change 11# =================== BASE BUILD LAYER ===================
22# this layer is used to prepare a common layer for both debug and release builds
3- FROM golang:1.23 AS secrets-provider-builder-base
3+ FROM golang:1.24 AS secrets-provider-builder-base
44LABEL maintainer="CyberArk Software Ltd."
55
66ENV GOOS=linux \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN apt-get update && \
4343 git
4444
4545# Download and install Golang
46- ENV GOLANG_VERSION 1.23.2
46+ ENV GOLANG_VERSION 1.24.1
4747RUN curl -L https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz
4848ENV PATH=$PATH:/usr/local/go/bin
4949
Original file line number Diff line number Diff line change 1- FROM golang:1.23 -alpine
1+ FROM golang:1.24 -alpine
22LABEL maintainer="CyberArk Software Ltd."
33LABEL id="secrets-provider-for-k8s-junit-processor"
44
Original file line number Diff line number Diff line change 1- FROM golang:1.23 -alpine
1+ FROM golang:1.24 -alpine
22LABEL maintainer="CyberArk Software Ltd."
33LABEL id="secrets-provider-for-k8s-test-runner"
44
You can’t perform that action at this time.
0 commit comments