Skip to content

Commit

Permalink
Merge pull request #14 from vmware-labs/release-0.2.0
Browse files Browse the repository at this point in the history
Prepare release 0.2.0
  • Loading branch information
mpermar authored Sep 25, 2023
2 parents 71c35c8 + f0bfad4 commit e228523
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING_CLA.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before submitting your pull request, we advise you to use the following:

## Release Process

All stable code is hosted at the main branch. Releases are done on demand through the Release GitHub workflow. In order to release the current HEAD, you will need to trigger this workflow passing the version being released (i.e. v0.1.0).
All stable code is hosted at the main branch. Releases are done on demand through the Release GitHub workflow. In order to release the current HEAD, you will need to trigger this workflow passing the version being released (i.e. v0.2.0).

## Reporting Bugs and Creating Issues

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ INFO[0000] Helm chart annotated successfully

### Converting a Helm chart into a Carvel bundle (EXPERIMENTAL)

From `dt` 0.1.1 we have introduced a new command to create a [Carvel bundle](https://carvel.dev/imgpkg/docs/v0.37.x/resources/#bundle) from any Helm chart.
From `dt` v0.2.0 we have introduced a new command to create a [Carvel bundle](https://carvel.dev/imgpkg/docs/v0.37.x/resources/#bundle) from any Helm chart.


```console
Expand Down
2 changes: 1 addition & 1 deletion cmd/dt/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

// Version is the tool version
var Version = "0.1.0"
var Version = "0.2.0"

// BuildDate is the tool build date
var BuildDate = ""
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "dt"
version: "0.1.0"
version: "0.2.0"
usage: "Distribution Tooling for Helm"
description: "Distribution Tooling for Helm"
command: "$HELM_PLUGIN_DIR/bin/dt"
Expand Down

0 comments on commit e228523

Please sign in to comment.