Skip to content

Commit 7847a22

Browse files
committed
Updates for release v0.2.0
1 parent d24cd8e commit 7847a22

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55

66
## [Unreleased]
77

8+
## [v0.2.0] - 2023-05-18
9+
810
## [v0.1.0] - 2023-05-03
911

1012
## [v0.0.2] - 2023-02-06
@@ -13,7 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1315

1416
Initial version.
1517

16-
[Unreleased]: https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.1.0...HEAD
18+
[Unreleased]: https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.2.0...HEAD
19+
20+
[v0.2.0]: https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.1.0...v0.2.0
1721

1822
[v0.1.0]: https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.0.2...v0.1.0
1923

package-tooling-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/vmware-tanzu/build-tool
55
ENV DOCKER_CE_VERSION 5:20.10.14~3-0~debian-bullseye
66
ENV DOCKER_CE_CLI_VERSION 5:20.10.14~3-0~debian-bullseye
77
ENV CONTAINERD_VERSION 1.5.11-1
8-
ENV PACKAGE_TOOLS_VERSION v0.1.0
8+
ENV PACKAGE_TOOLS_VERSION v0.2.0
99

1010
RUN apt-get update && \
1111
apt-get install -y make gnupg lsb-release

templates/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COMPONENTS ?=
1616

1717
BUILD_TOOLING_CONTAINER_IMAGE ?= ghcr.io/vmware-tanzu/build-tooling
1818
PACKAGING_CONTAINER_IMAGE ?= ghcr.io/vmware-tanzu/package-tooling
19-
VERSION ?= v0.1.0
19+
VERSION ?= v0.2.0
2020

2121
CLI_PLUGIN_VERSION ?= v0.0.1
2222
IMGPKG_VERSION ?= v0.11.0

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0
1+
v0.2.0

0 commit comments

Comments
 (0)