Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 10:32
· 397 commits to main since this release
e5105ba

Highlights of Karbour v0.1.2

The main feature of the current version is the addition of a Karbour Dashboard component, which includes code, CICD, build targets, etc. The Karbour Dashboard provides a user-friendly frontend interface that makes it easy for users to search for and gain insights into Kubernetes resources.

Usage

$ docker pull kusionstack/karbour-dashboard:v0.1.2
$ docker run -p 9871:9871 -d kusionstack/karbour-dashboard:v0.1.2

You can visit to http://127.0.0.1:9871, enjoy!

Changelog

Features

  • d809699: feat: support setting cross-domain options (#15) (@panshuai-ps)
  • e5105ba: feat: support build and release of karbour dashboard (#19) (@elliotxx)
  • 48fd455: feat: add uniresource type (#17) (@panshuai-ps)
  • 8bc8220: feat: add karbour dashboard (#14) (@panshuai-ps)

Chores

CI

Docker Images

  • kusionstack/karbour:v0.1.2
  • kusionstack/karbour:v0.1.2-arm64
  • kusionstack/karbour-dashboard:v0.1.2

Thanks!