* Update to include instructions on moving test ref at patch release
* Update README.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* Update istio sha for tests to current `master` from `release-1.6`
* Update to latest `master` sha
* Change ISTIO_IMAGE_VERSION to match master
* Increase retries for flakiness
* Pick up istio release with egress fix
* Fix for flakiness
* Release notes for 1.6.1
Co-authored-by: John Howard <howardjohn@google.com>
Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md
Co-authored-by: Brian Avery <bavery@redhat.com>
Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md
Co-authored-by: Brian Avery <bavery@redhat.com>
Update all release notes
Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md
Co-authored-by: Pengyuan Bian <bianpengyuan@google.com>
Update content/en/news/releases/1.6.x/announcing-1.6/announcing-1.6.1/index.md
Co-authored-by: Ryota <rytswd@gmail.com>
Address cni issue
Move announcement to appropriate directory
Update site version
Fix linting issues
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
Revert args.yaml back to master version
* Add bookinfo security fix header
* Update content/en/news/releases/1.6.x/announcing-1.6.1/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Fix linting issues
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Add addons blog post
* Apply suggestions from code review
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
* fix format
* fix lint
* Apply suggestions from code review
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
* Update index.md
Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Co-authored-by: Rachael Graham <rachael.graham@ibm.com>
This section is no longer correct, since we don't restart Envoy every
45 days, and we no longer recommend creating a separate "istio-citadel"
deployment.
* authn-policy: Point users to Istio installation guide.
Have users install Istio through the installation guide instead of
explicitly instructing them to run "istioctl manifest apply" in the
task. This will make it easier to automate the task later.
* authn-policy: Make steps and expected response clear for testing.
* Add authn-policy user guide test.
If you are not running as root already, this will fail. The redirect part is not run as root previously
Co-authored-by: John Howard <howardjohn@google.com>