Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove uds references #15

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.2"
}
}
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
## 0.0.2 (2023-07-18)

## What's Changed
* feat: initial oscal-component.yaml by @CloudBeard in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/3
* fix: Use shared workflow by @wirewc in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/4
* Missing json by @wirewc in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/6
* Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/7
* fix: updating oscal version by @CloudBeard in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/8
* feat: initial oscal-component.yaml by @CloudBeard in https://github.com/defenseunicorns/terraform-aws-kms/pull/3
* fix: Use shared workflow by @wirewc in https://github.com/defenseunicorns/terraform-aws-kms/pull/4
* Missing json by @wirewc in https://github.com/defenseunicorns/terraform-aws-kms/pull/6
* Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in https://github.com/defenseunicorns/terraform-aws-kms/pull/7
* fix: updating oscal version by @CloudBeard in https://github.com/defenseunicorns/terraform-aws-kms/pull/8

## New Contributors
* @CloudBeard made their first contribution in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/3
* @dependabot made their first contribution in https://github.com/defenseunicorns/terraform-aws-uds-kms/pull/7
* @CloudBeard made their first contribution in https://github.com/defenseunicorns/terraform-aws-kms/pull/3
* @dependabot made their first contribution in https://github.com/defenseunicorns/terraform-aws-kms/pull/7

**Full Changelog**: https://github.com/defenseunicorns/terraform-aws-uds-kms/compare/v0.0.1...v0.0.2
**Full Changelog**: https://github.com/defenseunicorns/terraform-aws-kms/compare/v0.0.1...v0.0.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ go test -count 1 -v .

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.13.1 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.23.1 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion oscal-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ component-definition:
- uuid: 5da52343-0601-4f49-b47e-a033a56b06d8
title: Terraform AWS UDS KMS Module
rlinks:
- href: https://github.com/defenseunicorns/terraform-aws-uds-kms
- href: https://github.com/defenseunicorns/terraform-aws-kms
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}
}