nginx-service-mesh icon indicating copy to clipboard operation
nginx-service-mesh copied to clipboard

A service mesh powered by NGINX Plus to manage container traffic in Kubernetes environments.

Results 13 nginx-service-mesh issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.0 to 3.0.3. Release notes Sourced from github.com/go-jose/go-jose/v3's releases. Version 3.0.3 Fixed Limit decompression output size to prevent a DoS. Backport from v4.0.1. Version 3.0.2 Fixed DecryptMulti:...

dependencies

Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.11.3 to 3.14.2. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.14.2 is a security (patch) release. Users are strongly recommended to update to this release. A Helm...

dependencies

Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.0 to 1.7.11. Release notes Sourced from github.com/containerd/containerd's releases. containerd 1.7.11 Welcome to the v1.7.11 release of containerd! The eleventh patch release for containerd 1.7 contains various...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6. Release notes Sourced from github.com/nats-io/nkeys's releases. v0.4.5 What's Changed [CI] bump staticcheck GHAction by @​philpennock in nats-io/nkeys#49 [FIX] added windows binary by @​aricart in...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.24+incompatible to 24.0.7+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.7 24.0.7 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

**Is your feature request related to a problem? Please describe.** We have the follow situation: Our platform is multi pods services applications. View Image We need to split traffic using...

### Proposed changes - Added auto-generation for CLI documentation from Go code. A new command has been added to the `make generate` rule which autogenerates the documentation. - You can...

When using manual injection with `nginx-meshctl inject`, there will be an error ## STEPS ```bash cat manifests.yaml --- apiVersion: v1 kind: Service metadata: labels: app: dgraph chart: raw-v0.2.5 component: ratel...

bug