You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##Bug description
Currently, when we print the project's version, we print also the commit hash:
{code:java}
INFO: 2020/11/10 15:32:04 main.go:20: CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code}
{{}}
Fixed versions should not include the git commit tag and should include only the version.
Note: Once we fix this, we should also fix [this issue|https://github.com//issues/256] in the secrets-provider as it has a similar mechanism.
h2. Steps to Reproduce
{code:java}
docker run cyberark/secrets-provider-for-k8s:1.1.0{code}
h2. Expected Results
The log shows the message {{}}
{code:java}
CyberArk Secrets Provider for Kubernetes v1.1.0 starting up...{code}
{{}}
h2. Actual Results (including error logs, if applicable)
The log shows the message {{}}
{code:java}
CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code}
{{}}
h2. Reproducible
Always
h2. Version/Tag number
1.1.0
##Found in version
12.0
##Workaround Complexity
No workaround
##Workaround Description
##Affects Version/s
##Link to JIRA bug
ONYX-9877
The text was updated successfully, but these errors were encountered:
##Bug description
Currently, when we print the project's version, we print also the commit hash:
{code:java}
INFO: 2020/11/10 15:32:04 main.go:20: CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code}
{{}}
Fixed versions should not include the git commit tag and should include only the version.
Note: Once we fix this, we should also fix [this issue|https://github.com//issues/256] in the secrets-provider as it has a similar mechanism.
h2. Steps to Reproduce
Steps to reproduce the behavior:
run
{code:java}
docker pull cyberark/secrets-provider-for-k8s:1.1.0{code}
run
{code:java}
docker run cyberark/secrets-provider-for-k8s:1.1.0{code}
h2. Expected Results
The log shows the message {{}}
{code:java}
CyberArk Secrets Provider for Kubernetes v1.1.0 starting up...{code}
{{}}
h2. Actual Results (including error logs, if applicable)
The log shows the message {{}}
{code:java}
CyberArk Secrets Provider for Kubernetes v1.1.0-e58708b starting up...{code}
{{}}
h2. Reproducible
h2. Version/Tag number
1.1.0
##Found in version
12.0
##Workaround Complexity
No workaround
##Workaround Description
##Affects Version/s
##Link to JIRA bug
ONYX-9877
The text was updated successfully, but these errors were encountered: