Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
chore(main): release 0.2.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 19, 2023
1 parent 1228e6b commit 1eea3b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/garden-io/dev-cluster/compare/v0.1.1...v0.2.0) (2023-04-19)


### Features

* better structure and more parameters ([#12](https://github.com/garden-io/dev-cluster/issues/12)) ([f2c9d76](https://github.com/garden-io/dev-cluster/commit/f2c9d7696a7b0a583a65cfcbb31ca8ecf7f11ae2))

## [0.1.1](https://github.com/garden-io/dev-cluster/compare/v0.1.1...v0.1.1) (2023-04-12)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## Quick start

<!-- x-release-please-start-version -->
- [Quick install](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?stackName=garden-dev-cluster&templateURL=https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.1.1/garden-dev-cluster.template.yaml)
- [View template](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.1.1/garden-dev-cluster.template.yaml)
- [Quick install](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?stackName=garden-dev-cluster&templateURL=https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.2.0/garden-dev-cluster.template.yaml)
- [View template](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.2.0/garden-dev-cluster.template.yaml)
<!-- x-release-please-end -->

## Inputs
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-dev-cluster",
"version": "0.1.1",
"version": "0.2.0",
"description": "Garden development cluster CDK and CFN quickstart, batteries included.",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 1eea3b1

Please sign in to comment.