Skip to content

Releases: cloudposse/docs

v0.87.0

29 Feb 03:14
70562f9

Choose a tag to compare

  • Update Reference -> Best Practices -> Terraform Best Practices to reflect current Cloud Posse recommendations and style guide
  • Add Reference -> Terraform in Depth section to cover more advanced topics

v0.86.0

02 Feb 15:06
af73ab1

Choose a tag to compare

Add light/dark mode images @osterman (#603)

what

  • Add light/dark mode images for "Terraform Open Source" modules

why

  • For developers using darkmode
Fix some broken links @Nuru (#602)

what

  • Fix broken links in pages under content/docs/fundamentals/

why

  • Some sections of the site have moved, but the links were not updated appropriately
Update info on Apple Silicon support, fix file layout comments @Nuru (#601)

what

  • Update info on Apple Silicon support
  • Update file layout and fix file layout comments

why

  • Info was outdated and incorrect
  • Layout was outdated, comments were in an unattached blob underneath the layout, and incomprehensible.
bugfix: image-zoom incorrect selector @Benbentwo (#600)

what

  • Fixes selector to apply to all images in markdown divs, this applies to all sites

why

  • Allows image zoom on all images

v0.85.0

01 Dec 17:54
ca64ddb

Choose a tag to compare

feature: image zoom @Benbentwo (#599)

what

  • Provides the ability to click on and view an enlarged photo

why

  • Our docs contain quite a few images, it would be great to be able to view these with more clarity. this plugin should help with that.

references

v0.84.0

20 Nov 18:51
1429cc4

Choose a tag to compare

Update custom.css @Benbentwo (#598)

what

  • Bugfix code blocks with tabs

why

  • Code blocks look bad inside tabs

references

Introduction to Toolset Slides @milldr (#596)

what

  • Adding Introduction to Toolset slides, with integration

CleanShot 2023-09-07 at 17 26 21

why

  • We want to embed slides in refarch, but the Slides() function needs to be defined here with the website src

references

v0.83.0

31 Aug 20:39
6351542

Choose a tag to compare

Fixed changelog issues @zdmytriv (#595)

what

  • un-collapsed <details> block for individual changelog pages
  • removed colons from Commiters: and Pull Requests:
  • capitalized H2 headers
  • added link to github's CHANGELOG.md and to release

why

  • Few visual improvements for changelog pages

note

Components under theme/MDXComponents were swizzled.

npm run swizzle @docusaurus/theme-classic MDXComponents -- --eject

and Details component has been updated to support opened <details> block for changelog

Added Changelog page for components @zdmytriv (#594)

what

Added Changelog page for components

why

  • Added Changelog page for components

references

Merged Fundamentals @milldr (#593)

what

  • Merged fundamentals from refarch

why

  • Combine core fundamentals into a single category

references

Added CHANGELOG per component @zdmytriv (#592)

what

  • Rendering CHANGELOG.md at the very bottom of the component page

why

  • Changelog will be added to the very bottom of the component page

references

Added changelog rendering for components @zdmytriv (#591)

what

  • Added changelog rendering for components

why

  • Added changelog rendering for components

references

v0.82.0

19 Jul 14:59
23d5683

Choose a tag to compare

Fixed relative links to example and tests @zdmytriv (#589)

what

  • Fixed relative links to example and tests

why

  • Replacing relative links in READMEs with fully qualified URLs to corresponding GitHub files and folders

references

AWS components tree initially should not be collapsed in left sidebar @zdmytriv (#590)

what

  • AWS components tree initially should not be collapsed in left sidebar

why

  • UX improvements

references

Fixed folders rendering for eks and tgw @zdmytriv (#588)

what

  • Fixed folders rendering for eks and tgw

why

  • Fixed folders rendering for eks and tgw so these folders will get their own link
Screenshot 2023-07-05 at 19 53 59

references

Update terraform testing docs and chatops @max-lobur (#578)

what

why

  • Preparing for the new shared workflows rollout
Added 'Sign Your Commits with SSH' page to best practices @zdmytriv (#587)

what

  • Added 'Sign Your Commits with SSH' page to best practices

why

  • Added 'Sign Your Commits with SSH' page to best practices

references

`.editorconfig` Typo @milldr (#586)

what

fixed intent typo

why

should be spelled "indent"

references

https://cloudposse.slack.com/archives/C01EY65H1PA/p1685638634845009

Update branches in CI @max-lobur (#585)

what

  • Update after branch renames

why

  • Fixing CI
chore: add rego support for spacelift policies @dudymas (#583)

what

  • enable rego for prism

why

  • code blocks for spacelift policies will be in rego
Renamed 'catalog' to 'library' @zdmytriv (#582)

what

  • Renamed 'catalog' to 'library'

why

  • We use library for components and catalog for configurations.

references

v0.81.3

13 Apr 14:51
bc4d5d6

Choose a tag to compare

🚀 Enhancements

Move CSS for Hero Container to Theme @osterman (#581)

what

  • Fixed rendering of hero container

why

  • Was not working b/c the classes in the prod build differ from dev

v0.81.2

12 Apr 22:38
baef6d5

Choose a tag to compare

Update branding colors @osterman (#580)

what

  • Use colors
  • Update SVG logos for dark and block
  • Use SVG where possible

why

  • More aligned with our current branding on cloudposse.com
Added support for mermaid diagrams @zdmytriv (#579)

what

  • Added mermaid theme and dependencies
  • Upgraded docusaurus from 2.3.1 -> 2.4.0

why

  • Added mermaid diagrams support
  • Upgraded docusaurus

```mermaid
sequenceDiagram
    Alice ->> Bob: Hello Bob, how are you?
    Bob-->>John: How about you John?
    Bob--x Alice: I am good thanks!
    Bob-x John: I am good thanks!
    Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.

    Bob-->Alice: Checking with John...
    Alice->John: Yes... John, how are you?

it will get rendered into
image

references

v0.81.1

11 Apr 17:21
7fd1f3e

Choose a tag to compare

Added "Slack Archives" to "Community" dropdown + Building Blocks page @zdmytriv (#577)

what

  • Added Slack Archives to Community dropdown
  • Added Building Blocks page
  • Added Building Blocks to main page

why

  • UX improvements

references

v0.81.0

24 Mar 21:13
5fb64bb

Choose a tag to compare

Algolia to redirect to external site when search results from external site @zdmytriv (#576)

what

  • Algolia to redirect to an external site when search results from an external site

why

  • Atm search dialog shows results from external sites correctly but when clicking on them it doesn't redirect to that site but instead tries to show the page locally using the relative path and as a results we get 404

references