You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,14 +69,14 @@ Go to https://github.com/google/cadvisor/releases and click "Draft a new release
81
69
- "Tag version" and "Release title" should be preceded by 'v' and then the version. Select the tag pushed in step 2.b
82
70
- Copy an old release as a template (e.g. github.com/google/cadvisor/releases/tag/v0.23.1)
83
71
- Body should start with release notes (from CHANGELOG.md)
84
-
- Next is the Docker image: `google/cadvisor:$VERSION`
72
+
- Next is the Docker image: `gcr.io/cadvisor/cadvisor:$VERSION`
85
73
- Next are the binary hashes (from step 3)
86
74
- Upload the binary build in step 3
87
-
- If this is an alpha or beta release, mark the release as a "pre-release"
75
+
- If this is a minor version release, mark the release as a "pre-release"
88
76
- Click publish when done
89
77
90
78
## 6. Finalize the release
91
79
92
-
~~Once you are satisfied with the release quality (consider waiting a week for bug reports to come in), it is time to promote the release to *latest*~~
80
+
~~Once you are satisfied with the release quality (generally we wait until the next minor release), it is time to remove the "pre-release" tag~~
93
81
94
82
cAdvisor is no longer pushed with the :latest tag. This is to ensure tagged images are immutable.
0 commit comments