Skip to content

Commit

Permalink
Merge pull request #16 from camptocamp/fixbuildtags
Browse files Browse the repository at this point in the history
fix: trigger build on all tags
  • Loading branch information
vrenaville authored Jul 3, 2024
2 parents 5910457 + 329b1c6 commit aaf6a47
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 52 deletions.
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.

0 comments on commit aaf6a47

Please sign in to comment.