-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c244550
commit c03f55c
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.0.1" | ||
".": "0.0.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
|
||
## 0.0.2 (2023-07-18) | ||
|
||
## What's Changed | ||
* Update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/3 | ||
* Update .tool-versions by @RothAndrew in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/7 | ||
* Update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/6 | ||
* Fix typo in workflow docker cache by @RothAndrew in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/8 | ||
* Change Renovate config to look at github tags for Build Harness updates by @RothAndrew in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/11 | ||
* Change Renovate to only run once per day on weekdays by @RothAndrew in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/12 | ||
* Update renovate.json5 by @RothAndrew in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/13 | ||
* Update CODEOWNERS by @RothAndrew in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/14 | ||
* Update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/9 | ||
* fix: migrate to a common workflow by @wirewc in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/15 | ||
* chore(deps): update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/18 | ||
* Feature/initial oscal component by @CloudBeard in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/19 | ||
* chore(deps): update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/21 | ||
* Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/20 | ||
* chore(deps): update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/22 | ||
* feat: updated oscal version and release please by @CloudBeard in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/24 | ||
* chore(deps): update all dependencies by @renovate in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/23 | ||
|
||
## New Contributors | ||
* @renovate made their first contribution in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/3 | ||
* @CloudBeard made their first contribution in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/19 | ||
* @dependabot made their first contribution in https://github.com/defenseunicorns/terraform-aws-uds-eks/pull/20 | ||
|
||
**Full Changelog**: https://github.com/defenseunicorns/terraform-aws-uds-eks/compare/v0.0.1...v0.0.2 |