arjun-sd
44d08d95e9
Add signadot integration in companies.yml ( #16601 )
...
* Add Signadot integration to companies.yml and logo to static/logos
* Revert unrelated changes; keep only Signadot integration
2025-06-23 23:54:26 -04:00
Istio Automation
c9e05ee3df
[master] Add restrictions on Gateway APIs and services in the same namespace ( #16602 )
...
* Add restrictions on Gateway APIs and services in the same namespace
Fixed #16590
* Update content/en/docs/tasks/traffic-management/ingress/gateway-api/index.md
---------
Co-authored-by: shown <yuluo08290126@gmail.com>
Co-authored-by: Craig Box <craig.box@gmail.com>
2025-06-23 23:31:26 -04:00
Istio Automation
eb83209b9b
Automator: update istio.io@ reference docs ( #16603 )
2025-06-23 22:19:25 -04:00
Wilson Wu
6e3649fb29
Manually sync Chinese version deployment page link fix ( #16594 )
2025-06-22 21:56:25 -04:00
Istio Automation
d5e51d99a8
Automator: update common-files@master in istio/istio.io@master ( #16591 )
2025-06-19 09:49:10 -04:00
Michael Yao
9410a4f1de
update some zh text in i18n/zh.toml ( #16522 )
...
Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
2025-06-19 05:03:09 -04:00
Istio Automation
ae5326175c
Automator: update istio.io@ reference docs ( #16589 )
2025-06-18 22:11:08 -04:00
Istio Automation
f4eceb5f9c
Automator: update common-files@master in istio/istio.io@master ( #16588 )
2025-06-18 14:26:10 -04:00
Istio Automation
48a72cef5a
Automator: update istio.io@ reference docs ( #16581 )
2025-06-16 22:12:14 -04:00
Wilson Wu
8e9420b4be
Sync 1.24 EOL announcement into Chinese ( #16578 )
2025-06-15 22:00:14 -04:00
Istio Automation
95c8d11507
Automator: update istio.io@ reference docs ( #16577 )
2025-06-12 22:12:27 -04:00
Mike Morris
6d80819aa5
add 1.24 initial eol announcement, update eol date in supportStatus.yml ( #16572 )
...
* add 1.24 initial eol announcement, update eol date in supportStatus.yml
* Update data/compatibility/supportStatus.yml
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* Update content/en/news/support/announcing-1.24-eol/index.md
---------
Co-authored-by: Mike Morris <1149913+mikemorris@users.noreply.github.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2025-06-12 17:36:27 -04:00
Aritra Dey
09b9c4b49b
chore(deps): update Makefile to use latest Babel and build tools to reduce warnings ( #16556 )
...
fixes #15059
Signed-off-by: Aritra Dey <adey01027@gmail.com>
2025-06-11 20:06:25 -04:00
Aritra Dey
6f7ed414ea
refactor: rename _wait_for_istio to _wait_for_resource ( #16571 )
...
Signed-off-by: Aritra Dey <adey01027@gmail.com>
2025-06-11 17:41:25 -04:00
Aritra Dey
7d560ea54b
remove use of istioctl x wait ( #16515 )
...
* fix(tests): remove use of deprecated 'istioctl experimental wait'
* Update tests/util/helpers.sh
Co-authored-by: Daniel Hawton <daniel@hawton.org>
* feat: log duration when _wait_for_istio times out
* fix: lint target
* Update test not to look for resources that are not created
* modify wait_for _istio to wait_for_resource
* Revert "modify wait_for _istio to wait_for_resource"
This reverts commit c10ec0c787 .
* check the tests
* fix function name
* fix function name
* change function name _wait_for_istio to _wait_for_resource
* revert: fucntion name to _wait_for_istio
* renamed fucntion name in archive
* renamed fucntion name in tests dir
* modified helpers.sh
* fix: lint target
* add a sleep of 2s
* refractor: sleep for 2s
* wait for all the pods to be ready
* refractor: sleep for 2s
* modified helpers.sh
* change exit to return
* refarctor: not returning 1
Signed-off-by: Aritra Dey <adey01027@gmail.com>
* fix: returning 1
Signed-off-by: Aritra Dey <adey01027@gmail.com>
* revert: duration log
Signed-off-by: Aritra Dey <adey01027@gmail.com>
* fix: lint target
Signed-off-by: Aritra Dey <adey01027@gmail.com>
---------
Signed-off-by: Aritra Dey <adey01027@gmail.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
Co-authored-by: Craig Box <craig.box@gmail.com>
2025-06-10 19:18:24 -04:00
Istio Automation
f5a9d07271
Automator: update istio.io@ reference docs ( #16570 )
2025-06-09 22:16:23 -04:00
Istio Automation
3c1099b495
Automator: update istio@ test reference ( #16566 )
2025-06-08 22:42:13 -04:00
Istio Automation
7d895d2d93
Automator: update common-files@master in istio/istio.io@master ( #16567 )
2025-06-08 04:01:13 -04:00
Istio Automation
811b9971f8
Automator: update istio.io@ reference docs ( #16565 )
2025-06-07 22:17:50 -04:00
Istio Automation
8a02afc89a
Automator: update istio.io@ reference docs ( #16564 )
2025-06-06 22:12:53 -04:00
Istio Automation
07f038e2b3
Automator: update common-files@master in istio/istio.io@master ( #16563 )
2025-06-06 10:26:53 -04:00
Craig Box
c185390625
update robots ( #16558 )
...
* update robots
* fix lint
2025-06-06 08:19:52 -04:00
Istio Automation
097a80ccb1
Automator: update istio.io@ reference docs ( #16561 )
2025-06-05 22:15:52 -04:00
Aritra Dey
8ece13e421
fix(makefile): ensure only one container binds to port 1313 during serve ( #16546 )
...
Signed-off-by: Aritra Dey <adey01027@gmail.com>
2025-06-05 21:18:51 -04:00
Istio Automation
939da2189d
Automator: update istio.io@ reference docs ( #16555 )
2025-06-04 22:11:51 -04:00
Istio Automation
84db88ae13
Automator: update common-files@master in istio/istio.io@master ( #16554 )
2025-06-04 12:33:51 -04:00
Abhinav Sharma
27d0825adf
Update companies.yml with new entries ( #16551 )
...
Co-authored-by: Abhinav <abhi-bhatra@users.noreply.github.com>
2025-06-04 03:36:52 -04:00
Istio Automation
76376aaea3
Automator: update istio@ test reference ( #16550 )
2025-06-01 00:13:39 -04:00
Wilson Wu
14d6a4feae
Sync 1.26.1 release notes into Chinese ( #16548 )
2025-05-31 22:23:37 -04:00
Istio Automation
e21b7d0b63
Automator: update istio.io@ reference docs ( #16549 )
2025-05-30 22:17:36 -04:00
Daniel Hawton
4b14f01d3e
cherry-pick 1.26.1 release note ( #16543 )
...
Signed-off-by: Daniel Hawton <daniel@hawton.org>
2025-05-29 10:54:36 -04:00
Ajay Singh
fe3c859ac7
Replace partialCached with partial ( #16524 )
2025-05-29 05:55:36 -04:00
Craig Box
d6052b6274
Update lint script for archive sites ( #16537 )
2025-05-29 04:20:36 -04:00
Istio Automation
606099a159
Automator: update istio.io@ reference docs ( #16539 )
2025-05-28 22:10:35 -04:00
sbegin0
d4d26522a6
Redirect any "v.XX" not including docs to "latest" using a netlify edge function ( #16378 )
...
* Sam's version
* Skynet's revised version
* Fix test
* Add test script
* Lint test script
---------
Co-authored-by: Craig Box <craig.box@gmail.com>
2025-05-27 19:07:33 -04:00
sbegin0
f83d4a86d8
Added Out-Of-Date Documentation Header for v1.24 ( #16457 )
...
* Added Deprecated Documentation Header
Added a warning header to all docs pages warning user that this version is out-of-date with an option to go to /latest
* Update banner with craig's comments
* created _archive.scss and added archive check for banner
* added i18n en for archive banner
* added uk and zh for archive header
* fix lint
---------
Co-authored-by: Craig Box <craig.box@gmail.com>
2025-05-26 21:46:21 -04:00
Ajay Singh
bc6e6d6694
Update core-js to latest version ( #16518 )
2025-05-26 18:52:21 -04:00
Wilson Wu
3b6c65c619
[zh] Sync #16426 introduce an interstitial for selecting install mode into Chinese ( #16514 )
...
* Sync #16426 introduce an interstitial for selecting install mode into Chinese
* fix owner
* fix lint
2025-05-25 23:13:29 -04:00
Istio Automation
93b3f47185
Automator: update istio@ test reference ( #16519 )
2025-05-24 23:07:28 -04:00
Istio Automation
0e819bd91c
Automator: update istio.io@ reference docs ( #16516 )
2025-05-23 22:13:24 -04:00
Wilson Wu
879501520c
Sync #16505 update ambient to be stable in dataplane comparison page into Chinese ( #16510 )
2025-05-23 05:19:23 -04:00
Istio Automation
7ae3440827
Automator: update istio.io@ reference docs ( #16512 )
2025-05-22 22:13:22 -04:00
Istio Automation
34cff8866d
Automator: update common-files@master in istio/istio.io@master ( #16511 )
2025-05-22 10:17:23 -04:00
Ajay Singh
47f01c5ead
bump: Hugo to version 0.147.4 ( #16499 )
...
* bump: Hugo to version 0.147.2
* Add flag for hugo bump
* update comment
Co-authored-by: Craig Box <craig.box@gmail.com>
* Update netlify.toml
---------
Co-authored-by: Craig Box <craig.box@gmail.com>
Co-authored-by: Daniel Hawton <daniel@hawton.org>
2025-05-22 09:42:51 -04:00
Istio Automation
1f2d4b6e58
Automator: update common-files@master in istio/istio.io@master ( #16509 )
2025-05-22 04:17:31 -04:00
Craig Box
988c3d1f85
Introduce an interstitial for selecting install mode ( #16426 )
...
* Introduce an interstitial for selecting install mode
* remove leftover span
* fix libt
* update the order
* Better CSS
2025-05-22 04:04:26 -04:00
Steven Jin
a5522a069b
Update ambient to be stable in dataplane comparison page ( #16505 )
2025-05-21 18:16:26 -04:00
Wilson Wu
26ebf7b83b
Sync #16501 update authz-custom to new OPA docs link into Chinese ( #16503 )
2025-05-21 01:07:25 -04:00
Istio Automation
3e4015e38f
Automator: update istio.io@ reference docs ( #16502 )
2025-05-20 22:10:24 -04:00
Charlie Egan
21ae6db35c
docs: Update authz-custom to new OPA docs link ( #16501 )
...
We have moved some pages in the OPA site and this content has a new URL.
2025-05-20 18:13:24 -04:00