mcp-server-kubernetes 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,6 +168,12 @@ sequenceDiagram
|
|
|
168
168
|
Transport-->>Client: Return Final Response
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
+
## Publishing new release
|
|
172
|
+
|
|
173
|
+
Go to the [releases page](https://github.com/Flux159/mcp-server-kubernetes/releases), click on "Draft New Release", click "Choose a tag" and create a new tag by typing out a new version number using "v{major}.{minor}.{patch}" semver format. Then, write a release title "Release v{major}.{minor}.{patch}" and description / changelog if necessary and click "Publish Release".
|
|
174
|
+
|
|
175
|
+
This will create a new tag which will trigger a new release build via the cd.yml workflow. Once successful, the new release will be published to [npm](https://www.npmjs.com/package/mcp-server-kubernetes). Note that there is no need to update the package.json version manually, as the workflow will automatically update the version number in the package.json file & push a commit to main.
|
|
176
|
+
|
|
171
177
|
## Not planned
|
|
172
178
|
|
|
173
179
|
Authentication / adding clusters to kubectx.
|