v1.12.0
cloudpossebot
released this
21 Nov 15:02
·
1 commit
to refs/heads/master
since this release
Update terraform/opentofu design decision @osterman (#715)
what
- Update design decision on using OpenTofu vs BSL Terraform.
- Add design-decision tag to all decisions
- Add admonition concerning design decisions to quickstart and jumpstart packages
why
- Provide the context surrounding the BSL license change so everyone is informed
- Ensure there's less confusion around what's offered in the jumpstart and quickstart packages
New org components @goruha (#713)
what
- Generate components docs from
cloudposse-terraform-components
org - Update
PyGithub
pip package - Added
docs/components/library/aws/spacelift/README.md
anddocs/components/library/aws/tgw/README.md
- Fix links referenced to renamed components
/components/library/aws/aws-sso
->/components/library/aws/identity-center
/components/library/aws/eks/karpenter/
->/components/library/aws/eks/karpenter-controller/
components/library/aws/datadog-configuration
->components/library/aws/datadog-credentials
/components/library/aws/argocd-repo/
->/components/library/aws/argocd-github-repo/
- Added redirect rule for renamed components
- Refactor
docs-collator
for components - Added docs grouping (ex.:
glue
,spacelift
,tgw
) - Added components preserve provider in name on docs site (ex.:
aws-config
)
why
- Migrate components to new organization
- Version
2
support rate-limiting so script would not fail because hitting the rate - This is the only place where it makes sense to put that docs because spacelift and tgw components now in new repos
- Avoid build failing because of broken links
- Preserve links indexed by search engine working
- Improve code quality
- As we have each component in a separate repo, we need a way how to group them at the docs site
- Some components need to preserve
aws-
in the interest of readability