Skip to content

Commit d427587

Browse files
authored
Prepare release v2.3.2 (#149)
Signed-off-by: Reinhard Nägele <[email protected]>
1 parent bc028fd commit d427587

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Run the script specifying the version for the new release.
199199
./tag.sh --tag <release_version>
200200
```
201201

202-
Versions must start with a lower-case `v`, e. g. `v2.3.1`.
202+
Versions must start with a lower-case `v`, e. g. `v2.3.2`.
203203

204204

205205
## Supported versions

examples/docker-for-mac/my_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
readonly IMAGE_TAG=v2.3.1
21+
readonly IMAGE_TAG=v2.3.2
2222
readonly IMAGE_REPOSITORY="quay.io/helmpack/chart-testing"
2323

2424
main() {

examples/gke/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM quay.io/helmpack/chart-testing:v2.3.1
15+
FROM quay.io/helmpack/chart-testing:v2.3.2
1616

1717
ENV PATH /google-cloud-sdk/bin:$PATH
1818
ARG CLOUD_SDK_VERSION=221.0.0

examples/kind/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
lint-charts:
1212
docker:
13-
- image: quay.io/helmpack/chart-testing:v2.3.1
13+
- image: quay.io/helmpack/chart-testing:v2.3.2
1414
steps:
1515
- checkout
1616
- run:

examples/kind/test/e2e-kind.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44
set -o nounset
55
set -o pipefail
66

7-
readonly CT_VERSION=v2.3.1
7+
readonly CT_VERSION=v2.3.2
88
readonly KIND_VERSION=0.2.1
99
readonly CLUSTER_NAME=chart-testing
1010
readonly K8S_VERSION=v1.13.4

0 commit comments

Comments
 (0)