Releases: cloudposse/docs
Releases · cloudposse/docs
v0.59.0
v0.58.0
v0.57.0
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 installhugo
andhtmltest
from a CloudPosse-controlled repo ultimately being fed bycloudposse/packages
.
why
- This integrates
cloudposse/docs
withcloudposse/packages
and removes any version maintenance burden onhugo
andhtmltest
for thecloudposse/docs
maintainers.
references
0.56.4: Repairing gha release workflow (#516)
* 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
fixing typo
0.56.4-rc2
fixing typo
0.56.4-rc1
fixing syntax for github actions
0.56.3
adding versioned build for releases (#515)
0.56.2: renaming variable used in S3 push of Hugo site (#514)
* 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>