https://github.com/cloudnativeworks/versioned-go-control-plane
https://github.com/cloudnativeworks/versioned-go-control-plane
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudnativeworks/versioned-go-control-plane
- Owner: CloudNativeWorks
- Created: 2025-07-07T12:55:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-05-02T11:56:20.000Z (about 2 months ago)
- Last Synced: 2026-05-02T13:32:05.398Z (about 2 months ago)
- Language: Shell
- Size: 9.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Versioned Go Control Plane
This repository creates versioned releases of Envoy’s Go Control Plane pinned to specific Envoy versions. For each selected Go Control Plane version (e.g., v0.13.4), we generate protos from a chosen Envoy version (e.g., v1.32.3) and publish the resulting code as a combined release (v0.13.4-envoy1.32.3). This ensures that each release is tied to an exact Envoy version, making it easier to maintain stability and compatibility across different environments.
## How to use
```
go get github.com/CloudNativeWorks/versioned-control-plane@v0.13.4-envoy1.32.3
```
or
```
go get github.com/CloudNativeWorks/versioned-control-plane@v0.13.4-envoy1.33.0
```