Skip to content

Releases: bnema/gordon

v0.1.17

20 Nov 10:03
Compare
Choose a tag to compare

Changelog

  • 693cd2b fix: resolve push command corrupted image import and unify command structure
  • 22a000d fix: wrong variable name in goreleaser
  • b2949e4 refactor: use version infos via ldflags and simplify version checking logic

v0.1.16

18 Nov 13:40
Compare
Choose a tag to compare

Also fix a major breaking bug regarding containers IDs

Changelog

  • 67afead refactor: improve code quality and fix linting issues

v0.1.15

18 Nov 04:31
Compare
Choose a tag to compare

This release focuses on improving the reliability and user experience of image pushing and container deployments through the CLI client, with major improvements to file transfer and authentication.

Changelog

  • 0c008a8 feat: Implement chunked file transfer for push and deploy commands
  • fd1f365 refactor: Improve container image transfer and device auth flow
  • a06306c refactor: rework pre-upload conflict detection and optimize deployment process

v0.1.14

05 Nov 14:14
Compare
Choose a tag to compare

Adds interactive survey for handling existing containers during deployment:

  • Container stop and remove operations via API
  • Automatic retry after container removal
  • Improved container name tracking and error handling
  • Enhanced deployment workflow with conflict resolution

Changelog

  • b5fdca8 Backend: Enhance container deployment workflow with existing container handling
  • 9f59bf2 Fix vhs demos not being updated
  • 806356c Resolve gif merging conflict
  • 26223e3 fix: container name display and deployment retry after removal in survey prompt

v0.1.13

16 Oct 09:07
Compare
Choose a tag to compare

Changelog

  • 2966ef2 Refine CLI and server interactions, improve error handling
  • f83daa0 Remove package-lock.json and update bun packages
  • bb241a7 improve naming conventions for better readability
  • f6c0a0b refactor: Replace build-dev.sh and buildpush-dev.sh with unified Makefile
  • 76d306e refactor: restructure package and enhance payload handling

v0.1.12

27 Sep 12:18
Compare
Choose a tag to compare

Changelog

  • 045b500 Backend: Improve deployment process and error handling
  • 65f28f2 Fix deployment errors not being returned properly
  • 6f8e085 Refactor: Update version handling and build process for improved consistency
  • 71a4995 Update demos and readme

0.1.8

18 Sep 08:24
Compare
Choose a tag to compare

I've added a version check command and refactored the update command.

Changelog

  • cc09a5a Enhance CLI functionality and improve update process
  • f6c3de2 Update README & gif demo
  • 745953a Update gif demos

0.1.7

17 Sep 09:26
Compare
Choose a tag to compare

Changelog

  • 3cc9340 Add create container URL to push response
  • 2fa9aef Add more translation to locstrings.yml
  • 153212d Refactor CLI endpoints and improve container creation
  • e9b201c Refactor: Enhance container management and UI components

0.1.6

12 Sep 09:50
Compare
Choose a tag to compare

Changelog

  • 11bec3a CLI Client: Refactor HTTP request handling with retry logic and improve token refresh mechanism
  • e40c941 Update vhs demo and README.md

0.1.5

03 Sep 13:03
Compare
Choose a tag to compare

Changelog

  • 5637d74 CLI & Backend: Implement OAuth device flow for CLI authentication
  • b849f6c Merge branch 'dev'