Skip to content

Releases: cloudposse/docs

v0.59.0

18 Feb 23:24
472d8d2
Compare
Choose a tag to compare
feat: adds Concepts documentation @Gowiem (#521)

what

  • feat: adds Root Module glossary term
  • feat: adds weights to introduction articles
  • feat: adds initial cut at concepts document

v0.58.0

16 Feb 04:40
1a4b012
Compare
Choose a tag to compare
feat: adds Core Principles document @Gowiem (#520)

what

  • Adds core-principles doc
  • Adds glossary entries for WikiOps + YAML
feat: adds topic order + introduction doc @Gowiem (#519)

what

  • Orders the top level sections in the sidebar / home page
  • Adds the first cut at the introduction document

v0.57.0

12 Feb 02:12
2486c72
Compare
Choose a tag to compare
adding draft-release github actions workflow from cloudposse/geodesic @dylanbannon (#518)

what

  • Copied draft-release github action workflow from cloudposse/geodesic.

why

  • Gives us a jumpstart on writing release notes for future releases.

references

🚀 Enhancements

using cloudposse-specific repo to install hugo and htmltest @dylanbannon (#517)

what

  • The cloudposse/docs Docker image will now install hugo and htmltest from a CloudPosse-controlled repo ultimately being fed by cloudposse/packages.

why

  • This integrates cloudposse/docs with cloudposse/packages and removes any version maintenance burden on hugo and htmltest for the cloudposse/docs maintainers.

references

0.56.4: Repairing gha release workflow (#516)

09 Feb 22:50
77fec1f
Compare
Choose a tag to compare
* fixing permissions issue on versioned site build

* fixing permissions issue on versioned site build

* removing unused variable declaration

* fixing syntax for github actions

* fixing typo

* fixing typo

* fixing permissions issue on versioned site build

* removing unused variable declaration

* fixing syntax for github actions

* fixing typo

* fixing typo

* pulling in env definitions from master

* setting default for TAGS variable so that we don't accidentally delete all of S3 later on

* trying to specify all necessary variables

* ensuring compatibility of envs and makefile targets in gha workflow

* passing algolia envs into docker container during algolia upload

* passing in last algolia env via Makefile

* adding necessary env var for algolia

* adding back in release conditionals

* pointing algolia to the right index file

* adding default value for SEMVERSION_TAG to avoid unintentional S3 file deletion

* removing conditions for testing, adding CF_API_DOMAIN key to debug cloudflare step

* fixing testing conditions

* upgrading cloudflare-cli npm package to debug cloudflare errors

* downgrading cloudflare-cli and correcting CF_API_DOMAIN

* upgrading minor version of cloudflare-cli, but not major version

* broadening our exclusion criteria to preclude scraping anything on github.com

* debugging invalidate-cache Makefile target

* using debug if conditions

* using debug if conditions

* adding dockerhub login step

* removing dockerhub login

* downgrading to original version of cloudflare-cli

* debugging cloudflare command in invalidate-cache make target

* cleaning up functioning invalidate-cache make target

* removing debug conditions

* debug build to test new version of cloudflare-cli

* removing debug conditions on github actions steps

* simplifying Makefile syntax

* Update Makefile

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>

* Update Makefile

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>

* Update Makefile

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>

* debug run

* removing debug changes to github actions; ready for review

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>

0.56.4-rc3

06 Feb 01:34
Compare
Choose a tag to compare
fixing typo

0.56.4-rc2

06 Feb 01:24
Compare
Choose a tag to compare
fixing typo

0.56.4-rc1

06 Feb 01:10
Compare
Choose a tag to compare
fixing syntax for github actions

0.56.3

06 Feb 00:38
aeac644
Compare
Choose a tag to compare
adding versioned build for releases (#515)

0.56.2: renaming variable used in S3 push of Hugo site (#514)

05 Feb 23:38
6d84242
Compare
Choose a tag to compare
* renaming variable used in S3 push of Hugo site

* Update .github/workflows/hugo.yaml

* Update .github/workflows/hugo.yaml

Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <erik@cloudposse.com>

0.56.1

05 Feb 23:10
d4b0b6d
Compare
Choose a tag to compare
adding in secret env vars and scoping existing env vars more specific…