From 329b1c6ed84c45c7e4bd37b8ae987d98da9c1a3c Mon Sep 17 00:00:00 2001 From: vrenaville Date: Wed, 3 Jul 2024 10:39:30 +0200 Subject: [PATCH] fix: trigger build on all tags --- .github/workflows/ci.yaml | 2 +- CHANGELOG.md | 18 ++++++++++++++ HISTORY.rst | 51 --------------------------------------- 3 files changed, 19 insertions(+), 52 deletions(-) delete mode 100644 HISTORY.rst diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 234c066..fa36b67 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: branches: - '*' tags: - - '*.*.*' + - '*' jobs: build-images: diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d14072..e809d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/HISTORY.rst b/HISTORY.rst deleted file mode 100644 index c78fe4a..0000000 --- a/HISTORY.rst +++ /dev/null @@ -1,51 +0,0 @@ -.. :changelog: - -.. Template: - -.. 0.0.1 (2016-05-09) -.. ++++++++++++++++++ - -.. **Features and Improvements** - -.. **Bugfixes** - -.. **Build** - -.. **Documentation** - -Release History ---------------- - - -latest (unreleased) -+++++++++++++++++++ - -**Features and Improvements** - - -**Bugfixes** - -**Build** -1.5.1 (08-08-2023) -+++++++++++++++++++ - -* fix: add root certificate for new postgresql flexible server - -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