Skip to content

add more information for version command / go updates / multi platform support #142

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

Merged
merged 3 commits into from
Feb 27, 2022

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Nov 8, 2021

  • extend the version command to add more information
  • update to go 1.17
  • add more platforms and docker multiplatform container image

version command demo:

  • amd64
$ docker run quay.io/helmpack/chart-releaser:v1.3.0-amd64 version
GitVersion:  v1.3.0
GitCommit:   5e009a7f18de1a08d46b50469a704c133d38ad37
BuildDate:   2021-11-08T12:28:05Z
GoVersion:   go1.17.2
Compiler:    gc
Platform:    linux/amd64
License:     Apache 2.0
  • arm64
$ docker run --platform=linux/arm64 quay.io/helmpack/chart-releaser:v1.3.0-arm64v8 version
GitVersion:  v1.3.0
GitCommit:   5e009a7f18de1a08d46b50469a704c133d38ad37
BuildDate:   2021-11-08T12:28:05Z
GoVersion:   go1.17.2
Compiler:    gc
Platform:    linux/arm64
License:     Apache 2.0

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
@cpanato cpanato force-pushed the goupdate-gorelreaser branch 2 times, most recently from 1906b39 to d947e90 Compare November 8, 2021 13:27
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
@cpanato cpanato force-pushed the goupdate-gorelreaser branch from d947e90 to 251be0e Compare November 8, 2021 13:47
Copy link
Member

@davidkarlsen davidkarlsen left a comment

Choose a reason for hiding this comment

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

lgtm

@cpanato cpanato merged commit d4a3c65 into helm:main Feb 27, 2022
@cpanato cpanato deleted the goupdate-gorelreaser branch February 27, 2022 10:06
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