Skip to content

Releases: G-PORTAL/gpcore-cli

v24.5.1

06 Aug 11:05

Choose a tag to compare

24.5.1 (2025-08-06)

Bug Fixes

  • tests: Fixed tests after go upgrade (6b61b97)

v24.5.0

04 Aug 09:47

Choose a tag to compare

24.5.0 (2025-08-04)

Features

  • admin: Added reporting RPC to CLI (517bf51)

v24.4.2

25 Jun 07:01

Choose a tag to compare

24.4.2 (2025-06-25)

Bug Fixes

  • grpc: replace dial options with call options (eb6d5ed)

v24.4.1

24 Jun 10:45

Choose a tag to compare

24.4.1 (2025-06-24)

Bug Fixes

  • grpc: Decrease to int32 as maximum since we are also creating 32bit builds (2591ac6)
  • grpc: Decrease to int32 as maximum since we are also creating 32bit builds (e3dd7bf)

v24.4.0

24 Jun 10:36

Choose a tag to compare

24.4.0 (2025-06-24)

Bug Fixes

  • add add fields to json response even empty ones (99c5cae)
  • add missing parameter to rpc call (d142607)
  • allow starting agent with parameters (6022d84)

Features

  • Add non-zero exit code to the client side once the RPC call fails (0db139f)
  • added server search option (cb55d8e)
  • grpc: increase message size for receiving and sending messages (0342218)

v24.3.0

15 May 08:52

Choose a tag to compare

24.3.0 (2025-05-15)

Features

  • json: Replace JSON encoding with protobuf implementation (fd52c67)

v24.2.0

14 Apr 10:36

Choose a tag to compare

24.2.0 (2025-04-14)

Features

  • server: add import server parameters (984a86e)

v24.1.0

21 Jun 09:10

Choose a tag to compare

24.1.0 (2024-06-21)

Bug Fixes

  • api: remove server_pool_id from server replace action (fdab9a2)

Features

  • actions: add FQDN to node list (a4cf22e)
  • actions: add list node pool actions (2c53421)
  • actions: add replace server and destroy node actions (295ff89)
  • generator: add support for inline enums (21ec0e5)

v24.0.0

06 May 10:53

Choose a tag to compare

24.0.0 (2024-05-06)

Bug Fixes

  • ci: Fetch tags on build (2778a9e)
  • cli: Fix keyring implementation (38b7cc4)
  • cli: remove duplicate default value in description (5903dae)
  • cli: Show correct version information on build (1d64f25)
  • deps: update gomod minor dependencies (58b391a)
  • deps: update gomod minor dependencies (4526637)
  • deps: update gomod minor dependencies (773e46a)
  • deps: update gomod minor dependencies (85a126b)
  • deps: update gomod minor dependencies (2574c92)
  • deps: update gomod minor dependencies (5cb46ed)
  • deps: update gomod minor dependencies (2a2db7c)
  • deps: update gomod minor dependencies (78d5ca8)
  • deps: update gomod minor dependencies (07d4712)
  • deps: update gomod minor dependencies (3281199)
  • deps: update module buf.build/gen/go/gportal/gpcore/protocolbuffers/go to v1.33.0-20240214122508-3176bbe00a4d.1 (07616ac)
  • TE-696: replace gpcloud dependencies with gpcore one (2a21f72)
  • TE-717: Linting + fixes (5b5f431)
  • TE-825: project use command use the correct project (50ea09f)
  • TE-827: no admin users does not use the password from keyring anymore (1a0e6d1)
  • ui: make --help work as expected and fix the EOL error (f01b6ae)

Features

  • ci: Added semantic release job (d981307)
  • ci: Upload dev artifacts (24bbe75)
  • cli: add missing endpoints and optimize the code generation (8e132de)
  • cli: add shell completion command (3f7baa4)
  • cli: implement pagination support (2ac6094)
  • cli: make log level configurable through the commandline (7987101)
  • cli: make the cli tool more ergonomic and pleasant to use (1c91567)
  • cli: support simple and complex array type inputs (29d38ac)
  • code-generator: use pagination for all endpoints now (17fa84e)
  • deps: Enable dependabot (9870177)
  • TE-717: add dave/jennifer dependency for code generation (e6ffc02)
  • TE-717: Added renovate.json config (a312542)
  • ui: add ASCII header with status information to help output (8de70d1)
  • ui: hide admin categories and sub-commands for users (3d930ff)

BREAKING CHANGES

  • cli: Moves private key from Keyring to Config (too large) but keeps private key password in Keyring

v1.1.0

11 Apr 15:27

Choose a tag to compare

1.1.0 (2024-04-11)

Features

  • cli: implement pagination support (2ac6094)