Set up for pseudok8s release.

This commit is contained in:
Jeff Regan
2019-11-11 11:10:01 -08:00
committed by Jeffrey Regan
parent 5fe0b9e1b2
commit 87b6a4d6bc
3 changed files with 13 additions and 9 deletions

View File

@@ -20,6 +20,7 @@ for an explanation of the `foo/v2.3.0` tags applied below.
[`sigs.k8s.io/kustomize/kustomize`]: #sigsk8siokustomizekustomize
[`sigs.k8s.io/kustomize/api`]: #sigsk8siokustomizeapi
[`sigs.k8s.io/kustomize/pluginator`]: #sigsk8siokustomizepluginator
[`sigs.k8s.io/kustomize/pseudo/k8s`]: #sigsk8siokustomizepseudok8s
[kustomize/v3.2.1]: https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv3.2.1
[pluginator/v1.0.0]: https://github.com/kubernetes-sigs/kustomize/releases/tag/pluginator%2Fv1.0.0
@@ -28,8 +29,7 @@ for an explanation of the `foo/v2.3.0` tags applied below.
| kustomize executable | [`sigs.k8s.io/kustomize/kustomize`] | _kustomize/v3.2.2_ | _release-kustomize-v3.2.2_ |
| kustomize Go API | [`sigs.k8s.io/kustomize/api`] | _api/v0.1.0_ | _release-api-v0.1_ |
| pluginator executable | [`sigs.k8s.io/kustomize/pluginator`] | _pluginator/v1.0.0_ | _release-pluginator-v1.0_ |
| pseudo ks8 | [`sigs.k8s.io/kustomize/pseudo/k8s`] | _pseudok8s/v0.1.0_ | _release-pseudok8s-v0.1.0_ |
| pseudo k8s API | [`sigs.k8s.io/kustomize/pseudo/k8s`] | _pseudo/k8s/v0.1.0_ | _release-pseudok8s-v0.1.0_ |
### sigs.k8s.io/kustomize/kustomize
@@ -63,7 +63,6 @@ This is the kustomize Go API.
The packages in this module are used by API clients,
like the `kustomize` program itself, and programs
in other repositories, e.g. `kubectl`.
They include methods to read, edit and emit
modified YAML.
@@ -124,7 +123,8 @@ See the [README](../pseudo/README.md).
The packages in this module are used by kubernetes
clients like the kustomize API.
Usage:
Go consumers of this API will have a `go.mod` file
requiring this module at a particular tag, e.g.
```
require sigs.k8s.io/pseudo/k8s v0.1.0
@@ -133,12 +133,12 @@ require sigs.k8s.io/pseudo/k8s v0.1.0
#### Release artifacts
This is a Go library-only release, so the only
artifact per se is the repo tag, in the form `pseudok8s/v0.1.0`,
artifact per se is the repo tag, in the form `pseudo/k8s/v0.1.0`,
that API clients can `require` from their `go.mod` file.
Release notes should appear on the [release page].
There's a toy executable called `pseudok8s`, which, if
There's a toy executable called `k8s`, which, if
run, prints a message, but is of
no practical use to an API client.
@@ -173,6 +173,7 @@ git rebase upstream/master
module=pluginator # The pluginator executable
module=kustomize # The kustomize executable
module=api # The API
module=pseudo/k8s # The clone of the k8s API
```
### review tags to help determine new tag