Skip to content

Releases: goci-io/github-repository

0.6.0

01 Jul 21:25
cd920a8
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🚧 Maintenance

0.5.0

30 Jun 19:53
f4c7d4e
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Fixes

🚧 Maintenance

0.4.1

19 Jun 21:14
97a0b62
Compare
Choose a tag to compare

Changes

0.4.0

07 May 19:50
ddaa29d
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🚧 Maintenance

  • chore: update tf commit module, shorten default readme hint (#57) @etwillbefine

‼️ Breaking changes

  • improvement(breaking): rename actions to use unique naming convention tool/action (#40) @etwillbefine
  • breaking: use sync in variable name for updating config files (#50) @etwillbefine
  • fix: add workspace suffix to atlantis project name (#59) @etwillbefine

0.3.0

26 Apr 20:22
32eb88a
Compare
Choose a tag to compare

Changes

  • ci: update github actions (#34) @goci-bot
  • Moved templates into dedicated subdirectories (node, terraform, ...)
  • Added ssh_key_file_path and repository_name outputs (5d36963, repository_name is set once the repository is created if its not already specified)

Template updates

  • Job Matrix to run multiple terraform jobs in different working directories (f3ed881)
  • We no longer generate badge markdown on the initial README commit (7c1f22e, may be implemented properly later again)
  • Added backlink to this repository on a generated README (35c1089)
  • Node + Coveralls example template now available (ffd790b)
  • Release Drafter Github Action now available (ecb68ff)

Fixes

  • Do not commit initial, additional files when create_repo is set to false as we probably wont be able to push to master (bcb4165)
  • Data arguments to template file may differ in types. Set to any to allow flexible structure (d24cdcf)

🚀 Features

  • Allow to configure issue labels (#38) @etwillbefine
  • Allow to configure "delete head branches after merge" (9ea8270)
  • Added enabled flag to avoid creating resources (6132d40)

💬 Documentation

0.2.0

24 Apr 14:26
5eafaac
Compare
Choose a tag to compare

Updates

  • Allow to configure additional env vars for terraform validate action (b158138)
  • Allow to customise the directory repositories are cloned into (0b6924e)

Fixes

  • Use templatefile to extract github action name to avoid failures due to template syntax (904d078)

0.1.0

24 Apr 11:15
Compare
Choose a tag to compare

Initial Release. Contains:

  • Setting up repository (optional)
  • Configure branch protection with optional required review and status checks
  • Preconfigure github actions, optionally add custom actions via template files
  • Commit initial README, .gitignore template and LICENSE files
  • Automatically created deploy key on repository to commit if none is given
  • Configure webhooks, status checks and repo level config for atlantis