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

Call for testing helm #87

Closed
github-actions bot opened this issue Feb 15, 2024 · 3 comments
Closed

Call for testing helm #87

github-actions bot opened this issue Feb 15, 2024 · 3 comments
Labels

Comments

@github-actions
Copy link

A new version (3.14.1) of helm was just pushed to the latest/candidate channel in the snap store. The following revisions are available.

CPU ArchitectureRevision
amd64394
arm64396
armhf395

Automated testing

If configured, the snap will be installed in a VM, and any test results or screenshots will be posted to this issue as a comment shortly.

How to test it manually

  1. Stop the application if it was already running

  2. Upgrade to this version by running

    snap refresh helm --channel latest/candidate
  3. Start the app and test it out.

  4. Finally, add a comment below explaining whether this app is working, and include the output of the following command.

    snap version; lscpu | grep Architecture; snap info helm | grep installed

How to release it

Maintainers can promote this to stable by commenting /promote <rev>[,<rev>] latest/stable [done].

For example

  • To promote a single revision, run /promote <rev> latest/stable
  • To promote multiple revisions, run /promote <rev>,<rev> latest/stable
  • To promote a revision and close the issue, run /promote <rev>,<rev> latest/stable done

You can promote all revisions that were just built with:

/promote 394,396,395 latest/stable done
@jnsgruk
Copy link
Member

jnsgruk commented Feb 15, 2024

Tested locally:

root@test:~# helm version
version.BuildInfo{Version:"v3.14.1", GitCommit:"e8858f8696b144ee7c533bd9d49a353ee6c4b98d", GitTreeState:"clean", GoVersion:"go1.21.7"}
root@test:~# snap version; lscpu | grep Architecture; snap info helm | grep installed
snap    2.61.1
snapd   2.61.1
series  16
ubuntu  22.04
kernel  6.7.4
Architecture:                       x86_64
installed:          3.14.1             (394) 17MB classic

@jnsgruk
Copy link
Member

jnsgruk commented Feb 15, 2024

/promote 394,396,395 latest/stable done

Copy link
Author

The following revisions were released to the latest/stable channel: 394,396,395.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant