Skip to content

Releases: ScienceLogic/stackconfig

v1.0.2

06 Nov 20:35
Compare
Choose a tag to compare

What's Changed

  • Update requirements.txt to stop breaking dep installations with latest pip version by @favipcj in #3
  • Update build.yml to use the latest ubuntu latest as ubunut 18 is deprecated + skip semantic release for now by @favipcj in #4

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Jul 17:33
Compare
Choose a tag to compare

1.0.1 (2022-07-22)

Bug Fixes

  • update req to support older docker-compose versions (c0f0daf)

v1.0.0

20 Jul 15:53
Compare
Choose a tag to compare

1.0.0 (2022-07-20)

Bug Fixes

  • change exception for a warning as the stack validation can fail because docker is not installed (8080462)
  • mock unit test jic docker is not installed (4a0384a)
  • update readme file (e28622b)

Features

  • add workflow for testing and release (65b6959)