Skip to content

Releases: remyz17/odooghost

v0.12.4

26 Feb 11:14
Compare
Choose a tag to compare

v0.12.4 (2025-02-26)

Fix

  • fix(CI): ajust package config (4eb1b0b)

  • fix(CI): include poetry package dist correctly (0d2e6e7)

Unknown

  • Merge branch 'main' of github.com:remyz17/odooghost (a239e02)

v0.12.3

26 Feb 10:53
Compare
Choose a tag to compare

v0.12.3 (2025-02-26)

Fix

  • fix(CI): update node version and use pnpm (a9ac1bd)

v0.12.2

26 Feb 09:55
Compare
Choose a tag to compare

v0.12.2 (2025-02-26)

Fix

  • fix(Dockerfile.j2): use pip with --break-system-packages, following a… (#33) (a3a69a8)

v0.12.1

22 Jan 18:16
Compare
Choose a tag to compare

v0.12.1 (2025-01-22)

Fix

  • fix(stack update): do pull by default (#34) (d0dae32)

v0.12.0

16 Oct 11:50
Compare
Choose a tag to compare

v0.12.0 (2024-10-16)

Feature

  • feat(config): add support for V18.0 (#32) (fb470d6)

v0.11.0

12 Jul 22:18
Compare
Choose a tag to compare

v0.11.0 (2024-07-12)

Chore

  • chore(pyproject.toml): add B608 to bandit skips to exclude additional security check (5b9d2a1)

  • chore: Bump dependencies (98f35b1)

Feature

  • feat(services): Add mailhog service (5bfa424)

Fix

  • fix(pyproject.toml): update ruff dependency version to ^0.0.291 to fix a known issue and improve compatibility with other packages (7aa84c4)

Refactor

  • refactor(filters.py): remove unnecessary else block and raise ValueError directly for invalid value for one_off (2441393)

v0.10.0

23 Jun 08:18
Compare
Choose a tag to compare

v0.10.0 (2024-06-23)

Chore

Feature

v0.9.0

21 Jun 09:50
Compare
Choose a tag to compare

v0.9.0 (2024-06-21)

Chore

Feature

  • feat(web): Allow users to start/stop/restart a stack from the frontend (#24) (b9b56b8)

  • feat: Adds Property to Modify APT Repositories for Archived Linux Distributions (#23) (1de6d3c)

  • feat: Change web base url when restoring database (#22) (7278261)

v0.8.3

07 May 11:40
Compare
Choose a tag to compare

v0.8.3 (2024-05-07)

Fix

  • fix(Dockerfile.j2): update conditional statement to check for Odoo version 12.0 instead of 11.0 to ensure correct package repository configuration. (8a472e7)

v0.8.2

01 May 11:13
Compare
Choose a tag to compare

v0.8.2 (2024-05-01)

Fix

  • fix(cli): looks like ruff want to put a tuple instead of a dict, whis is really weird... (1ed1b0f)