All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.3 - 2022-11-09
- Added binaries for Mac arm64 architecture
- Unified binary filenames
- Fix error handling in cleanup task
0.2.2 - 2022-05-27
- Decreased default parallelism from 64 to 32
- Repository detection for names with dot in
cleanup
0.2.1 - 2021-08-18
- Option for own slack prefix/emoji in notifications via
REPOW_SLACK_PREFIX
- Option for retries when downloading the repo.yaml file
REPOW_GITLAB_DOWNLOAD_RETRIES
/GITLAB_DOWNLOAD_RETRIES
0.2.0 - 2021-06-20
- Also support
REPOW_GITLAB_SECRET_TOKEN
env variable additional toGITLAB_SECRET_TOKEN
- Quite option for validate command
- Support for
gitlab.forking_access_level
- Optional contacts are allowed with the option
-c
in validate/apply and viaREPOW_OPTIONAL_CONTACTS
env variable in serve - Integrated slack for serve command, to get notifications on invalid manifest files.
- Install CA-certs (for webhook requests)
0.1.0 - 2021-06-06
- Improved parallelism by limiting go-routines (thanks to @flecno)
- Added Tests for matching
- Added CHANGELOG.md
- Configurable parallelism by flag
- Unified duration log
- Adjusted default server port
0.0.2 - 2021-06-03
- Cleanup docs
- Changed behaviour when files in git parent root
0.0.1 - 2021-06-03
- First public release