-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version info should be passed to the boot up log message #503
Conversation
ea73c3a
to
20696b8
Compare
1d05f99
to
7e1cb20
Compare
55c0580
to
6301c42
Compare
6d90281
to
551bc15
Compare
@@ -125,7 +127,7 @@ LABEL description="The authentication client required to expose secrets from a C | |||
|
|||
# =================== CONTAINER FOR HELM TEST =================== | |||
|
|||
FROM golang:alpine as k8s-cluster-test | |||
FROM golang:1.20-alpine as k8s-cluster-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this necessary? I don't think we're targeting Go 1.20 in any of the other images
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also what's the simplest way to test this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently golang:alpine
and golang:1.20-alpine
are the same image, so there is currently no change to the image.
#502 updated golang in the Dockerfiles to 1.19, a fixed version, and golang:alpine will change over time.
We could use 1.19 however that version is older and that won't help the security issues.
This change is not needed for the version info.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Desired Outcome
conjur-authn-k8s-client release artifact reports wrong version
Implemented Changes
The Version from the automated release is used in the startup logs.
Also updated the changelog as the next version should be version 0.24.1.
Connected Issue/Story
CyberArk internal issue ID: CNJR-770
Definition of Done
At least 1 todo must be completed in the sections below for the PR to be
merged.
Changelog
CHANGELOG update
Test coverage
changes, or
Documentation
README
s) were updated in this PRBehavior
Security