Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.0.3-ea] Changelog update #18

Merged
merged 4 commits into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,21 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest

(no changes yet)

## [2.0.3-ea] September 16, 2021
[2.0.3-ea]: https://github.com/datawire/edge-stack/compare/v2.0.2-ea...v2.0.3-ea

### Ambassador Edge Stack

- Feature: The environment variable `AES_LOG_LEVEL` now also sets the log level for the `diagd` logger. [#3686] [#3666]
- Feature: You can now set `dns_type` in the `AmbassadorMapping` to configure how Envoy will use the DNS for
the service.
- Bugfix: It is no longer necessary to set `DOCKER_BUILDKIT=0` when building Emissary. A future change will
fully support BuildKit. [#3707]

[#3686]: https://github.com/emissary-ingress/emissary/issues/3686
[#3666]: https://github.com/emissary-ingress/emissary/issues/3666
[#3707]: https://github.com/emissary-ingress/emissary/issues/3707

## [2.0.2-ea] August 24, 2021
[2.0.2-ea]: https://github.com/datawire/edge-stack/compare/v2.0.1-ea...v2.0.2-ea

Expand Down
6 changes: 6 additions & 0 deletions charts/edge-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ numbering uses [semantic versioning](http://semver.org).

(no changes yet)

## v7.1.8-ea

- Update Edge Stack chart image to version v2.0.3-ea: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)

## v7.1.3 - v7.1.7: Internal, not released

## v7.1.2-ea

- Update Edge Stack chart image to version v2.0.2-ea: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions charts/edge-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2.0.2-ea
appVersion: 2.0.3-ea
description: A Helm chart for Ambassador Edge Stack
name: edge-stack
version: 7.1.2-ea
version: 7.1.8-ea
# TODO: change these to whatever the appropriate things are
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
Expand Down
2 changes: 1 addition & 1 deletion charts/edge-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the `edge-stack` chart
| nameOverride | Manually set metadata for the Release. Defaults to .Chart.Name | `edge-stack` |
| fullnameOverride | Defaults to .Release.Name-.Chart.Name unless .Release.Name contains "ambassador" | `''` |
| namespaceOverride | Defaults to .Release.Namespace | `''` |
| emissary-ingress | Emissary Chart Values. all values under emissary-ingress key are passed to [the emissary chart](https://github.com/emissary-ingress/emissary/blob/master/charts/emissary-ingress/README.md) <br> Example: <br> `setting `emissary-ingress.service.type=NodePort` will pass `service.type=NodePort` to the underlying emissary chart` | `{"envRaw":"- name: REDIS_URL\n {{- if .Values.redisURL }}\n value: {{ .Values.redisURL }}\n {{- else }}\n value: {{ include \"ambassador.fullname\" . }}-redis:6379\n {{- end }}\n{{- if and .Values.licenseKey.secretName }}\n- name: AMBASSADOR_AES_SECRET_NAME\n value: {{ .Values.licenseKey.secretName }}\n{{- end }}\n","image":{"pullPolicy":"IfNotPresent","repository":"docker.io/datawire/aes","tag":"2.0.2-ea"},"licenseKey":{"createSecret":true},"nameOverride":"edge-stack","service":{"ports":[{"name":"http","port":80,"targetPort":8080},{"name":"https","port":443,"targetPort":8443}],"type":"LoadBalancer"},"serviceAccount":{"create":true},"singleNamespace":false,"test":{"enabled":false},"volumeMountsRaw":"{{- if and .Values.licenseKey.createSecret }}\n- name: {{ include \"ambassador.fullname\" . }}-secrets\n mountPath: /.config/ambassador\n readOnly: true\n{{- end }}\n","volumesRaw":"- name: {{ include \"ambassador.fullname\" . }}-secrets\n secret:\n {{- if and .Values.licenseKey .Values.licenseKey.secretName }}\n secretName: {{ .Values.licenseKey.secretName }}\n {{- else }}\n secretName: {{ include \"ambassador.fullname\" . }}\n {{- end }}\n"}` |
| emissary-ingress | Emissary Chart Values. all values under emissary-ingress key are passed to [the emissary chart](https://github.com/emissary-ingress/emissary/blob/master/charts/emissary-ingress/README.md) <br> Example: <br> `setting `emissary-ingress.service.type=NodePort` will pass `service.type=NodePort` to the underlying emissary chart` | `{"envRaw":"- name: REDIS_URL\n {{- if .Values.redisURL }}\n value: {{ .Values.redisURL }}\n {{- else }}\n value: {{ include \"ambassador.fullname\" . }}-redis:6379\n {{- end }}\n{{- if and .Values.licenseKey.secretName }}\n- name: AMBASSADOR_AES_SECRET_NAME\n value: {{ .Values.licenseKey.secretName }}\n{{- end }}\n","image":{"pullPolicy":"IfNotPresent","repository":"docker.io/datawire/aes","tag":"2.0.3-ea"},"licenseKey":{"createSecret":true},"nameOverride":"edge-stack","service":{"ports":[{"name":"http","port":80,"targetPort":8080},{"name":"https","port":443,"targetPort":8443}],"type":"LoadBalancer"},"serviceAccount":{"create":true},"singleNamespace":false,"test":{"enabled":false},"volumeMountsRaw":"{{- if and .Values.licenseKey.createSecret }}\n- name: {{ include \"ambassador.fullname\" . }}-secrets\n mountPath: /.config/ambassador\n readOnly: true\n{{- end }}\n","volumesRaw":"- name: {{ include \"ambassador.fullname\" . }}-secrets\n secret:\n {{- if and .Values.licenseKey .Values.licenseKey.secretName }}\n secretName: {{ .Values.licenseKey.secretName }}\n {{- else }}\n secretName: {{ include \"ambassador.fullname\" . }}\n {{- end }}\n"}` |
| rbac.create | Specifies whether RBAC resources should be created | `true` |
| rbac.podSecurityPolicies | List of Pod Security Policies to use on the container. If security.podSecurityPolicy is set, it will be appended to the list | `[]` |
| rbac.nameOverride | Name of the RBAC resources defaults to the name of the release. Set nameOverride when installing Ambassador with cluster-wide scope in different namespaces with the same release name to avoid conflicts. | `` |
Expand Down
2 changes: 1 addition & 1 deletion charts/edge-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ emissary-ingress: # +doc-gen:break

image:
repository: docker.io/datawire/aes
tag: 2.0.2-ea
tag: 2.0.3-ea
pullPolicy: IfNotPresent

rbac:
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.0.2-ea
image: docker.io/datawire/aes:2.0.3-ea
imagePullPolicy: IfNotPresent
command: [ "agent" ]
env:
Expand Down Expand Up @@ -472,7 +472,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.0.2-ea
image: docker.io/datawire/aes:2.0.3-ea
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/oss-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.0.2-ea
image: docker.io/datawire/aes:2.0.3-ea
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down