Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#19)
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] committed Jun 1, 2023
1 parent 0f27b95 commit 28d6989
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.4.0](https://github.com/garden-io/dev-cluster/compare/v0.3.1...v0.4.0) (2023-06-01)


### Features

* Add tracking and update cdk for security fixes ([#18](https://github.com/garden-io/dev-cluster/issues/18)) ([f25b2c8](https://github.com/garden-io/dev-cluster/commit/f25b2c8eedfab7a74ffadd3339216f31d874e988))

## [0.3.1](https://github.com/garden-io/dev-cluster/compare/v0.3.0...v0.3.1) (2023-04-28)


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.3.1/garden-dev-cluster.template.yaml)
- [View template](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.3.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.4.0/garden-dev-cluster.template.yaml)
- [View template](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.4.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.3.1",
"version": "0.4.0",
"description": "Garden development cluster CDK and CFN quickstart, batteries included.",
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 28d6989

Please sign in to comment.