Skip to content

Commit

Permalink
Fix broken links (#1189)
Browse files Browse the repository at this point in the history
* add information about Istio bump

* Fix broken links
  • Loading branch information
nataliasitko authored Dec 12, 2024
1 parent 8fdb95a commit a29e7ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/contributor/04-30-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ The following CI jobs are part of the development cycle.
| [`PR Integration Gardener / Istio integration test GCP`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L53) | Executes the integration test suites for the Istio module on a GCP Gardener cluster. |
| [`PR Integration Gardener / Istio integration test AWS specific`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L89) | Executes the integration test suite specific for AWS Hyperscaler. |
| [`PR Integration Gardener / Istio integration test GCP specific`](https://github.com/kyma-project/istio/blob/61f4792ec737a96ce68eaf774c7214ad6f09d8e1/.github/workflows/pull-integration-gardener.yaml#L120) | Executes the integration test suite specific for GCP Hyperscaler. |
| [`UI Tests / Run UI tests`](https://github.com/kyma-project/istio/blob/65822779cbf899909088820ab009450e579199f8/.github/workflows/call-ui-tests.yaml#L7) | Runs UI tests for Busola extensions of the Istio module. |
| [`Workflow validation / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/65822779cbf899909088820ab009450e579199f8/.github/workflows/call-verify-commit-pins.yaml#L7) | Verifies that all external actions are pinned to a commit. |
| [`UI Tests / Run UI tests`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-ui-tests.yaml#L8) | Runs UI tests for Busola extensions of the Istio module. |
| [`Workflow validation / Ensure SHA pinned actions`](https://github.com/kyma-project/istio/blob/47fd5e8dfd844b09aca95ec29bd39f200a207ec6/.github/workflows/call-verify-commit-pins.yaml#L8) | Verifies that all external actions are pinned to a commit. |
| [`Pull Request pipeline / gitleaks`](https://github.com/kyma-project/istio/blob/58c8333423e0c88c4de62ee4b15ba233af50f544/.github/workflows/pull-request.yaml#L10) | Runs the Gitleaks scan to detect any leaks of secrets. |
| [`Sync External Images / sync-external-images`](https://github.com/kyma-project/istio/blob/0a36feb5ef1383b248d9a59e8c22706204491e9d/.github/workflows/sync-external-images.yaml#L20) | Executes image syncer to import external images. |

Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/1.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ This compatibility version applies the following new parameters set to `false`:

## New Features

We've added zone-based **podAntiAffinity** rules for the `istio-ingressgateway` and `istiod` Deployments. This change enhances resiliency and availability in the event of node-level or zone-level failures. ([#1127](https://github.com/kyma-project/istio/pull/1127))
We've added zone-based **podAntiAffinity** rules for the `istio-ingressgateway` and `istiod` Deployments. This change enhances resiliency and availability in the event of node-level or zone-level failures. ([#1127](https://github.com/kyma-project/istio/pull/1127))

0 comments on commit a29e7ff

Please sign in to comment.