Skip to content

Releases: kubeslice/cmd-nsc-init

v1.5.8-release

20 Sep 10:40
6ae3483
Compare
Choose a tag to compare

v1.5.8

20 Sep 10:40
6ae3483
Compare
Choose a tag to compare

v1.5.7-release

22 Aug 08:03
044d009
Compare
Choose a tag to compare

What's Changed

  • fix(): Fixed security vulnerabilities by @mridulgain in #13
  • fix(): Updated nsm sdk to a version custom made for NSCs by @mridulgain in #14

New Contributors

Full Changelog: v1.5.6...v1.5.7-release

v1.5.7

22 Aug 08:03
044d009
Compare
Choose a tag to compare

What's Changed

  • fix(): Fixed security vulnerabilities by @mridulgain in #13
  • fix(): Updated nsm sdk to a version custom made for NSCs by @mridulgain in #14

New Contributors

Full Changelog: v1.5.6...v1.5.7

v1.5.6-release

28 Jun 07:35
f72291c
Compare
Choose a tag to compare

Cloud Access Service Gateway
KubeSlice now supports onboarding cloud-managed services onto a slice. The feature is called Cloud Access Service Gateway.

All the application pods on that slice can access the onboarded cloud-managed service.

What's Changed

Full Changelog: v1.5.3-release...v1.5.6-release

v1.5.6

28 Jun 07:35
f72291c
Compare
Choose a tag to compare

Cloud Access Service Gateway
KubeSlice now supports onboarding cloud-managed services onto a slice. The feature is called Cloud Access Service Gateway.

All the application pods on that slice can access the onboarded cloud-managed service.

Full Changelog: v1.5.5...v1.5.6

v1.5.5-release

04 Jul 10:07
b9323ce
Compare
Choose a tag to compare

v1.5.5-release

What's Changed

Full Changelog: v1.5.3-release...v1.5.5-release

v1.5.4-release

23 Jun 04:37
92b19dc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3-release...v1.5.4-release

v1.5.3-release

23 Jan 10:26
8676878
Compare
Choose a tag to compare
fix(): Setup DNS config in resolv.conf (#2)

Backed up the original resolv.conf and overwrote its contents to
redirect dns queries to the cmd-nsc sidecar.
This was needed because istio-proxy that runs as one of the
sidecars seems to read the resolv.conf during bootup and cache the config.
Any subsequent change to the resolv.conf is not picked up by the proxy. So
if the cmd-nsc sidecar takes time to boot up and modify the resolv.conf for
all the other containers, the istio-proxy sidecar would have read the
original resolv.conf and ignored the config written by cmd-nsc. This causes
name resolution to fail in istio-proxy for the domains that are serviced by
a custom dns server other than the default kube-dns.

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

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

v1.5.2-release

28 Dec 12:36
Compare
Choose a tag to compare

cmd-nsc-init for kubeslice oss 0.5.0 release