Skip to content

Releases: kubernetes-sigs/gwctl

v0.2.0

28 Nov 16:04
17bf0b8

Choose a tag to compare

v0.2.0

What's Changed:

New Features and Enhancements

  • Improved gwctl get output for HTTPRoute and policies, e.g., now showing ACCEPTED and RESOLVED status. (#56 by @kflynn and #82 by @snorwin)
  • Support for policies with multiple targetRefs, enabling more flexible configuration. (#51 by @snorwin)
  • Updated to Gateway API v1.4.0, bringing the latest API compatibility. (#76 by @snorwin)
  • Homebrew installation support for easier setup on macOS and Linux. (#79 by @snorwin)
  • Added Dependabot configuration for Go dependencies to ensure timely dependency updates. (#15 by @FelipeYepez)

Bug Fixes

  • Added nil-check for httpRouteNodeMetadata to prevent runtime errors. (#60 by @tkozakas)

Full Changelog: v0.1.0...v0.2.0

Installation:

Download the binaries for your OS and architecture from the release assets, or install/upgrade gwctl using Homebrew:

brew install gwctl
# or
brew upgrade gwctl

Huge thanks to all the new contributors:

v0.1.0

01 Nov 17:18
ac3c31b

Choose a tag to compare

v0.1.0

We're thrilled to announce the very first release of gwctl, your new CLI for Kubernetes Gateway API!

It's still early days, so there might be a few rough edges. Please report any issues you find!

Features:

  • Manage Gateway API resources: Use commands like get, apply, and delete to manage Gateway API resources with ease.
  • Explore policies: Use get policies to list and understand how policies impact your resources.
  • Get detailed insights: Dive deep into resource configurations and relationships using describe.
  • Analyze for potential issues: Identify problems before they happen with analyze.
  • Visualize connections: Generate graphs to understand how your resources connect using get -o graph.

Refer to the README for detailed examples of each command.

Installation:

Download the binaries for your OS and architecture from the attached files.

Huge thanks to all the contributors: