Skip to content

Release v1.1.0

Nick Thomas requested to merge (removed):release-v-1-1-0 into master

In CHANGELOG:

- Fix indexing repos when there is no HEAD !21
- Add a --version flag !25
- Don't allow the binary to create an index !26

Not in CHANGELOG:

- Update how the gitaly hooks are handled in CI !20
- Bump to Go v1.12 !22
- Improvements to the integration tests !23

Additionally, we change the VERSION file so it just contains 1.1.0 instead of v1.1.0. This brings it into line with workhorse, gitaly, etc, and allows more uniform treatment throughout our integrations.

Merge request reports