Skip to content

Releases: caretech-owl/hive-cli

v0.5.0

17 Dec 15:39
Compare
Choose a tag to compare

New feature:

  • add repo list to frontend(fce9eaf) (by Alexander Neumann)
  • add list_files to styling(29dc25e) (by Alexander Neumann)
  • reset repo or crate branch from local changes(4d88d5e) (by Alexander Neumann)
  • allow to create recipes and compose files from GUI(cd6d955) (by Alexander Neumann)
  • dont save computed/temp fields in recipe/compose(95085fa) (by Alexander Neumann)
  • add release script(89af903) (by Alexander Neumann)
  • introduce HIVE_INPUT(c80c233) (by Alexander Neumann)

Bugs fixed:

  • try/catch errors when checking container states(c3a5d35) (by Alexander Neumann)
  • consume whole array with [@] in shell script(8a5f48f) (by Alexander Neumann)
  • update package version(7ebdcb8) (by Alexander Neumann)

Full Changelog: v0.4.3...v0.5.0

v0.4.3

12 Dec 14:27
Compare
Choose a tag to compare

New feature:

  • use HIVE_PORT in prod(a258b12) (by Alexander Neumann)
  • add podman/fedora specific args to setup.sh; rename HIVE_CLI_PORT to HIVE_PORT(2b33dd3) (by Alexander Neumann)
  • make HIVE_CLI_PORT configurable; default will be 12121(8879883) (by Alexander Neumann)

Bugs fixed:

  • parse port to int(2ab6292) (by Alexander Neumann)
  • add security-opt to docker run(f17b117) (by Alexander Neumann)
  • use DOCKER_SOCKET in docker run(92ee93c) (by Alexander Neumann)
  • update endpoints when recipe changed(7e3346b) (by Alexander Neumann)
  • escape ret code(2fe3f7d) (by Alexander Neumann)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

11 Dec 15:48
Compare
Choose a tag to compare

New feature:

  • make auth location for docker configurable(7032bf2) (by Alexander Neumann)

Bugs fixed:

  • check path of composer files relative to recipe(dfec2e3) (by Alexander Neumann)

Full Changelog: v0.4.1...v0.4.2

v0.4.1

11 Dec 14:03
Compare
Choose a tag to compare

New feature:

  • make recipe and composer files editable(992a3b3) (by Alexander Neumann)
  • convert hive_id to str since hardware adresses in docker are not unique(bb449ac) (by Alexander Neumann)

Bugs fixed:

  • hive_id default was no factory(8ac2c9e) (by Alexander Neumann)
  • escape ret_code in setup.sh(ba4711b) (by Alexander Neumann)

Full Changelog: v0.4.0...v0.4.1

v0.4.0

11 Dec 11:17
Compare
Choose a tag to compare

New feature:

  • use return code to determine whether to restart hive-cli(6d5ffe9) (by Alexander Neumann)
  • return code 3 when restart is required(1abd867) (by Alexander Neumann)
  • check for cli update when repo update requested(71987e7) (by Alexander Neumann)
  • move HIVE_HOST away from config(c4a8332) (by Alexander Neumann)
  • use observer for docker state change in frontend; linting(dc263dc) (by Alexander Neumann)
  • add linting(e80849a) (by Alexander Neumann)

Bugs fixed:

  • dont override env when recipe os none(7da6d35) (by Alexander Neumann)
  • assume update when local image is not found remotely(384fdd1) (by Alexander Neumann)
  • log formatting(ed9dd49) (by Alexander Neumann)

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Dec 17:45
Compare
Choose a tag to compare

New feature:

  • link docker host config into container(9b4ca18) (by Alexander Neumann)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

10 Dec 11:59
Compare
Choose a tag to compare

New feature:

  • check for updates(ee23e79) (by Alexander Neumann)
  • frontend: move styling and pass app in INIT(ea76d30) (by Alexander Neumann)
  • docker: add update routine(bfd6dcd) (by Alexander Neumann)
  • add setup.sh(dbdd5dc) (by Alexander Neumann)

Bugs fixed:

  • frontend: show button for correct update state(d55cda4) (by Alexander Neumann)

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Dec 18:13
Compare
Choose a tag to compare

New feature:

  • docker: add command and entrypoint to recipe(d223bfc) (by Alexander Neumann)
  • set favicon and page title(6750098) (by Alexander Neumann)
  • add docker compose log(d9ee959) (by Alexander Neumann)

Bugs fixed:

  • frontend: capture config for user endpoints(b22c398) (by Alexander Neumann)

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Dec 13:30
Compare
Choose a tag to compare

v0.2.0 (2024-12-05)

New feature:

  • add devcareop svg(a78e46e) (by Alexander Neumann)
  • split state visualization from label(e19df17) (by Alexander Neumann)
  • set version string from package info(41d133d) (by Alexander Neumann)
  • improve styling(ce24364) (by Alexander Neumann)
  • improve reaction time(23a4804) (by Alexander Neumann)
  • add icon to ep definition(ab725b6) (by Alexander Neumann)

Bugs fixed:

  • dev server does not work in script mode(4bfb542) (by Alexander Neumann)

Full Changelog: v0.1.4...v0.2.0

v0.1.4

04 Dec 13:44
Compare
Choose a tag to compare

Bugfixes

  • Change docker-compose -> docker compose since docker-compose has been deprecated and is not available under Linux

Full Changelog: v0.1.3...v0.1.4