Releases: bitswan-space/bitswan-workspaces
Releases · bitswan-space/bitswan-workspaces
0.3.1
BitSwan GitOps CLI (0.3.1)
For more information, please see the documentation.
Changelog
Other work
- 8e172bc: add editor url to workspace in AOC BE (@lukasvecerka23)
- 0860da8: fix casting of workspaceid (@lukasvecerka23)
- c028ee6: parse and set mqtt port for gitops in workspace (@lukasvecerka23)
- 09eb51e: support for uuid of workspace id (@lukasvecerka23)
0.3
BitSwan GitOps CLI (0.3)
For more information, please see the documentation.
Changelog
New Features
- d5e7563: feat: Add AOC env vars into docker-compose file (@Norbatko)
- 8121a46: feat: Add AOC env vars to init command (@Norbatko)
- 7883fb8: feat: Add AOC env vars to update command (@Norbatko)
- 5b887b7: feat: Add Caddy init command (@Norbatko)
- 791e2dd: feat: Add caddy init command in root (@Norbatko)
- de5cfc9: feat: Add check for correct request (@Norbatko)
- ffb23f4: feat: Add error when bad request (@Norbatko)
- 9d0faa1: feat: Add mqqt Env vars to metadata file (@Norbatko)
- 3054c69: feat: Add mqtt env vars to docker compose file (@Norbatko)
- 35a6f6d: feat: Add mqtt env vars to docker compose file (@Norbatko)
- d2fe88f: feat: Add new Caddy command root (@Norbatko)
- eafb58e: feat: Add new way of polling a token (@Norbatko)
- 5cc819f: feat: Add open command (@Norbatko)
- 256db70: feat: Add open command (@Norbatko)
- 10e00b6: feat: Add open for windows, linux and MacOS (@Norbatko)
- 7a87733: feat: Add payload and bearer to http request (@Norbatko)
- 159ce25: feat: Add register of workspace (@Norbatko)
- 79b1113: feat: Add registration command (@Norbatko)
- 3f6a915: feat: Add workspace ID to metadata file (@Norbatko)
- c7459c2: feat: Get automation server token (@Norbatko)
- 9f7d0f8: feat: Get code of init caddy from init command and calling only function for initCaddy (@Norbatko)
- 8aae918: feat: Moved struct for usage outside of register command (@Norbatko)
- f560075: feat: Rename structs (@Norbatko)
- 96ab37a: feat: Save automation server ID to yaml (@Norbatko)
- 03cee2c: fix: Remove unusued parameter in sendRequest + feat: Add checks, informational prints (@Norbatko)
Bug fixes
- abdeb46: fix: AOCUrl instead of localhost (@Norbatko)
- 28d0e93: fix: Add default value to aoc-api, rename flags (@Norbatko)
- 1670c1f: fix: Compare with nil instead of empty string (@Norbatko)
- a33ffb3: fix: Compare with nil instead of empty string (@Norbatko)
- 94919b6: fix: ENV variable rename like in docker-compose file (@Norbatko)
- 687cf5a: fix: If there is noIde, dont call DELETE on editor (@Norbatko)
- 253e2a4: fix: Remove duplicit http request (@Norbatko)
- 3f8558f: fix: Remove http from request -> AOCUrl will have it (@Norbatko)
- 6e2afd8: fix: Remove indexing => use switch for safer approach (@Norbatko)
- db58434: fix: Remove name of workspace from editor in finding docker compose file (@Norbatko)
- 1d21803: fix: Remove port and not using localhost (@Norbatko)
- 60123c4: fix: Remove port from URL (@Norbatko)
- 546e7e5: fix: Remove port from URL (@Norbatko)
- 6a8b56a: fix: Rename AocBeUrl => AOCUrl (@Norbatko)
- 50050a7: fix: Rename container to gitops (@Norbatko)
- 295a92d: fix: Rename fields (@Norbatko)
- f8edf00: fix: Show status and not code (@Norbatko)
- c408603: fix: WorkspaceId in metadata file can be omitted (@Norbatko)
Other work
0.2.14
BitSwan GitOps CLI (0.2.14)
For more information, please see the documentation.
Changelog
New Features
- 73632fa: feat: Add automations command (@Norbatko)
- a915539: feat: Add automations command (@Norbatko)
- 0df2db1: feat: Add list automations command that can be also used in remove command (@Norbatko)
- c4ebb15: feat: Add logs commnand (@Norbatko)
- 758ec4c: feat: Add nicer emojis + short text, when its too long to list (@Norbatko)
- f6be8b5: feat: Add number of lines flag (@Norbatko)
- e3f6892: feat: Add remove command (@Norbatko)
- 531cacb: feat: Add remove command (@Norbatko)
- 82d2e9b: feat: Add remove command => ask for confirmation + delete docker container (@Norbatko)
- cbc3ea8: feat: Add restart command (@Norbatko)
- 5cc1cfe: feat: Add restart command (@Norbatko)
- 50d0063: feat: Add select active workspace command (@Norbatko)
- 27a3127: feat: Add some info prints (@Norbatko)
- 7f57f26: feat: Add start command (@Norbatko)
- 16d1cd6: feat: Add stop command (@Norbatko)
- 757e68b: feat: Check status of deletion of automations (@Norbatko)
- 64ee967: feat: Create 1 getMetadata function for reusability (@Norbatko)
- 1492698: feat: Create 1 request function for reusability (@Norbatko)
- 1d0c0c9: feat: Deduplicate code + rename variable (@Norbatko)
- 112ba29: feat: Handle situation when there are no automations (@Norbatko)
- e6129ae: feat: Move list of automations to separate file for reusability (@Norbatko)
- c7ed7a4: feat: Remove caddy records of gitops (@Norbatko)
- de6fbb8: feat: get list of automations, remove from /etc/hosts/, delete gitops folder, delete container and image (@Norbatko)
Bug fixes
- aa7a912: fix: Change print text (@Norbatko)
- 62c35d3: fix: Change print text from stop to start (@Norbatko)
- 124eb14: fix: Change running dot base on state, add new icons (@Norbatko)
- 16cf426: fix: Change the path to the caddyAPI (@Norbatko)
- 87347cb: fix: Check returned error from validationg existing folder (@Norbatko)
- adfcf8b: fix: Correct URL for fetching automations (@Norbatko)
- a51f8c0: fix: Doesnt override whole config file (@Norbatko)
- 9ee5a86: fix: Fix error on print (@Norbatko)
- cb6762f: fix: Fix working dir for deleting gitops folder (@Norbatko)
- e169e68: fix: Give docker compose -p for deleting container (@Norbatko)
- effd7b6: fix: Remove -f from rmi images, rename gitops to workspace (@Norbatko)
- ed53638: fix: Return error and prints it + error doesnt start with capital letter (@Norbatko)
Dependency updates
- d308be4: feat(deps): bump github.com/daixiang0/gci from 0.13.5 to 0.13.6 (@dependabot[bot])
0.2.13
BitSwan GitOps CLI (0.2.13)
For more information, please see the documentation.
Changelog
New Features
- d86fe45: feat: Add id to caddy resources => works (@Norbatko)
- 4fcf25d: feat: Add id to the routes (@Norbatko)
Bug fixes
- ccb579d: fix: Remove unused code that causes test fail (@Norbatko)
- 2a87f02: fix: Update the docker container (@Norbatko)
Other work
- e10c03c: Migrate to using subcommands and calling the workspace commands workspace (@timthelion)
- a784ec3: Update README.md (@timthelion)
- 2c335fb: Update README.md (@timthelion)
0.2.12
BitSwan GitOps CLI (0.2.12)
For more information, please see the documentation.
Changelog
Other work
- d736fda: goreleaser (@timthelion)
0.2.11
BitSwan GitOps CLI (0.2.11)
For more information, please see the documentation.
Changelog
Other work
- c0363ef: goreleaser (@timthelion)
0.2.10
BitSwan GitOps CLI (0.2.10)
For more information, please see the documentation.
Changelog
Other work
- d40f0ab: goreleaser (@timthelion)
0.2.9
BitSwan GitOps CLI (0.2.9)
For more information, please see the documentation.
Changelog
Other work
- 8caf26f: goreleaser (@timthelion)
0.2.6
BitSwan GitOps CLI (0.2.6)
For more information, please see the documentation.
Changelog
Other work
- f3996ac: Update .goreleaser.yml (@timthelion)
Full Changelog: 0.2.5...0.2.6
0.2.5
BitSwan GitOps CLI (0.2.5)
For more information, please see the documentation.
Changelog
Other work
- 1afa2b5: Update .goreleaser.yml (@timthelion)
Full Changelog: 0.2.4...0.2.5