Skip to content

Releases: G-PORTAL/gpcore-cli

v24.6.1

06 May 09:41

Choose a tag to compare

24.6.1 (2026-05-06)

Bug Fixes

  • build: disable darwin builds for now (a7dc0ba)
  • cli: fix parameter descriptions and defaults across commands (628a130)
  • cli: improve enum completion filtering and update cobra setup comment (25366dd)
  • network: disable network create command until ListSubnets endpoint available (06872d5)
  • node: add id parameter to node update action (bacc423)
  • project: deprecate description and environment fields and fix generator enum handling (80f2c7e)

v24.6.0

17 Nov 10:01

Choose a tag to compare

24.6.0 (2025-11-17)

Bug Fixes

  • admin: Add all admin commands to the build result (cdded11)
  • command: add node id to change-billing-period (0d8c362)

Features

  • auth: add option to change auth realm (cbb1463)
  • auth: impersonate users (eb611e1)
  • impersonate: proper handling of the session (1652e5b)

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)