* Changes for 2024-06-04 releases (#15243)
* Changes for 2024-06-04 releases
* Apply suggestions from code review
Co-authored-by: Daniel Hawton <daniel@hawton.org>
---------
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* make gen
---------
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Add a note about init containers and OpenShift
* Update content/en/docs/setup/additional-setup/cni/index.md
Co-authored-by: Faseela K <k.faseela@gmail.com>
---------
Co-authored-by: Jonh Wendell <jwendell@redhat.com>
Co-authored-by: Faseela K <k.faseela@gmail.com>
* Add note about `RunAs` fields in Customizing Injection section
Override these fields must be done with caution, so, add a note about
them.
* Update content/en/docs/setup/additional-setup/sidecar-injection/index.md
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
---------
Co-authored-by: Jonh Wendell <jwendell@redhat.com>
Co-authored-by: Ben Leggett <854255+bleggett@users.noreply.github.com>
* Tweak the LHS moving ambient and slight rename for legacy
* First set of comments
* Update _index.md
---------
Co-authored-by: Craig Box <craig.box@gmail.com>
* move ambient to top level
* make snips
* update version and make snips
* format
* fix lint
* more lint
* more lint
* Update content/en/blog/2023/ambient-merged-istio-main/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/install/_index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/upgrade/_index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/upgrade/helm-upgrade/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/ambient/usage/ztunnel/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/setup/additional-setup/config-profiles/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
---------
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update to use current version
* Try just replacing APP VERSION with ...
* Add versionregex to verify_like and update to include APP VERSION
* Allow more fields with verify_like
* Move column heading
* Update header and add additional verify comments
* Clarification on injection
hope to fixes: https://github.com/istio/istio.io/issues/14597
I don't think you could use istio.io/rev=disabled, so didn't list that label in the first bullet.
* Update index.md
---------
Co-authored-by: Lin Sun <lin.sun@solo.io>
* Add namespace labels to test framework diff snapshots
* fix lint
* failing tests
* more failed tests
* more failures
* more fixes
* one more
* fix fault injection
* build an archive of v1.20 in master
* update data/versions.yml and archive index page
* advance master to release-1.22
* Update istio/api
* Update istio/api
* fix: Multi-cluster installation with revision istiod vs
Multi-cluster installation should use expose-istiod-rev.yaml.tmpl when
control plane is installed with revision
* Add chinese
* Fix lint and genfiles
* address comments
* Fix test
* Fix file reference wrapping
* Add security announce & docs content
* Fix linter errors
* Fix additional linting issues
* More lint errors
* Fix trailing spaces
* Update content/en/docs/setup/additional-setup/cni/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/news/security/istio-security-2023-005/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/news/security/istio-security-2023-005/index.md
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
* Update content/en/docs/setup/additional-setup/cni/index.md
Co-authored-by: John Howard <howardjohn@google.com>
* Added extra column, fixed British spellings
* Update content/en/news/security/istio-security-2023-005/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/docs/setup/additional-setup/cni/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/news/security/istio-security-2023-005/index.md
Co-authored-by: Daniel Hawton <daniel@hawton.org>
---------
Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
Co-authored-by: John Howard <howardjohn@google.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update istio test reference to latest commit and fix tests
* Move back two commits since some didn't have releases built
* Run go mod tidy after make clean
* Try removing metallb
* Don't remove the metallb validatingwebhookconfigurations
* Redo egress-control test to no use istio-state
* Update istio test reference to contain operator fix and revert test change
* Disable jwt-route test temporarily waiting on Envoy fix
* Upadte istio/api
* Replace uninstall
* revert chmod
* Added a warning in the ambient getting started guide
This commit adds a warning for users using the gateway
API with kind and ambient.
Signed-off-by: leon <leon.nunes@solo.io>
* Added a section to install MetalLB in kind
Signed-off-by: leon <leon.nunes@solo.io>
* Updated docs as per suggestions.
* Fixed Lint errors
Signed-off-by: leon <leon.nunes@solo.io>
* Fixed spelling mistakes and reverted case of kind
Signed-off-by: leon <leon.nunes@solo.io>
* Added a - as per suggestion
Signed-off-by: leon <leon.nunes@solo.io>
* Reverted the tab spacing
Signed-off-by: leon <leon.nunes@solo.io>
* Changed warning to tip
Signed-off-by: leon <leon.nunes@solo.io>
---------
Signed-off-by: leon <leon.nunes@solo.io>
* Update istio test ref to 1.20.0-rc.0
* Remove added toolchain line
* Run make gen
* Update to set ENABLE_EXTERNAL_NAME_ALIAS to false (default) for testing
* Move gateway tcp-traffic shifting to demo
* Change gateway tcp-traffic shifting to not remove istio in demo...
* Change gateway tcp-traffic shifting to remove istiooperator in demo...
* Update to latest 1.20 commit
* Change to be a minimal test
Users deploying in Openshift cluster have reported that upgrade from Istio 1.17 to Istio 1.18.3 has failed due to the lack of kernel module xt_multiport from the cluster.
This is most probably related to modifications in IPtables creation, see 7e7d52a2d1/tools/istio-iptables/pkg/capture/run.go (L369)
Signed-off-by: Faseela K <faseela.k@est.tech>
* Update Istio VM installation guide in multi-network setup
Add missing instruction on Istio VM installation guide in multi-network setup
* Update Istio VM installation guide in multi-network setup