Skip to content

Releases: osl-incubator/sugar

1.17.0

03 May 15:59
Compare
Choose a tag to compare

1.17.0 (2025-05-03)

Bug Fixes

  • docs: Update README.md according to schema.json (#143) (1ec5a60)
  • Fix the get_terminal_size() (#164) (dc9353b)

Features

  • Add help flag support to CLI in any OS path (#136) (9ec2a34)
  • Add initial support for 'podman-compose' in sugar (#167) (0e4ee08)
  • Add Initial support for 'swarm' backend in schema ,cli and core extensions (#149) (0631be0)
  • Add support for multiple .env files (#175) (076480e)
  • Add support for positional only (#157) (97c04de)
  • Change services/default property from string to array(list) format (#181) (5b96464)
  • cli: enhance Typer app with subcommand help fallback upon empty command args (#176) (13271c2)

1.16.1

17 Oct 03:57
Compare
Choose a tag to compare

1.16.1 (2024-10-17)

Bug Fixes

  • Fix specification of required attributes in schema.json (#132) (059de08)

1.16.0

17 Oct 03:45
Compare
Choose a tag to compare

1.16.0 (2024-10-17)

Features

  • Check if the .sugar.yaml file is valid according to the schema file (#131) (c5913c8)

1.15.0

16 Oct 19:53
Compare
Choose a tag to compare

1.15.0 (2024-10-16)

Features

1.14.2

15 Oct 02:34
Compare
Choose a tag to compare

1.14.2 (2024-10-15)

Bug Fixes

  • Refactor and fix sugar classes and CLI (#128) (5ee9adf)
  • Refactor the interface for the plugins/extensions, move the main commands to the compose group (#127) (0e0e7fe)
  • Remove breakpoints, fix small issues and add unittests (#129) (62ff5c2)

1.14.1

27 Sep 21:22
Compare
Choose a tag to compare

1.14.1 (2024-09-27)

Bug Fixes

  • fix the jinja2 template in the config file (#125) (142b2b7)

1.14.0

24 Jul 03:49
Compare
Choose a tag to compare

1.14.0 (2024-07-24)

Features

  • help: Create a group for plugins in the help menu (#123) (b8980cc)

1.13.0

16 May 19:15
Compare
Choose a tag to compare

1.13.0 (2024-05-16)

Features

  • experimental: Add new docker compose commands: attach, cp, ls, scale, wait, watch (#122) (4a28eee)

1.12.0

10 May 18:53
Compare
Choose a tag to compare

1.12.0 (2024-05-10)

Bug Fixes

  • Improve the usage of flags for the CLI (#121) (c070bde)

Features

1.11.4

07 May 02:28
Compare
Choose a tag to compare

1.11.4 (2024-05-07)

Bug Fixes