Skip to content

Releases: GoogleCloudPlatform/traffic-director-grpc-bootstrap

Release v0.18.0

30 Oct 21:33
ad35743
Compare
Choose a tag to compare
  • Node Metadata now includes deployment information. (#69)
    • This provides valuable context about the execution environment, including details like instance IP, zone, VM, and pod (where applicable). This information is automatically populated based on the script's runtime environment.

Release v0.17.0

12 Jul 17:39
4ba99d7
Compare
Choose a tag to compare

Behavior Change

  • xdstp resource names are now being used with Traffic Director for Listeners. This should have no visible behavior difference, as Traffic Director provides the same configuration for the old names and these new names. These new names are globally unique, whereas the old names were unique only within a single control plane.

  • Traffic Director Open Mesh authority (traffic-director-global.xds.googleapis.com) is added to authorities map by default.

    • This allows explicitly selecting Traffic Director in target strings with xds://traffic-director-global.xds.googleapis.com/foo as an alternative to xds:///foo which uses Traffic Director implicitly.

Release v0.16.0

13 Feb 01:36
2bf1b5e
Compare
Choose a tag to compare
  • Include the Git commit ID of its build within the Node.Metadata map Keyed with TRAFFICDIRECTOR_GRPC_BOOTSTRAP_GENERATOR_SHA (#53)
  • Stabilize flags gke-cluster-name, config-mesh, and generate-mesh-id. (#55)
    • The -experimental-suffixed flags are aliased to the new names, but will be removed in the future.

Release v0.15.0

23 Sep 00:22
7d8d904
Compare
Choose a tag to compare

Release v0.14.0

25 Jan 19:24
d6baaf7
Compare
Choose a tag to compare
  • Rename --config-scope-exerimental to --config-mesh-experimental

Release v0.13.0

17 Nov 02:00
Compare
Choose a tag to compare
  • Stabilize --secrets-dir and --node-metadata. The -experimental-suffixed flags are aliased to the new names, but will be removed in the future
  • Added --config-scope-experimental to request a specific scope from Traffic Director when using certain APIs

Release v0.12.0

20 Sep 20:28
8765051
Compare
Choose a tag to compare
  • Enable generation of security configs by default. This has no effect unless service security is enabled in Traffic Director
  • Experimental support to communicate GCE VM/GKE Pod name, location, and ip to Traffic Director via Node metadata

Release v0.12.0-rc1

22 Apr 22:53
a616f3a
Compare
Choose a tag to compare
Release v0.12.0-rc1 Pre-release
Pre-release
  • Update default paths for secrets used by PSM Security. Make the path configurable through --secrets-dir-experimental.

Release v0.11.0

29 Mar 17:02
b96f7a7
Compare
Choose a tag to compare
  • Enable generation of xDS v3 configs by default, in addition to v2
  • Support server_listener_resource_name_template field required by newer gRPC XdsServer implementations

Release v0.10.0

14 Dec 23:39
66de7ea
Compare
Choose a tag to compare
  • --locality-zone for specifying zone during testing or non-GCE environments
  • Experimental support for xDS v3 protocol with --include-v3-features-experimental
  • Experimental support for PSM Security with --include-psm-security-experimental
  • Experimental support for extra node metadata with --node-metadata-experimental