Skip to content

Releases: kubebb/core

v0.1.6

01 Nov 08:21
fe6f6db
Compare
Choose a tag to compare

core-v0.1.6

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.6

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

With #342 We can now automatically build and release low-code components.
With #353 We refactored the code that interfaces to helm so that other projects can also reuse the helm wrapper.
With #337 We have cli basic framework
With #348 We can cache component images and values.yaml information
With #366 We use workpool to reduce operator memory usage

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.6! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏

v0.1.5

12 Sep 10:59
2ad4cde
Compare
Choose a tag to compare

core-v0.1.5

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.5

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

  1. Enable full OCI repository support #168
  2. Enable AI evaluator to Rating with the help of kubeagi/arcadia #285

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.5! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏

v0.1.4

23 Aug 11:00
f3b6a6f
Compare
Choose a tag to compare

core-v0.1.4

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.4

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

  1. Enable Rating in kubebb
  2. Support rollback in ComponentPlan
  3. Support cronjob-like Schedule in ComponentPlan
  4. Support OCI repository
  5. Able to check conflicts in Portal

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.4! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏

v0.1.3

07 Aug 11:03
0a02256
Compare
Choose a tag to compare

core-v0.1.3

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.3

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

  1. Add a CRD Portal for router info in building base
  2. Use user identity in componentplan to make sure it has right permissions when deploy that component
  3. Enable basic auth in repository add/update
  4. Enable rating pipleines
  5. Auto sync kubebb crds/pipelines upon new release
  6. Enable webhooks in core

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.3! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏

v0.1.2

24 Jul 01:57
c3219a4
Compare
Choose a tag to compare

core-v0.1.2

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.2

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

TODO

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.2! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏

v0.1.1

16 Jul 15:24
f67b843
Compare
Choose a tag to compare

core-v0.1.1

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.1

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

  1. Integrate CRDs Menu,Components from t7d.io
  2. Use native helm library instead of helm binary which helps
  • able to upgrade componentplan within a componentplan (titny changes in same component version)
  • minimize the gaps between local helm cache(generated by helm binary) with components' resouces(generated by helm library)
  • utilize helm library to sync helm index.yaml ( @zqq454224016 good job! This is your 1st PR in KubeBB which means a lot!)
  1. Enhance versioned fileter in repository on operation Ignore

Also we have other features and bug fixes shown in Changelog.

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.1! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏

v0.1.0

29 Jun 02:28
1305260
Compare
Choose a tag to compare

core-v0.1.0

Welcome to this new release!

Images built for this release:

core: kubebb/core:v0.1.0

Breaking Changes:

None

Feature summary 🚀 🚀 🚀

  1. Component lifecycle management which has been implementaed with four CRDs
  • CRD Repository which hosts the components
  • CRD Component which stores the versioned info of that component(charts) in that repository
  • CRD Subscription enables the k8s user to subscribe on component changes and react depends on the subscription strategy
  • CRD ComponentPlan helps plan(deploy/schedule) a deployment of that component with customized configurations over
    • pre-defined values(helm values)
    • image override globally which means this override not only works in helm values
  1. A Watcher to watch on all repositories periodically CRUD components upon repo changes

Changelog

New Features

Bug Fixes

Others

Thanks to our Contributors!

Thank you to everyone who contributed to v0.1.0! ❤️

And thank you very much to everyone else not listed here who contributed in other ways like filing issues, giving feedback, testing fixes, helping users in slack, etc. 🙏