Skip to content

Releases: KusionStack/karpor

v0.2.2

06 Jun 12:38
68d3eda
Compare
Choose a tag to compare

Changelog

Features

  • 2fe0246: feat(ui): support resource insight and cluster insight (#45) (@panshuai-ps)

Bug fixes

  • 68d3eda: fix: the file of type png does not exist (#48) (@panshuai-ps)
  • 9620473: fix: npm install error (#46) (@panshuai-ps)
  • 42825d5: fix: capitalization errors of App.tsx (#47) (@panshuai-ps)

Docker Images

  • kusionstack/karbour:v0.2.2

Thanks!

v0.2.1

16 May 02:45
3e75427
Compare
Choose a tag to compare

Changelog

Features

  • 3e75427: feat: add rest storage of SyncClusterResources and TransformRule (#42) (@panshuai-ps)

Docker Images

  • kusionstack/karbour:v0.2.1

Thanks!

v0.2.0

15 May 04:37
8962ebf
Compare
Choose a tag to compare

Changelog

Features

  • 8962ebf: feat: support the all-in-one of karbour(server) and dashboard(ui) usage (#39) (@elliotxx)

Docker Images

  • kusionstack/karbour:v0.2.0

Thanks!

v0.1.5

15 May 03:24
820835a
Compare
Choose a tag to compare

Changelog

Features

  • 820835a: feat: run without kube-apiserver (#38) (@panshuai-ps)

Docker Images

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

Thanks!

v0.1.4

12 May 07:15
abc6aad
Compare
Choose a tag to compare

Changelog

Features

  • abc6aad: feat: search data from search storage layer (#32) (@panshuai-ps)

Docker Images

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

Thanks!

v0.1.3

09 May 08:40
84b384b
Compare
Choose a tag to compare

Changelog

Features

  • 3d3d251: feat: add storage layer (#18) (@panshuai-ps)

Chores

CI

Docker Images

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

Thanks!

v0.1.2

24 Apr 10:32
e5105ba
Compare
Choose a tag to compare

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!

v0.1.1

20 Apr 06:44
7168f4b
Compare
Choose a tag to compare

Changelog

Features

  • 7168f4b: feat: add resources related to sync (#13) (@panshuai-ps)

Docker Images

  • kusionstack/karbour:v0.1.1
  • kusionstack/karbour:v0.1.1-arm64

Thanks!

v0.1.0

11 Apr 10:41
9c2f4e2
Compare
Choose a tag to compare

Changelog

Features

  • 9837268: feat: init karbour framework (@panshuai-ps)
  • b5116e4: feat: add search api group (#11) (@panshuai-ps)
  • b0ab9d8: feat: add cluster api (@panshuai-ps)

Bug fixes

  • 107e0a1: fix: change update cluster strategy (#2) (@panshuai-ps)

Documents

Chores

CI

Docker Images

  • kusionstack/karbour:v0.1.0
  • kusionstack/karbour:v0.1.0-arm64

Thanks!