Skip to content

Releases: kubeslice/kubeslice-controller

v1.1.0-release

28 Jul 06:35
77c69c4
Compare
Choose a tag to compare

Slice VPN Key rotation

The slice VPN Gateway is an essential component of the slice network service, allowing the slice to connect to secure VPN networks. By default, any new slice created using the KubeSlice Manager or the YAML file will have a duration of 30 days to renew the SliceGateway certificates. You can customize the rotation interval when creating a slice by setting the rotationInterval parameter in the slice configuration YAML file. This interval range is 30 to 90 days.

Additionally, if you need to update the rotation interval at any time, you can modify the rotationInterval parameter in the slice configuration file. This flexibility allows you to align the certificate renewal process with your specific security requirements. Moreover, if you want to initiate the certificate renewal process immediately, you can use the renewBefore option. This option allows you to trigger the certificate renewal process before the expiration of the rotation interval. By specifying an appropriate value for renewBefore parameter in the YAML file, you can ensure that the certificate renewal process starts promptly, helping to maintain the security and compliance of your system.

The VPN cipher can be configured during slice creation using the cipher parameter in the slice configuration YAML file. The cipher value can be set to AES_128_CBC. The default value is AES_256_CBC. This configuration is immutable during the lifetime of a slice

What's Changed

Full Changelog: v0.10.0...v1.1.0-release

v1.0.0

01 Jun 02:08
3fcd5f3
Compare
Choose a tag to compare

KubeSlice Metrics

KubeSlice now records custom metrics that helps in monitoring the slice, and other KubeSlice components. These Prometheus metrics can be configured as alerts using the alert manager.
For more information, see KubeSlice metrics and Prometheus alert rules.

Full Changelog: v0.10.0...v1.0.0

v0.10.0

11 May 09:44
9be729b
Compare
Choose a tag to compare

What's Changed

  • Support for worker cluster registration status
  • Support for automatic uninstallation of worker operator from worker clusters

Full Changelog: v0.9.0...v0.10.0

v0.8.6

10 Apr 08:59
43759b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.7.0-release

14 Apr 13:48
293f103
Compare
Choose a tag to compare

What's New

These release notes describe the new changes and enhancements in this version.

Controller Events

KubeSlice creates controller events and stores them in the kubeslice-controller and kubeslice-project namespaces.

Slice and Cluster Health

You can now monitor slice and cluster health

Removal of the Cert Manager Dependency

The cert-manager is no longer required to install the KubeSlice Controller on the controller cluster. With this version, the KubeSlice Controller supports upward compatibility. This means that the cert-manager installed does not have any impact on the KubeSlice Controller. However, the cert-manager is still required for the version 0.6.0 and older versions of the KubeSlice Controller to work.

Controller Events

KubeSlice creates controller events and stores them in the kubeslice-controller and kubeslice-project namespaces.

Slice and Cluster Health

You can now monitor slice and cluster health

Removal of the Cert Manager Dependency

The cert-manager is no longer required to install the KubeSlice Controller on the controller cluster. With this version, the KubeSlice Controller supports upward compatibility. This means that the cert-manager installed does not have any impact on the KubeSlice Controller. However, the cert-manager is still required for the version 0.6.0 and older versions of the KubeSlice Controller to work.

Edit Node IP

The user can edit node ip through cluster spec.

v0.8.1

10 Mar 13:17
03e9c1c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.6.12-rc

09 Mar 12:01
4df1089
Compare
Choose a tag to compare

Changes needed for mongodb

v0.6.10-release

15 Feb 15:54
9291108
Compare
Choose a tag to compare

v0.6.10-release

Gateway Redundancy

30 Jan 07:15
aa765a4
Compare
Choose a tag to compare
* Feature Gateway Redundancy  ([#117](https://github.com/kubeslice/ku…

…beslice-controller/issues/117)) ([aa765a4](https://github.com/kubeslice/kubeslice-controller/commit/aa765a42d07a4301720965ed98002bce9c96cdee)), closes [#101](https://github.com/kubeslice/kubeslice-controller/issues/101) [#106](https://github.com/kubeslice/kubeslice-controller/issues/106) [#80](https://github.com/kubeslice/kubeslice-controller/issues/80) [#42](https://github.com/kubeslice/kubeslice-controller/issues/42) [#43](https://github.com/kubeslice/kubeslice-controller/issues/43) [#99](https://github.com/kubeslice/kubeslice-controller/issues/99) [#116](https://github.com/kubeslice/kubeslice-controller/issues/116)

v0.6.7

16 Jan 12:05
2143e9b
Compare
Choose a tag to compare
fix(): revert cluster secret chnages (#114)