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.1.0 (#5)
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 12, 2023
1 parent 50df0b1 commit 722953d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## 0.1.0 (2023-04-12)


### Features

* make cluster region and account agnostic and use context variables ([#2](https://github.com/garden-io/dev-cluster/issues/2)) ([9871de1](https://github.com/garden-io/dev-cluster/commit/9871de140c3f7038795f3a881d36f75a58e1b54a))


### Miscellaneous Chores

* automated release pipeline ([#4](https://github.com/garden-io/dev-cluster/issues/4)) ([2671454](https://github.com/garden-io/dev-cluster/commit/2671454818021b478ba46fb9eab2247ceaaa8ca1))
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=superwerker&templateURL=https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.0.0/garden-dev-cluster.template.yaml)
- [View template](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.0.0/garden-dev-cluster.template.yaml)
- [Quick install](https://console.aws.amazon.com/cloudformation/home#/stacks/quickcreate?stackName=superwerker&templateURL=https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.1.0/garden-dev-cluster.template.yaml)
- [View template](https://garden-cfn-public-releases.s3.amazonaws.com/dev-cluster/0.1.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.0.0",
"version": "0.1.0",
"description": "Garden development cluster CDK and CFN quickstart, batteries included.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 722953d

Please sign in to comment.