Releases: kubeslice/worker-operator
v1.4.0-release
What's Changed
- fix(): for build by @narmidm in #382
- fix(): remove hardcoded worker installer image by @Rahul-D78 in #383
- fix: event driven reconciliation for service export by @mridulgain in #385
- Update codeowners by @pnavali in #380
- vpc access support by @mridulgain in #387
- fix(): cluster health check by @mridulgain in #388
- [Snyk] Security upgrade golang from 1.22.1 to 1.22.3 by @narmidm in #389
- fix(AM-13847): vpc access ns creation by @mridulgain in #393
- fix(): remove duplicate reconciliation calls by @mridulgain in #396
- Update README.md by @uma-kt in #407
- fix(): configurable ns exclusion list by @priyank-upadhyay in #408
- fix(): Fixed tunnel status reporting in the slicegw CR by @bharath-avesha in #406
- fix(): update gw deploy if gateway sidecar image changed by @mridulgain in #410
- fix(): reconcile gateway sidecar image pull policy by @mridulgain in #411
- fix: getNodeIP logic for no-network mode by @mridulgain in #413
- fix(): Avoid unnecessary reconcile cycles for slice gw by @bharath-avesha in #416
- fix(): update latest apis by @Rahul-D78 in #418
New Contributors
Full Changelog: v1.3.2...v1.4.0-release
v1.4.0
What's Changed
- fix(): Avoid unnecessary reconcile cycles for slice gw by @bharath-avesha in #416
- fix(): update latest apis by @Rahul-D78 in #418
Full Changelog: v1.4.13...v1.4.0
v1.3.1-release
Patch Release
v1.3.1
Patch Release
v1.3.2
What's Changed
- fix(): upgrade kubeslice-monitoring, reduce log verbosity by @Rahul-D78 in #376
- fix(AM-13331): add UTs for slice & cluster reconciler by @mridulgain in #377
- fix(): commit for build by @Rahul-D78 in #381
- fix(ServiceExport): Reject Conflicting Alias Names for ServiceExport object (#315) by @soharab-ic in #337
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #378
New Contributors
- @soharab-ic made their first contribution in #337
Full Changelog: v1.3.1...v1.3.2
v1.3.0-release
OSS 1.3.0 Release
Full Changelog: v1.2.1...v1.3.0-release
v1.3.0
OSS 1.3.0 Release
Full Changelog: v1.3.0-release...v1.3.0
v1.2.1-release
kubeslice OSS 1.2.1 Release
v1.2.1
kubeslice OSS 1.2.1 Release
v1.2.0-release
KubeSlice Supports Cluster Connectivity between Public and Private Clusters
KubeSlice now supports cluster connectivity to private clusters. This feature is currently configurable only using YAML.
With this release, we remove the restriction for the cluster to have at least one node with a public IP address to make it part of the KubeSlice overlay network. Enabling a node with a public IP restricted the application of KubeSlice on private cloud clusters where the virtual private clouds filter out external traffic.
With the new feature, KubeSlice extends its usage to such private cloud clusters through a network load balancer which can be provisioned and managed by all major cloud providers.