File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v0.2.0] - 2023-05-18
9
+
8
10
## [ v0.1.0] - 2023-05-03
9
11
10
12
## [ v0.0.2] - 2023-02-06
@@ -13,7 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
15
14
16
Initial version.
15
17
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
17
21
18
22
[ v0.1.0 ] : https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.0.2...v0.1.0
19
23
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/vmware-tanzu/build-tool
5
5
ENV DOCKER_CE_VERSION 5:20.10.14~3-0~debian-bullseye
6
6
ENV DOCKER_CE_CLI_VERSION 5:20.10.14~3-0~debian-bullseye
7
7
ENV CONTAINERD_VERSION 1.5.11-1
8
- ENV PACKAGE_TOOLS_VERSION v0.1 .0
8
+ ENV PACKAGE_TOOLS_VERSION v0.2 .0
9
9
10
10
RUN apt-get update && \
11
11
apt-get install -y make gnupg lsb-release
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COMPONENTS ?=
16
16
17
17
BUILD_TOOLING_CONTAINER_IMAGE ?= ghcr.io/vmware-tanzu/build-tooling
18
18
PACKAGING_CONTAINER_IMAGE ?= ghcr.io/vmware-tanzu/package-tooling
19
- VERSION ?= v0.1 .0
19
+ VERSION ?= v0.2 .0
20
20
21
21
CLI_PLUGIN_VERSION ?= v0.0.1
22
22
IMGPKG_VERSION ?= v0.11.0
Original file line number Diff line number Diff line change 1
- v0.1 .0
1
+ v0.2 .0
You can’t perform that action at this time.
0 commit comments