Skip to content

Releases: cloud-ark/kubeplus

v3.0.0

08 Apr 19:28
67aa09f
Compare
Choose a tag to compare

Includes several updates to core components. Key updates are listed below:

  • Support for application upgrades
  • Support for complex Helm charts
  • Updates to several kubectl plugins
  • Updates to provider and consumer kubeconfig generation

v2.0.2

01 Aug 23:55
2492028
Compare
Choose a tag to compare
  1. Permission tightening to support multi-instance saas use-case and managed app use-case
  2. Bug fixes

v2.0.1

30 Aug 17:17
b25cc61
Compare
Choose a tag to compare
  • Support for multi-instance multi-tenancy
  • Consumer kubeconfig RBAC updated to include Pod/portforward permission
  • Requiring consumer kubeconfig to be passed for accessing consumer ui
  • Updated base image for mutating-webhook-helper to use Ubuntu 20.02
  • Several documentation updates

Phase1

05 Aug 14:22
a337a99
Compare
Choose a tag to compare

KubePlus has undergone massive changes and improvements since the last release.

This release marks the completion of the first phase of the various SaaS problems and solutions embodied in KubePlus.

Output format enhancements; Error checking

18 Aug 10:15
66a8ae8
Compare
Choose a tag to compare
  • JSON o/p for kubectl connections
  • Error checking in binding functions
  • KubePlus deployment script clean up

Refactoring and feature enhancements

03 Aug 10:49
90308a3
Compare
Choose a tag to compare
  • Binding Functions re-implementation (ImportValue and AddLabel)
  • kubectl connections plugin opened up for all the Kubernetes resources

Milestone1

10 Jun 10:40
381da8b
Compare
Choose a tag to compare

KubePlus tooling has undergone lot of changes since the previous release. Most important ones are identified below:

  • Introduction of KubePlus kubectl plugins
  • Addition of PlatformWorkflow Operator
  • Addition of Mutating Webhook

This release marks the first milestone for KubePlus tooling.

Custom Resource Metrics

02 Apr 19:16
669c2ec
Compare
Choose a tag to compare
Pre-release

This release primarily contains Kubernetes Custom Resource Metrics

Deprecating OperatorCRD

08 Apr 14:44
a1206f7
Compare
Choose a tag to compare
  • Going forward we will depend on Helm to deploy Operators
  • Hence deprecating operator-manager and operator-deployer. They still exist in the code, but we are not using them going forward.
  • Added operator-discovery-helper. This constructs CRD information that is then used by kube-discovery-apiserver.

Travis Integration and Operator Analysis

01 Apr 18:41
e712e17
Compare
Choose a tag to compare
Merge pull request #232 from danielpygo/continuous-integration

Travis Continuous Integration