Skip to content

Releases: cloudposse/docs

v1.19.0

26 Feb 01:18
c0a87a9
Compare
Choose a tag to compare
chore: Link for ArgoCD Bot User @milldr (#729)

what

  • Corrected link for ArgoCD bot user

why

  • This paragraph's intention is to direct to an FAQ for using the bot user to create ArgoCD repos rather than manually creating the repos (optional)

references

♻️ chore: Quickstart Improvements @cloudpossebot (#727)

[!IMPORTANT]
Do not merge this PR manually. It will be handled automatically by the cloudposse/refarch-scaffold repository.
Instead, please review the changes and merge cloudposse/refarch-scaffold#734

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#734

v1.18.0

18 Feb 19:54
a4c4729
Compare
Choose a tag to compare
Announce Quickstart Sponsorship @osterman (#728)

what

  • Change the announcement CTA to promote quickstart sponsorship
  • Disable formatOnSave for .mdx files as it messes up the formatting of lists
  • Fix formatting of lists

why

  • Make it more obvious that the configurations are only available via GitHub Sponsors

highlights

CleanShot 2025-02-18 at 09 41 51

v1.17.0

15 Feb 16:44
9f07e32
Compare
Choose a tag to compare
chore: Replaced All Atlassian Links @milldr (#726)

what

  • Replaced or deleted every atlassian link

why

  • We dont use confluence anymore. Each out dated reference needs to be updated or delete

references

  • Email, customer was redirected to atlassian

v1.16.0

13 Feb 17:01
138b750
Compare
Choose a tag to compare
Fix: Edit Link @milldr (#725)

what

  • Fix the default link for editing files

why

  • The link for any page to edit should work!

references

  • n/a
♻️ fix: corrections to gitops apply and add tofu @cloudpossebot (#724)

[!IMPORTANT]
Do not merge this PR manually. It will be handled automatically by the cloudposse/refarch-scaffold repository.
Instead, please review the changes and merge cloudposse/refarch-scaffold#729

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#729

v1.15.0

10 Jan 21:45
49e5695
Compare
Choose a tag to compare
DEV-2617: Improved AtmosWorkflows @milldr (#703)

what

  • Handle recursive AtmosWorkflow calls
  • Handle "echo" titles
  • Better format shell scripts inside workflows

why

  • Improved user experience. No commands are hidden behind workflows

references

  • DEV-2617
  • DEV-2494

examples

Workflow with nothing special

  1. Each workflow step is a separate docs "Step"
  2. Add the workflow description

Example: https://pr-703.cloudposse-docs.ue2.dev.plat.cloudposse.org/layers/eks/deploy-clusters/#-deploy-platform-dev-cluster-resources

CleanShot 2025-01-10 at 10 50 34@2x

Workflow with command grouping

  1. Using the echo command step to designate the group start
  2. Put all steps in the group into 1 code block

Example: https://pr-703.cloudposse-docs.ue2.dev.plat.cloudposse.org/layers/network/dns-setup/#-deploy-dns-components

CleanShot 2025-01-10 at 10 51 05@2x

Workflow with vendoring

  1. Combine all vendor steps into 1 code block

Example: https://pr-703.cloudposse-docs.ue2.dev.plat.cloudposse.org/layers/eks/deploy-clusters/#-vendor-components

CleanShot 2025-01-10 at 11 21 25@2x

fix: renovate config link is broken @Gowiem (#721)

what

  • Cloud Posse needs a new link for the renovate config file that they shared in this doc.

why

  • Link is broken -- It goes no where.

references

CleanShot 2024-12-22 at 14 31 36@2x

Arc 2024-12-22 14 30 00

Arc 2024-12-22 14 29 51

Fix admonition regarding component migration @osterman (#720)

what

  • Clarify that the GitHub repository has moved, not the documentation

why

  • Previously we made it look like the documentation has migrated

v1.14.0

04 Dec 21:05
04ddb88
Compare
Choose a tag to compare
DEV-2741: Cold Start Improvements and EKS FAQs @milldr (#717)

what

  • Added 2 FAQs for EKS
  • QoL improvements to cold start

why

  • I encountered both of these issues when deploying EKS and the cold start recently

references

v1.13.0

27 Nov 19:38
03200a5
Compare
Choose a tag to compare
Components migration docs @goruha (#716)

what

  • Components migration docs

why

  • Document or Script Process for Customers so they can update component.yaml

references

v1.12.0

21 Nov 15:02
03ba0d4
Compare
Choose a tag to compare
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 and docs/components/library/aws/tgw/README.md
  • Fix links referenced to renamed components
  1. /components/library/aws/aws-sso -> /components/library/aws/identity-center
  2. /components/library/aws/eks/karpenter/ -> /components/library/aws/eks/karpenter-controller/
  3. components/library/aws/datadog-configuration -> components/library/aws/datadog-credentials
  4. /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

v1.11.0

25 Oct 14:06
90055fd
Compare
Choose a tag to compare
Fix build website action @goruha (#714)

what

  • Provide GitHub token to render-docs-for-components.sh

why

  • MIgrate components to new cloudposse-terraform-components org
feat: Decide on Default Storage Class for EKS Clusters @milldr (#711)

what

  • Add decision guide for default storage class in EKS clusters

why

  • ADR for EFS vs EBS

references

  • n/a
♻️ Benbentwo/customer generation @cloudpossebot (#712)

[!IMPORTANT]
Do not merge this PR manually. It will be handled automatically by the cloudposse/refarch-scaffold repository.
Instead, please review the changes and merge cloudposse/refarch-scaffold#716

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#716

♻️ WIP - feat: EKS Implementation Upstreams @cloudpossebot (#707)

[!IMPORTANT]
Do not merge this PR manually. It will be handled automatically by the cloudposse/refarch-scaffold repository.
Instead, please review the changes and merge cloudposse/refarch-scaffold#713

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#713

v1.10.0

18 Oct 21:09
353cc94
Compare
Choose a tag to compare
feat: FAQ for `dns-delegated` `gbl` deployment @milldr (#710)

what

  • FAQ for "Why should the dns-delegated component be deployed globally rather than regionally?"

why

  • common question in slack

references

♻️ fix: Makefile Snippet @cloudpossebot (#709)

[!IMPORTANT]
Do not merge this PR manually. It will be handled automatically by the cloudposse/refarch-scaffold repository.
Instead, please review the changes and merge cloudposse/refarch-scaffold#715

What

This pull request was created by the 🚀 Generate Examples workflow in the cloudposse/refarch-scaffold repository. This PR updates this documentation repo with the latest configuration for the Cloud Posse reference architecture.

Why

This documentation repo is used for reference purposes and should have the latest configuration.

References

Internal PR: cloudposse/refarch-scaffold#715