Skip to content

Commit 743dc93

Browse files
gl-johnsonGitHub Enterprise
authored andcommitted
Merge pull request #63 from Conjur-Enterprise/bump-changelog
CNJR-8507: Update dependencies and bump changelog version
2 parents b67dc17 + 79a6e2c commit 743dc93

9 files changed

Lines changed: 460 additions & 194 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
LABEL maintainer="CyberArk Software Ltd."
55

66
ENV GOOS=linux \

Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4747
RUN curl -L https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz | tar -C /usr/local -xz
4848
ENV PATH=$PATH:/usr/local/go/bin
4949

Dockerfile.junit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine
1+
FROM golang:1.24-alpine
22
LABEL maintainer="CyberArk Software Ltd."
33
LABEL id="secrets-provider-for-k8s-junit-processor"
44

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine
1+
FROM golang:1.24-alpine
22
LABEL maintainer="CyberArk Software Ltd."
33
LABEL id="secrets-provider-for-k8s-test-runner"
44

0 commit comments

Comments
 (0)