-
Notifications
You must be signed in to change notification settings - Fork 706
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
Update release docs and minor fixes #3481
Conversation
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
cd integration | ||
# edit the Makefile with the proper version tag |
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.
There's also another reference to manually editing the Makefile to specify the proper tag on line 92.
docs/developer/end-to-end-tests.md
Outdated
@@ -92,10 +92,10 @@ Our CI system relies on the [kubeapps/integration-tests](https://hub.docker.com/ | |||
The `kubeapps/integration-tests` image is built using this [Makefile](../../integration/Makefile). Manually edit this file to specify the proper version tag. | |||
|
|||
```bash | |||
# Get the tags from https://hub.docker.com/r/kubeapps/integration-tests |
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.
Could link directly to https://hub.docker.com/r/kubeapps/integration-tests/tags?page=1&ordering=last_updated . But more importantly, although it should be obvious, you don't mention here to "and then increment the patch version of the latest tag to get the IMAGE_TAG
that you'll use below.
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Description of the change
This PRs simply performs some updates and minor fixes in the docs. It is mainly intended to cover the new kubeappsapis buf deps and code generation.
Benefits
Our docs will be updated.
Possible drawbacks
N/A
Applicable issues
Additional information
This PR doesn't fully address the aforementioned issue yet since we still have to cover how to perform the (pre) + release process