This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul Ollivier
committed
Dec 20, 2021
1 parent
a86523a
commit 387dc1b
Showing
3 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
exclude: | ||
- CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [unreleased] | ||
## [0.2.0] - 2021-12-20 | ||
|
||
### Bug Fixes | ||
|
||
- Invalid matching of branches names w/ numbers | ||
- Missing `exec` in step config | ||
- Add host docker socket as volume | ||
- Use correct docker arg for unnamed volumes | ||
- An invalid .fakeci.yml crashes the watcher | ||
- Invalid matching of branches names w/ numbers | ||
- Missing `exec` in step config | ||
- Add host docker socket as volume | ||
- Use correct docker arg for unnamed volumes | ||
- An invalid .fakeci.yml crashes the watcher | ||
|
||
### Documentation | ||
|
||
- Add first draft of runner admin guide | ||
- Document all public items | ||
- Reflect secrets in README | ||
- Add first draft of runner admin guide | ||
- Document all public items | ||
- Reflect secrets in README | ||
- Add a CHANGELOG, managed by [git-cliff] | ||
|
||
### Features | ||
|
||
- Add repo name & uri to ExecutionResult.ExecutionContext | ||
- Implement secrets | ||
- A job must request specific secrets | ||
- Add repo name & uri to ExecutionResult.ExecutionContext | ||
- Implement secrets | ||
- A job must request specific secrets | ||
|
||
### Refactor | ||
|
||
- Extract Watcher config to main.rs | ||
- Rename docs to book | ||
- Extract Watcher config to main.rs | ||
- Rename docs to book | ||
|
||
### Build | ||
|
||
- Add dockerfile that can be used to run the watcher | ||
- Added enforcing of conventional commit spec | ||
- Enforce conventional commits via git-hooks | ||
- Added enforcing of conventional commit spec | ||
- Add docker build to .fake-ci.yml | ||
- Added docker-compose draft | ||
- Add cliff.toml for changelog generation | ||
- Add dockerfile that can be used to run the watcher | ||
- Added enforcing of conventional commit spec | ||
- Enforce conventional commits via git-hooks | ||
- Added enforcing of conventional commit spec | ||
- Add docker build to .fake-ci.yml | ||
- Added docker-compose draft | ||
- Add cliff.toml for changelog generation | ||
|
||
<!-- generated by git-cliff --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters