Skip to content

Commit

Permalink
Merge pull request #119 from datawire/rel/v1.7.0
Browse files Browse the repository at this point in the history
Update to Ambassador 1.7.0
  • Loading branch information
kflynn authored Aug 27, 2020
2 parents 4497e61 + 547ff19 commit f4b381b
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org).

## Next Release

## v6.5.3

- Upgrade Ambassador to version 1.7.0: [CHANGELOG](https://github.com/datawire/ambassador/blob/master/CHANGELOG.md)

## v6.5.2

- Feature: Add support for DaemonSet/Deployment labels: [ambassador-chart/#114](https://github.com/datawire/ambassador-chart/pull/114)
Expand Down
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 1.6.2
ossVersion: 1.6.2
appVersion: 1.7.0
ossVersion: 1.7.0
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 6.5.2
version: 6.5.3
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The following tables lists the configurable parameters of the Ambassador chart a
| `envRaw` | Additional environment variables in raw YAML format | `{}` |
| `image.pullPolicy` | Ambassador image pull policy | `IfNotPresent` |
| `image.repository` | Ambassador image | `docker.io/datawire/aes` |
| `image.tag` | Ambassador image tag | `1.6.2` |
| `image.tag` | Ambassador image tag | `1.7.0` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
| `scope.singleNamespace` | Set the `AMBASSADOR_SINGLE_NAMESPACE` environment variable and create namespaced RBAC if `rbac.enabled: true` | `false`|
Expand Down
2 changes: 1 addition & 1 deletion crds/getambassador.io_hosts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ spec:
type:
description: What type of Preview URL is allowed?
enum:
- path
- Path
type: string
type: object
requestPolicy:
Expand Down
6 changes: 6 additions & 0 deletions crds/getambassador.io_tracingservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ spec:
type: string
collector_endpoint:
type: string
collector_endpoint_version:
enum:
- HTTP_JSON_V1
- HTTP_JSON
- HTTP_PROTO
type: string
service_name:
type: string
shared_span_context:
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ security:

image:
repository: docker.io/datawire/aes
tag: 1.6.2
tag: 1.7.0
pullPolicy: IfNotPresent

dnsPolicy: "ClusterFirst"
Expand Down

0 comments on commit f4b381b

Please sign in to comment.