Skip to content

Commit e228523

Browse files
authored
Merge pull request #14 from vmware-labs/release-0.2.0
Prepare release 0.2.0
2 parents 71c35c8 + f0bfad4 commit e228523

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING_CLA.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Before submitting your pull request, we advise you to use the following:
100100

101101
## Release Process
102102

103-
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).
103+
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).
104104

105105
## Reporting Bugs and Creating Issues
106106

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ INFO[0000] Helm chart annotated successfully
416416

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

419-
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.
419+
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.
420420

421421

422422
```console

cmd/dt/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// Version is the tool version
12-
var Version = "0.1.0"
12+
var Version = "0.2.0"
1313

1414
// BuildDate is the tool build date
1515
var BuildDate = ""

plugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dt"
2-
version: "0.1.0"
2+
version: "0.2.0"
33
usage: "Distribution Tooling for Helm"
44
description: "Distribution Tooling for Helm"
55
command: "$HELM_PLUGIN_DIR/bin/dt"

0 commit comments

Comments
 (0)