Overview of the changes:
- Adding ability to verify that expected output occurs a number of times consecutively. This is needed for https://github.com/istio/istio.io/pull/8402.
- Moving snapshot checking logic to Go code so that it can be separated out into separate test steps, which are timed and contain their own output directories/files. This makes the code cleaner and also makes the snapshot logic more transparent.
- Updating debug.sh to use newer bash syntax that allows it to dynamically select a free file descriptor. Without this, I was seeing all commands echoed to my console in goland.
* add security note
* Update content/en/news/security/istio-security-2020-011/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Reword release note for 1.7.5
* Update content/en/news/releases/1.7.x/announcing-1.7.5/index.md
Thanks
Co-authored-by: John Howard <howardjohn@google.com>
* Update index.md
* Update content/en/news/releases/1.7.x/announcing-1.7.5/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Improving the accuracy and completeness of the Admiral project description.
* Removing trailing spaces
Co-authored-by: Laurent Benchimol <laurent_benchimol@intuit.com>
* Address suggestions from WG for Helm docs
* Added section on customizing your Istio installation
* Added experimental status of helm values and recommended ProxyConfig usage
* Made canary the recommended upgrade path
Associated with https://github.com/istio/enhancements/issues/12
* Fix lint errors
* Fix warnings formatting
* Update content/en/docs/setup/install/helm/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update content/en/docs/setup/install/helm/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
This has proven to cause constant merge conflicts and decrease
contribution experience. We went through the same issue in the
environments WG and got rid of these types of generated codes which just
lead to constant conflicts.
If we do really want this, we should move it to something generated on
the fly in the build and not checked in.
* Update the root cert lifetime extension operation.
* Small fix.
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Small fix.
* Small fix.
* Lint fix.
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Small update on security concept
* Resize the pictures.
* Small fix.
* Update content/en/docs/concepts/security/index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* update proxy protocol EnvoyFilter to be consistent
Make the proxy protocol EnvoyFilter identical to the one in
docs/ops/configuration/traffic-management/network-topologies/
* fix arch mistake