-
Notifications
You must be signed in to change notification settings - Fork 19
update porter to v1.0.0-rc.1 #116
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
Conversation
34fd628 to
6ff15d1
Compare
| feed string | ||
| version string | ||
| }{ | ||
| {name: "kubernetes", feed: "https://cdn.porter.sh/plugins/atom.xml", version: "latest"}, |
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.
It doesn't look like we are publishing to the latest tag anymore
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.
When you run porter plugin install and use the latest version, it downloads the atom.xml file and selects the highest version of that plugin, excluding pre-releases.
|
This PR needs to wait for the ghcr.io/getporter/dev/porter-agent-kubernetes:v1.0.0-rc.1 to be published first |
Codecov Report
@@ Coverage Diff @@
## main #116 +/- ##
=======================================
Coverage 78.07% 78.07%
=======================================
Files 12 12
Lines 976 976
=======================================
Hits 762 762
Misses 136 136
Partials 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Yingrong Zhao <[email protected]>
6ff15d1 to
832e16d
Compare
carolynvs
left a comment
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!
| feed string | ||
| version string | ||
| }{ | ||
| {name: "kubernetes", feed: "https://cdn.porter.sh/plugins/atom.xml", version: "latest"}, |
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.
When you run porter plugin install and use the latest version, it downloads the atom.xml file and selects the highest version of that plugin, excluding pre-releases.
After this PR is merged, we will do release v0.7.0 for the porter-operator