Skip to content

Releases: kubeslice/slicegw-edge

v1.0.6-release

20 Sep 08:21
84d627f
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0-test...v1.0.6-release

v1.0.6

20 Sep 08:21
84d627f
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.6

v1.0.5-release

22 Aug 08:28
8618e3f
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0-test...v1.0.5-release

v1.0.5

22 Aug 08:28
8618e3f
Compare
Choose a tag to compare

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

Full Changelog: v1.0.3...v1.0.5

v1.0.4-release

12 Jan 07:26
f530692
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0-test...v1.0.4-release

v1.0.4

12 Jan 07:26
f530692
Compare
Choose a tag to compare

v1.0.4

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.4

v1.0.0-release

28 Nov 10:51
Compare
Choose a tag to compare

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

28 Nov 10:53
Compare
Choose a tag to compare

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

04 Oct 07:30
f044a50
Compare
Choose a tag to compare
feat(): Initial commit for slicegw edge server

Signed-off-by: Bharath Horatti <[email protected]>