Skip to content

Release#150

Open
f0086 wants to merge 9 commits intomainfrom
next
Open

Release#150
f0086 wants to merge 9 commits intomainfrom
next

Conversation

@f0086
Copy link
Contributor

@f0086 f0086 commented Nov 18, 2025

No description provided.

f0086 and others added 9 commits March 2, 2026 13:36
Signed-off-by: Aaron Fischer <aaron.fischer@g-portal.cloud>
Signed-off-by: Aaron Fischer <aaron.fischer@g-portal.cloud>
…ions

Ticket: TV-1092
Signed-off-by: Aaron Fischer <aaron.fischer@g-portal.cloud>
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.46.0 to 0.47.0.
- [Commits](golang/crypto@v0.46.0...v0.47.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Update Go from 1.25.5 to 1.26.0 and all dependencies to latest versions.
Improve cobra command configuration with flag mutual exclusivity, completion
options, and shell completion functions for enum-typed flags. Remove unused
tools.go file and update all YAML definitions with missing fields.

Key changes:
- Update Go version and all dependencies
- Add flag mutual exclusivity for json/csv output
- Disable default file completions globally
- Implement shell completion for enum-typed flags
- Remove tools.go and clean up unused code
- Update workflow action versions

Ticket: GPCO-8
The node update action was missing the required 'id' parameter in its
definition. This fix adds the id parameter (Node UUID) as a required field
to the node.yaml definition, ensuring the update action can properly
identify which node to update.

Ticket: GPCO-8
…nerator enum handling

Make description and environment optional in project create/update since
they are deprecated in the proto (removal date 2025/03/01 already passed).
Fix generator bug where non-required enum params incorrectly used pointer
semantics for plain proto3 enum fields. Add explicit 'optional' YAML flag
for proto oneof/optional pointer fields.

- Mark project description/environment as deprecated and optional
- Fix generator enum pointer handling in sub_command.go
- Add Optional field to Param struct in definition.go
- Mark image cloud_provider_type as optional (oneof pointer field)

Ticket: GPCO-8
…nt available

The network create command has been disabled because the ListSubnets endpoint
is missing from the gRPC API. This endpoint is required to resolve subnet IDs
provided by users. The command will be re-enabled once the admin.ListSubnets
endpoint becomes available in the gRPC API.

Key changes:
- Replaced full implementation with documentation comments
- Added TODO for re-enabling once ListSubnets is available
- Noted the flag name fix needed (subnet-ids vs subnets)

Ticket: GPCO-8
Correct misleading flag descriptions and defaults in several commands.

- Fix network-arp mac_address description from "IP address" to "MAC address"
- Make node reinstall user_data optional with empty default
- Remove false "(required)" from rescue mode enabled/password descriptions

Ticket: GPCO-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant