Skip to content

Commit

Permalink
Updates for release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 18, 2023
1 parent d24cd8e commit 7847a22
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.0] - 2023-05-18

## [v0.1.0] - 2023-05-03

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

Initial version.

[Unreleased]: https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/vmware-tanzu/build-tooling-for-integrations/compare/v0.2.0...HEAD

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

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

Expand Down
2 changes: 1 addition & 1 deletion package-tooling-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/vmware-tanzu/build-tool
ENV DOCKER_CE_VERSION 5:20.10.14~3-0~debian-bullseye
ENV DOCKER_CE_CLI_VERSION 5:20.10.14~3-0~debian-bullseye
ENV CONTAINERD_VERSION 1.5.11-1
ENV PACKAGE_TOOLS_VERSION v0.1.0
ENV PACKAGE_TOOLS_VERSION v0.2.0

RUN apt-get update && \
apt-get install -y make gnupg lsb-release
Expand Down
2 changes: 1 addition & 1 deletion templates/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COMPONENTS ?=

BUILD_TOOLING_CONTAINER_IMAGE ?= ghcr.io/vmware-tanzu/build-tooling
PACKAGING_CONTAINER_IMAGE ?= ghcr.io/vmware-tanzu/package-tooling
VERSION ?= v0.1.0
VERSION ?= v0.2.0

CLI_PLUGIN_VERSION ?= v0.0.1
IMGPKG_VERSION ?= v0.11.0
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0
v0.2.0

0 comments on commit 7847a22

Please sign in to comment.