Releases: kubeslice/slicegw-edge
v1.0.6-release
What's Changed
- feat(): Slice Gw Edge Proxy implementation by @bharath-avesha in #1
- build(deps): Bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #2
- build(deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #3
- fix(): for build by @narmidm in #5
- Create go-check.yml by @narmidm in #7
- build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #6
- fix(): vulnerabilities from trivy scan by @mridulgain in #9
New Contributors
- @bharath-avesha made their first contribution in #1
- @dependabot made their first contribution in #2
- @narmidm made their first contribution in #5
- @mridulgain made their first contribution in #9
Full Changelog: v1.0.0-test...v1.0.6-release
v1.0.6
What's Changed
- Create go-check.yml by @narmidm in #7
- build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #6
- fix(): vulnerabilities from trivy scan by @mridulgain in #9
New Contributors
- @mridulgain made their first contribution in #9
Full Changelog: v1.0.3...v1.0.6
v1.0.5-release
What's Changed
- feat(): Slice Gw Edge Proxy implementation by @bharath-avesha in #1
- build(deps): Bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #2
- build(deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #3
- fix(): for build by @narmidm in #5
- Create go-check.yml by @narmidm in #7
- build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #6
- fix(): vulnerabilities from trivy scan by @mridulgain in #9
New Contributors
- @bharath-avesha made their first contribution in #1
- @dependabot made their first contribution in #2
- @narmidm made their first contribution in #5
- @mridulgain made their first contribution in #9
Full Changelog: v1.0.0-test...v1.0.5-release
v1.0.5
What's Changed
- Create go-check.yml by @narmidm in #7
- build(deps): Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #6
- fix(): vulnerabilities from trivy scan by @mridulgain in #9
New Contributors
- @mridulgain made their first contribution in #9
Full Changelog: v1.0.3...v1.0.5
v1.0.4-release
v1.0.4-release
What's Changed
- feat(): Slice Gw Edge Proxy implementation by @bharath-avesha in #1
- build(deps): Bump golang.org/x/net from 0.12.0 to 0.17.0 by @dependabot in #2
- build(deps): Bump google.golang.org/grpc from 1.58.0 to 1.58.3 by @dependabot in #3
- fix(): for build by @narmidm in #5
New Contributors
- @bharath-avesha made their first contribution in #1
- @dependabot made their first contribution in #2
- @narmidm made their first contribution in #5
Full Changelog: v1.0.0-test...v1.0.4-release
v1.0.4
v1.0.0-release
KubeSlice Inter-cluster Connectivity through External Load Balancer
KubeSlice now supports inter-cluster connectivity through external load balancer. This feature is currently configurable using YAML only.
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.
v1.0.0
KubeSlice Inter-cluster Connectivity through External Load Balancer
KubeSlice now supports inter-cluster connectivity through external load balancer. This feature is currently configurable using YAML only.
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.
Initial test release
feat(): Initial commit for slicegw edge server Signed-off-by: Bharath Horatti <[email protected]>