Skip to content
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

build: use correct version for multiarch image #705

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

AlexanderYastrebov
Copy link
Member

@AlexanderYastrebov AlexanderYastrebov commented Jun 4, 2024

Pass correct version to multiacrh build targets.

Follow up on #517

Pass correct version to multiacrh build targets.

Follow up on #517
Signed-off-by: Alexander Yastrebov <[email protected]>
@@ -286,7 +286,7 @@ func loadSettings() error {
}

func main() {
log.Infof("starting %s %s", os.Args[0], version)
log.Infof("Starting %s %s", os.Args[0], version)
Copy link
Member Author

@AlexanderYastrebov AlexanderYastrebov Jun 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initially noticed wrong version in the v0.15.19 logs:

level=info msg="starting /kube-ingress-aws-controller v0.15.18-2-g0df1e50"

@mikkeloscar
Copy link
Collaborator

👍

1 similar comment
@RomanZavodskikh
Copy link
Member

👍

@AlexanderYastrebov
Copy link
Member Author

DCO check is not working currently dcoapp/app#211

@AlexanderYastrebov AlexanderYastrebov merged commit 859127c into master Jun 5, 2024
10 checks passed
@AlexanderYastrebov AlexanderYastrebov deleted the build/fix-multiacrh-version branch June 5, 2024 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants