Skip to content
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.

Update the binary version to 1.4.4 #747

Merged
merged 2 commits into from
Jan 13, 2020
Merged
Show file tree
Hide file tree
Changes from all 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
69 changes: 50 additions & 19 deletions cmd/mesh/testdata/manifest-generate/output/all_on.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5442,6 +5442,10 @@ data:
# Set accessLogFile to empty string to disable access log.
accessLogFile: ""

accessLogFormat: ""

accessLogEncoding: 'TEXT'

enableEnvoyAccessLogService: false
mixerReportServer: istio-telemetry.istio-system.svc.cluster.local:9091
# reportBatchMaxEntries is the number of requests that are batched before telemetry data is sent to the mixer server
Expand All @@ -5452,6 +5456,16 @@ data:

disablePolicyChecks: true

# Automatic protocol detection uses a set of heuristics to
# determine whether the connection is using TLS or not (on the
# server side), as well as the application protocol being used
# (e.g., http vs tcp). These heuristics rely on the client sending
# the first bits of data. For server first protocols like MySQL,
# MongoDB, etc., Envoy will timeout on the protocol detection after
# the specified period, defaulting to non mTLS plain TCP
# traffic. Set this field to tweak the period that Envoy will wait
# for the client to send the first bits of data. (MUST BE >=1ms)
protocolDetectionTimeout: 100ms

# This is the k8s ingress service name, update if you used a different name
ingressService: "istio-ingressgateway"
Expand Down

Large diffs are not rendered by default.

69 changes: 50 additions & 19 deletions cmd/mesh/testdata/manifest-generate/output/flag_set_values.yaml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions cmd/mesh/testdata/manifest-generate/output/pilot_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5453,6 +5453,10 @@ data:
# Set accessLogFile to empty string to disable access log.
accessLogFile: ""

accessLogFormat: ""

accessLogEncoding: 'TEXT'

enableEnvoyAccessLogService: false
mixerReportServer: istio-telemetry.istio-control.svc.cluster.local:15004
# reportBatchMaxEntries is the number of requests that are batched before telemetry data is sent to the mixer server
Expand All @@ -5463,6 +5467,16 @@ data:

disablePolicyChecks: true

# Automatic protocol detection uses a set of heuristics to
# determine whether the connection is using TLS or not (on the
# server side), as well as the application protocol being used
# (e.g., http vs tcp). These heuristics rely on the client sending
# the first bits of data. For server first protocols like MySQL,
# MongoDB, etc., Envoy will timeout on the protocol detection after
# the specified period, defaulting to non mTLS plain TCP
# traffic. Set this field to tweak the period that Envoy will wait
# for the client to send the first bits of data. (MUST BE >=1ms)
protocolDetectionTimeout: 100ms

# This is the k8s ingress service name, update if you used a different name
ingressService: "istio-ingressgateway"
Expand Down
14 changes: 14 additions & 0 deletions cmd/mesh/testdata/manifest-generate/output/pilot_k8s_settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5453,6 +5453,10 @@ data:
# Set accessLogFile to empty string to disable access log.
accessLogFile: ""

accessLogFormat: ""

accessLogEncoding: 'TEXT'

enableEnvoyAccessLogService: false
mixerReportServer: istio-telemetry.istio-control.svc.cluster.local:15004
# reportBatchMaxEntries is the number of requests that are batched before telemetry data is sent to the mixer server
Expand All @@ -5463,6 +5467,16 @@ data:

disablePolicyChecks: true

# Automatic protocol detection uses a set of heuristics to
# determine whether the connection is using TLS or not (on the
# server side), as well as the application protocol being used
# (e.g., http vs tcp). These heuristics rely on the client sending
# the first bits of data. For server first protocols like MySQL,
# MongoDB, etc., Envoy will timeout on the protocol detection after
# the specified period, defaulting to non mTLS plain TCP
# traffic. Set this field to tweak the period that Envoy will wait
# for the client to send the first bits of data. (MUST BE >=1ms)
protocolDetectionTimeout: 100ms

# This is the k8s ingress service name, update if you used a different name
ingressService: "istio-ingressgateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5452,6 +5452,10 @@ data:
# Set accessLogFile to empty string to disable access log.
accessLogFile: ""

accessLogFormat: ""

accessLogEncoding: 'TEXT'

enableEnvoyAccessLogService: false
mixerReportServer: istio-telemetry.istio-control.svc.cluster.local:15004
# reportBatchMaxEntries is the number of requests that are batched before telemetry data is sent to the mixer server
Expand All @@ -5462,6 +5466,16 @@ data:

disablePolicyChecks: true

# Automatic protocol detection uses a set of heuristics to
# determine whether the connection is using TLS or not (on the
# server side), as well as the application protocol being used
# (e.g., http vs tcp). These heuristics rely on the client sending
# the first bits of data. For server first protocols like MySQL,
# MongoDB, etc., Envoy will timeout on the protocol detection after
# the specified period, defaulting to non mTLS plain TCP
# traffic. Set this field to tweak the period that Envoy will wait
# for the client to send the first bits of data. (MUST BE >=1ms)
protocolDetectionTimeout: 100ms

# This is the k8s ingress service name, update if you used a different name
ingressService: "istio-ingressgateway"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5453,6 +5453,10 @@ data:
# Set accessLogFile to empty string to disable access log.
accessLogFile: ""

accessLogFormat: ""

accessLogEncoding: 'TEXT'

enableEnvoyAccessLogService: false
mixerReportServer: istio-telemetry.istio-control.svc.cluster.local:15004
# reportBatchMaxEntries is the number of requests that are batched before telemetry data is sent to the mixer server
Expand All @@ -5463,6 +5467,16 @@ data:

disablePolicyChecks: true

# Automatic protocol detection uses a set of heuristics to
# determine whether the connection is using TLS or not (on the
# server side), as well as the application protocol being used
# (e.g., http vs tcp). These heuristics rely on the client sending
# the first bits of data. For server first protocols like MySQL,
# MongoDB, etc., Envoy will timeout on the protocol detection after
# the specified period, defaulting to non mTLS plain TCP
# traffic. Set this field to tweak the period that Envoy will wait
# for the client to send the first bits of data. (MUST BE >=1ms)
protocolDetectionTimeout: 100ms

# This is the k8s ingress service name, update if you used a different name
ingressService: "istio-ingressgateway"
Expand Down
4 changes: 4 additions & 0 deletions data/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@
operatorVersionRange: ">=1.4.3,<1.5.0"
supportedIstioVersions: ">=1.3.3, <1.6"
recommendedIstioVersions: 1.4.3
- operatorVersion: 1.4.4
operatorVersionRange: ">=1.4.4,<1.5.0"
supportedIstioVersions: ">=1.3.3, <1.6"
recommendedIstioVersions: 1.4.4
2 changes: 1 addition & 1 deletion installer.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c53b06589b528f11c1642a846e13433d30f81642
e630f3f61996eefd8a8ef5ed3adb55570d6c4a7f
78 changes: 57 additions & 21 deletions pkg/vfs/assets.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

const (
// OperatorCodeBaseVersion is the version string from the code base.
OperatorCodeBaseVersion = "1.4.3"
OperatorCodeBaseVersion = "1.4.4"
)

var (
Expand Down