Releases: goci-io/github-repository
Releases · goci-io/github-repository
0.6.0
Changes
- chore: remove whitespace before yaml list (#68) @etwillbefine
- fix: hugo-s3-deploy close if (#67) @etwillbefine
- improvement: allow to set custom runner when accessing s3 (#66) @etwillbefine
🚀 Features
- feat: add plain s3 sync action (#70) @etwillbefine
🐛 Bug Fixes
- fix: correct event triggers for hugo deployments (#69) @etwillbefine
🚧 Maintenance
- chore: update min github version (#71) @etwillbefine
0.5.0
Changes
🚀 Features
- feat: add hugo deploy actions (#65) @etwillbefine
🐛 Fixes
- fix for using no actions (#65) @etwillbefine
🚧 Maintenance
- chore: bump tf-commit version (#64) @etwillbefine
- chore: use "visbility" instead of private (#64) @etwillbefine
0.4.1
Changes
- chore: bump git-commit module (#63) @etwillbefine
- docs: remove github_token var from documentation (#61) @etwillbefine
0.4.0
Changes
- improvement: caching step for ~/.npm (#58) @etwillbefine
- improvement: remove unneeded teams data source (#54) @etwillbefine
- improvement: remove provider config (#51) @etwillbefine
- ci: update github actions (#41, #42, #46) @goci-bot
- fix: checkout must be done within the job (#45) @etwillbefine
- improvement: repo lifecycle, helm lint (#43) @etwillbefine
🚀 Features
- feat: npm s3 deploy workflow (#56) @etwillbefine
- feat: add angular testing workflow (#52) @etwillbefine
- feat: allow to set atlantis project tf version on setup (#49) @etwillbefine
- feat: introduce atlantis_projects to configure tf modules (#47) @etwillbefine
- feat: allow to enable wiki, issues and project (#44) @etwillbefine
- feat: helm lint, improvement: validate on master branches (#39) @etwillbefine
- feat: allow to set automerge config for atlantis (#60) @etwillbefine
🐛 Bug Fixes
- fix: when_modified uses already project working dir (#53) @etwillbefine
- fix: unshallow clone and fetch history (#48) @etwillbefine
- fix: add workspace suffix to atlantis project name (#59) @etwillbefine
🚧 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
Changes
- ci: update github actions (#34) @goci-bot
- Moved templates into dedicated subdirectories (node, terraform, ...)
- Added
ssh_key_file_path
andrepository_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
- docs: about ci credentials (ssh and deploy key) (#36) @etwillbefine
0.2.0
0.1.0
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