Releases: KusionStack/karpor
Releases · KusionStack/karpor
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Release Note
The Karpor team is delighted to announce that Karpor v0.5.0 new version is now available! The content of this version mainly revolves around community user feedback and feature enhancements, including:
- Installation Enhancements
- Helm chart package offers a richer set of variables
- Support for building
arm64
architecture images
- China Installation & Private Deployment Enhancements
- Specify china mirror sources
- The
cert-generator
tool is merged into the karpor image, core deployment only requires one image, no need to use go install to connect to github anymore
- Feature Enhancements
- Support for importing AWS cluster certificates
- Support for importing cluster certificates based on tokens
- Support for login authentication, more secure usage
- In the YAML view page, YAML should ignore k8s automatically injected fields such as managedFields
- Expose
/livez
and/readyz
health check interfaces - Check the current version via
--version
- Display the current version used in the top right corner of the dashboard
- Control the display of the GitHub badge via
--github-badge
- If no clusters are registered, automatically redirect to the cluster registration interface
- Bug Fixes and Governance
NOTE: More information is still being organized
Thanks to all community participants in the iteration process from Karpor v0.4 to v0.5, you have fully shown me the power of the community!
Docker Images
kusionstack/karpor:v0.5.0
Thanks!
v0.4.11
v0.4.10
Changelog
Bug fixes
- 221d1eb: fix: wrong link for create token guide (#604) (@elliotxx)
- 02715eb: fix: fix the path of swagger (#600) (@regend)
Refactors
Tests
- 56d95e6: test: supplementary unit tests for karpor server (#583) (@cheny-alf)
Documents
- bd9375d: docs: remove deadlink in code-contribute (#601) (@elliotxx)
- 3a0e458: docs: add cheny-alf as a contributor for test (#599) (@allcontributors[bot])
Docker Images
kusionstack/karpor:v0.4.10
Thanks!
Welcome new contributor! @cheny-alf 🎉🎉🎉
v0.4.9
v0.4.8
Changelog
Features
- ae82ad8: feat: support aws and other OIDC authentication methods kubeconfig (#521) (#564) (@CirillaQL)
- 874f859: feat: ignore the k8s automatic injection fields such as managedFields (#582) (@regend)
- a49de0a: feat(robustness): add liveness check and readiness check (#536) (@JasonHe-WQ)
Bug fixes
- 48c7531: fix(syncer): wrong address operator on transform Patch func (#586) (@iamryanchia)
- 69cac5a: fix(ci): wrong image build on dev release pipeline (#584) (@elliotxx)
Documents
- 59bbd29: docs: add new contributor iamryanchia, welcome! (#588) (@elliotxx)
- 9c9e6a6: docs: add new contributor JasonHe-WQ, welcome! (#581) (@elliotxx)
- 51cb22f: docs: add new contributer CirillaQL and regend, welcome! (#585) (@elliotxx)
Others
- 2b90ce3: style(syncer): log transform func error (#587) (@iamryanchia)
Docker Images
kusionstack/karpor:v0.4.8
Thanks!
Welcome new contributors! 👏👏👏
@CirillaQL @regend @iamryanchia