Skip to content

Promote gpco49 to main#192

Closed
f0086 wants to merge 13 commits into
nextfrom
promote-gpco49-to-main
Closed

Promote gpco49 to main#192
f0086 wants to merge 13 commits into
nextfrom
promote-gpco49-to-main

Conversation

@f0086

@f0086 f0086 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

No description provided.

f0086 and others added 13 commits May 6, 2026 11:41
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
Update all dependencies to their latest versions including:
- buf.build/gen/go/gportal/gpcore packages
- charmbracelet/log to v1.0.0
- go-pretty/v6 to v6.7.10
- zalando/go-keyring to v0.2.8
- golang.org/x/crypto to v0.50.0
- google.golang.org/grpc to v1.80.0

Also bump Go version from 1.26.0 to 1.26.2 in go.mod and update
GitHub Actions workflows to use the new Go version.

Ticket: GPCO-8
…mment

Improve enum value completion by filtering suggestions based on user input
and sorting results alphabetically. This provides better UX when completing
enum values. Also clarified the comment explaining why Cobra's default
completion subcommand is disabled in favor of a custom implementation.

Ticket: GPCO-8
Align main with next: this grpc bump is the only content difference between
the two branches. After this lands, main and next are content-identical,
resolving the cross-branch divergence noise in PRs.
# Conflicts:
#	cmd/node/change_rescue_mode.go
#	cmd/project/_network_create.go
#	go.mod
#	go.sum
#	pkg/generator/definition.go
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown
1 Error
🚫 The commit subject "Merge remote-tracking branch 'origin/next' into promote-gpco49-to-main" does not match our guidelines. Example "chore(api): Upgraded dependencies", allowed types are fix, feat, chore, refactor, test, docs, style, perf

Generated by 🚫 Danger

@f0086 f0086 closed this Jun 9, 2026
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