You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* put emissary changes in changelog
* Changelog updates for 2.0.1-ea
* dont apply test-ready pod
* create resources migration and oss-migration
* changelog updates
* commit change
* FORCE yaml
* update edge stack things
* Changelog, manifest and chart updates for 2.0.1-ea
* fix the chart readme
We're pleased to introduce Edge Stack 2.0.1 as a developer preview. The 2.X family introduces a number of changes to allow Edge Stack to more gracefully handle larger installations, reduce global configuration to better handle multitenant or multiorganizational installations, reduce memory footprint, and improve performance. We welcome feedback!! Join us on <ahref="https://a8r.io/slack">Slack</a> and let us know what you think.
72
79
73
80
### Ambassador Edge Stack
74
81
75
-
- Bugfix: The `AmbassadorMapping` resource can now specify `docs.timeout_ms` to set the timeout when the
82
+
- Feature: Ambassador Agent reports sidecar process information and Mapping OpenAPI documentation to Ambassador Cloud to provide more visibility into services and clusters.
83
+
- Feature: The optional `stats_prefix` element of the `AmbassadorListener` CRD now determines the prefix of HTTP statistics emitted for a specific `AmbassadorListener`.
84
+
- Feature: The optional `stats_name` element of `AmbassadorMapping`, `AmbassadorTCPMapping`, `AuthService`, `LogService`, `RateLimitService`, and `TracingService` now sets the name under which cluster statistics will be logged. The default is the `service`, with non-alphanumeric characters replaced by underscores.
85
+
- Bugfix: The `AmbassadorMapping` resource can now specify `docs.timeout_ms` to set the timeout when the
76
86
Dev Portal is fetching API specifications.
77
87
- Bugfix: The Dev Portal will now strip HTML tags when displaying search results, showing just
88
+
- Bugfix: Ambassador Edge Stack has updated to `k8s.io/klog/v2` to track upstream and to quiet unnecessary log output.
89
+
- Change: Logs now include subsecond time resolutions, rather than just seconds.
90
+
- Change: Envoy-configuration snapshots get saved (as `ambex-#.json`) in `/ambassador/snapshots`.
91
+
The number of snapshots is controlled by the `AMBASSADOR_AMBEX_SNAPSHOT_COUNT` environment
92
+
variable; set it to 0 to disable. The default is 30.
93
+
- Change: Set `AMBASSADOR_AMBEX_NO_RATELIMIT` to `true` to completely disable ratelimiting Envoy
94
+
reconfiguration under memory pressure. This can help performance with the endpoint or Consul
95
+
resolvers, but could make OOMkills more likely with large configurations. The default is `false`,
96
+
meaning that the rate limiter is active.
78
97
the actual content of the search result.
79
98
- Change: Consul certificate-rotation logging now includes the fingerprints and validity
$(EDGE_STACK_HOME)/manifests/edge-stack/aes.yaml: $(wildcard$(EDGE_STACK_HOME)/charts/edge-stack/templates/*.yaml)$(wildcard$(EDGE_STACK_HOME)/charts/edge-stack/charts/*.tgz)$(EDGE_STACK_HOME)/charts/edge-stack/values.yaml $(EDGE_STACK_HOME)/k8s-config/aes/values.yaml FORCE
$(EDGE_STACK_HOME)/manifests/edge-stack/aes-crds.yaml: $(wildcard$(EDGE_STACK_HOME)/charts/edge-stack/templates/*.yaml)$(wildcard$(EDGE_STACK_HOME)/charts/edge-stack/charts/*.tgz) template-helm FORCE
- Update Edge Stack chart image to version v2.0.1-ea: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
13
+
10
14
## v7.1.0-ea
11
15
12
16
- Feature: New canarying features for Ambassador in the chart that allow creation of a secondary deployment/service to test new versions and environment variables.
0 commit comments