Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: trigger build on all tags #16

Merged
merged 1 commit into from
Jul 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- '*'
tags:
- '*.*.*'
- '*'

jobs:
build-images:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,21 @@
### Miscellaneous Chores

* release 1.5.1 ([193651b](https://github.com/camptocamp/docker-odyssey/commit/193651b11c492139c1f4003fb405ab90f82e9243))
1.5.0 (08-08-2023)
+++++++++++++++++++

* fix: Add Certificate end date storing, for external tests
* feat: switch from debian bulleye -> debian bookworm
* fix: remove deb file in /tmp
* feat: include sample odyssey config file

1.4.0 (23-03-2023)
+++++++++++++++++++

* feat: add prometheus logs

1.3.0 (30-01-2023)
+++++++++++++++++++

* Deploy: Odyssey 1.3 + User odyssey
* New github workflow
51 changes: 0 additions & 51 deletions HISTORY.rst

This file was deleted.

Loading