Commit Graph

22 Commits

Author SHA1 Message Date
Eric Van Norman a72fb91721
Update istio test ref to 1.20.0-rc.0 (#14091)
* 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
2023-11-10 12:25:21 -08:00
Istio Automation e6f670461f
Automator: update istio@ test reference (#13956) 2023-10-16 06:26:37 -07:00
Frank Budinsky df385b7816
Add instructions to cleanup CRDs in getting started uninstall section (#13907)
* Add delete CRDs instructions to getting started uninstall

* fix lint

* more lint
2023-09-20 07:49:06 -07:00
Eric Van Norman 63d262dba8
Update istio test ref, hardcode sha from Gateway API to non-release (#13892)
* Update istio test ref, do not strip sha from gateway version

* Rework sha, remove code to update gateway-api automatically

* Update Makefile to use full sha

* Some minor tweaks

* Some minor tweaks

* Move sha logic to a bash script

* Remove extraneous expected line in dns-proxy test

* fix tab/space
2023-09-18 12:14:54 -07:00
Eric Van Norman 867381b258 advance master to release-1.20 2023-09-05 16:32:26 +00:00
Eric Van Norman 9c03812dc0
Update to istio 1.19.0-rc.0 + samples fix (#13769)
* Update to latest istio commit. Also use rc for gateway-api.

* Fix Makefile update-gateway-version

* Update istio to 1.19.0-rc1

* Remove wasm from envoy test

* Update gateway-api to rc-2.

* Revert gateway-api t0 0.7.1

* Update samples for core group

* Revert gateway-api to rc.1 to match istio repo
2023-08-29 08:27:27 -07:00
Eric Van Norman f278e63825
Re-enable processing of gateway-api version in `make gen` (#13595)
* Re-enable processing of gateway-api version in `make gen`

* Update gateway-api to be the publicly released base version

* remove script and add awk in Makefile

* rebase and make gen
2023-07-18 17:43:55 -07:00
Eric Van Norman 91afadd482
Main branch has a non release gateway API. Changes to allow that. (#13313)
* Master has a non release gateway API. Changes to allow that.

* Grab a istio test ref from main branch

* <ove from istio.io/pkg to istio/istio/pkg

* revert one change

* update istio/api

* Run make gen

* disable failing test temporarily
2023-06-07 15:42:03 -07:00
Eric Van Norman af9705dd17 advance master to release-1.19 2023-06-07 14:31:17 +00:00
zirain d093b49542
update istio.io/istio (#13040)
* update istio.io/istio

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 56faa0e2a51e

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>

* update to 8d17b8f2d970

---------

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
2023-04-11 11:17:01 -07:00
Frank Budinsky 18e2058d81
Fix snippet generator to not include html id in snip id (#12988)
* Fix snippet generator to not include html id in snip id

* verify failure
2023-04-03 13:20:34 -07:00
Frank Budinsky b64832ac53
gateway-api: future proof gateway address (#12961)
* gateway-api: future proof gateway address

* regen
2023-03-28 14:28:39 -07:00
Frank Budinsky 0d65b3888d
gateway-api: change wait ready to wait programmed (#12937) 2023-03-24 12:12:01 -07:00
Eric Van Norman fefe6d2bd3
advance master to release-1.18 (#12665)
* build an archive of v1.16 in master

* update data/versions.yml and archive index page

* advance master to release-1.18

* Fix lint by moving back to older files - Note automated job will fail lint.

* Temporarily disable the istioctl-analyze test
2023-02-14 21:05:49 -08:00
John Howard 99fc3e2ac2
gateway api: ignore error on install CRDs (#12661)
* gateway api: ignore error on install CRDs

The *expected* result is an error, so ignore it.,

* snips

* Update rest
2023-02-14 09:32:41 -08:00
Frank Budinsky 005b9da62e
Move docs to Gateway API v0.6.1 (#12649)
* Move docs to Gateway API v0.6.1

* regen

* regen again

* make clean
2023-02-13 10:54:41 -08:00
Eric Van Norman 93ea5bb3ae
Update values so istioctl x wait works (#12508)
* Update values so istioctl x wait works

* Remove extra values

* Update all snippet instances of `istio install` for wait_for_istio

* Fix value
2023-01-24 15:46:18 -08:00
Istio Automation 567e3622af
Automator: update istio@ test reference (#12417) 2023-01-04 07:30:34 -08:00
Eric Van Norman 94d90787ff
Update istio test reference (#12330)
* Update istio test reference

* Update to allow modifiers for gateway api

* go mod tidy after `make clean`
2022-12-07 08:21:12 -08:00
Eric Van Norman 1f12d8f392
Release 1.16 istio.io branch cut (#12239)
* build an archive of v1.15 in master

* update data/versions.yml and archive index page

* advance master to release-1.17

* Fix lint error
2022-11-15 13:25:34 -08:00
Eric Van Norman 20491e3165
use short_codes for gateway api version (#12042)
* use short_codes for gateway api version and tpye

* Update function name. Forcing name doesn't work for boilerplates?

* Fix lint

* Remove k8s_gateway_api_type

* Add update-gateway-version mkaefile target

* Fix version in test string

* Simplify id
2022-10-04 12:07:49 -07:00
Frank Budinsky 5e89d73d81
Add gateway-api instructions to getting-started and bookinfo docs (#12021)
* Add gateway-api instructions to getting-started and bookinfo docs

* fix lint

* fix cleanup

* regen

* fix lint

* fix setup

* fix include path

* v1alpha2 -> v1beta1

* regen

* install k8s crds

* fix lint

* fix cleanup

* lint

* workaround duplicate crd problem

* fix cmd

* fixes

* lint

* more fixes

* typo

* regen

* uncomment failing snip

* no choice in getting-started

* lint

* typo

* remove duplicate section title
2022-10-03 12:11:48 -07:00