Skip to content

Commit

Permalink
v3.2.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed Sep 26, 2019
2 parents 8106295 + 032b385 commit f69d526
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 120 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ English | [简体中文](zh/README.md)

## Release notes

* 3.2.1 - Patch release of kustomize in its own module. No change in function
from v3.2.0.

* [3.2.0](v3.2.0.md) - TODO(jingfang)

* [3.1.1](v3.1.0.md) - TODO(jingfang)

* [3.1](v3.1.0.md) - Late July 2019. Extended patches and improved resource matching.

* [3.0](v3.0.0.md) - Late June 2019. Plugin developer release.
Expand Down
13 changes: 13 additions & 0 deletions docs/v3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# kustomize 3.2.1

This is a patch release, with no new features from 3.2.0.

It reflects a change in dependence.

The kustomize binary is now built as a client, with no special
consideration, of the set of public packages represented by the Go
module at [https://github.com/kubernetes-sigs/kustomize].

kustomize the binary is now a client of the kustomize API
represented by the public package surface presented by
`https://github.com/kubernetes-sigs/kustomize/v{whatever}`
3 changes: 0 additions & 3 deletions kustomize/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ require (
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
gopkg.in/inf.v0 v0.9.1 // indirect
sigs.k8s.io/kustomize/v3 v3.2.0
sigs.k8s.io/yaml v1.1.0
)

replace sigs.k8s.io/kustomize/v3 v3.2.0 => ../../kustomize
Loading

0 comments on commit f69d526

Please sign in to comment.