\ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-082/index.md b/content/docs/news/release_announcements/keptn-082/index.md index 86eabc6ef..66a65d803 100644 --- a/content/docs/news/release_announcements/keptn-082/index.md +++ b/content/docs/news/release_announcements/keptn-082/index.md @@ -124,4 +124,4 @@ Implemented **Keptn spec** version: [0.2.1](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.8.2 -- The upgrade from 0.8.1 to 0.8.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.2](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-1-to-0-8-2) \ No newline at end of file +- The upgrade from 0.8.1 to 0.8.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.2](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-1-to-0-8-2) \ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-083/index.md b/content/docs/news/release_announcements/keptn-083/index.md index bb7cbb548..8b3953175 100644 --- a/content/docs/news/release_announcements/keptn-083/index.md +++ b/content/docs/news/release_announcements/keptn-083/index.md @@ -11,7 +11,7 @@ Keptn 0.8.3 implements the Keptn Enhancement Proposal [#37](https://github.com/k :tada: *Customization of auto-remediation sequences*: With this release, it is possible to customize the remediation sequences, which take care of resolving an open problem for a service. Therefore, the remediation sequence can be modeled in the Shipyard for a specific stage. Besides, it is possible to let the *action-providers* run on an execution plane. - - :warning: As part of the upgrade process to Keptn 0.8.3 and for utilizing the auto-remediation feature, please manually add the following sequence to the stage that should have auto-remediation enabled and replace the [STAGE-NAME] by the name of the stage you added it to. Without that sequence, no remediation will be triggered for an open problem! Please find here more information on how to upgrade the remediation use-case here: [Update your Shipyard for the Remediation Use-Case](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-2-to-0-8-3) + - :warning: As part of the upgrade process to Keptn 0.8.3 and for utilizing the auto-remediation feature, please manually add the following sequence to the stage that should have auto-remediation enabled and replace the [STAGE-NAME] by the name of the stage you added it to. Without that sequence, no remediation will be triggered for an open problem! Please find here more information on how to upgrade the remediation use-case here: [Update your Shipyard for the Remediation Use-Case](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-2-to-0-8-3) ``` - name: remediation @@ -31,7 +31,7 @@ Keptn 0.8.3 implements the Keptn Enhancement Proposal [#37](https://github.com/k :star: *Length of service name increased to 43 characters*: The limitation of the service name length has been loosened to allow a length of 43 characters. -:rocket: *Support custom deployment URLs*: When deploying custom Helm Charts by using the `user_managed` deployment strategy of the *helm-service*, it is now possible to define a public and/or local deployment URL. Therefore, the file `endpoints.yaml` must be uploaded to the helm folder in the configuration repository. This file has to contain the `deploymentURIsLocal` and/or `deploymentURIsPublic`. For more details, please see the documentation [here](https://keptn.sh/docs/0.8.x/continuous_delivery/deployment_helm/#user-managed-deployments-experimental). +:rocket: *Support custom deployment URLs*: When deploying custom Helm Charts by using the `user_managed` deployment strategy of the *helm-service*, it is now possible to define a public and/or local deployment URL. Therefore, the file `endpoints.yaml` must be uploaded to the helm folder in the configuration repository. This file has to contain the `deploymentURIsLocal` and/or `deploymentURIsPublic`. For more details, please see the documentation [here](https://v1.keptn.sh/docs/0.8.x/continuous_delivery/deployment_helm/#user-managed-deployments-experimental). --- @@ -180,7 +180,7 @@ Implemented **Keptn spec** version: [0.2.2](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.8.3 -- The upgrade from 0.8.x to 0.8.3 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.3](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-2-to-0-8-3) +- The upgrade from 0.8.x to 0.8.3 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.3](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-2-to-0-8-3) - :warning: Please consider adding the *remediation sequence* to a stage for enabling the auto-remediation capabilities of Keptn. The instructions you will find in the upgrade guide: *Upgrade from Keptn 0.8.x to 0.8.3* diff --git a/content/docs/news/release_announcements/keptn-084/index.md b/content/docs/news/release_announcements/keptn-084/index.md index 62b9a3d53..72d79423b 100644 --- a/content/docs/news/release_announcements/keptn-084/index.md +++ b/content/docs/news/release_announcements/keptn-084/index.md @@ -154,4 +154,4 @@ Implemented **Keptn spec** version: [0.2.3](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.8.4 -- The upgrade from 0.8.x to 0.8.4 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.4](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-3-to-0-8-4) +- The upgrade from 0.8.x to 0.8.4 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.4](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-3-to-0-8-4) diff --git a/content/docs/news/release_announcements/keptn-085/index.md b/content/docs/news/release_announcements/keptn-085/index.md index 8fd504aa0..2324e0156 100644 --- a/content/docs/news/release_announcements/keptn-085/index.md +++ b/content/docs/news/release_announcements/keptn-085/index.md @@ -13,4 +13,4 @@ Bridge `LOOK_AND_FEEL_URL` is missing in Keptn installer helm chart [4476](https ## Upgrade to 0.8.5 -- The upgrade from 0.8.x to 0.8.5 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.5](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-4-to-0-8-5) +- The upgrade from 0.8.x to 0.8.5 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.5](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-4-to-0-8-5) diff --git a/content/docs/news/release_announcements/keptn-086/index.md b/content/docs/news/release_announcements/keptn-086/index.md index d08bd00ee..db84ea460 100644 --- a/content/docs/news/release_announcements/keptn-086/index.md +++ b/content/docs/news/release_announcements/keptn-086/index.md @@ -14,4 +14,4 @@ Keptn 0.8.6 provides a hotfix release for Keptn 0.8.5, containing an updated Hel ## Upgrade to 0.8.6 -- The upgrade from 0.8.x to 0.8.6 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.6](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-5-to-0-8-6) +- The upgrade from 0.8.x to 0.8.6 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.6](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-5-to-0-8-6) diff --git a/content/docs/news/release_announcements/keptn-087/index.md b/content/docs/news/release_announcements/keptn-087/index.md index cb567ed22..25d48a0ff 100644 --- a/content/docs/news/release_announcements/keptn-087/index.md +++ b/content/docs/news/release_announcements/keptn-087/index.md @@ -55,4 +55,4 @@ This is a bug fix release for Keptn 0.8.4 - 0.8.6, containing fixes for the Brid ## Upgrade to 0.8.7 -- The upgrade from 0.8.x to 0.8.7 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.7](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-6-to-0-8-7) \ No newline at end of file +- The upgrade from 0.8.x to 0.8.7 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.8.7](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-6-to-0-8-7) \ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-090/index.md b/content/docs/news/release_announcements/keptn-090/index.md index ed72202ee..e98fe04bf 100644 --- a/content/docs/news/release_announcements/keptn-090/index.md +++ b/content/docs/news/release_announcements/keptn-090/index.md @@ -204,4 +204,4 @@ Implemented **Keptn spec** version: [0.2.3](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.9.0 -- The upgrade from 0.8.x to 0.9.0 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.9.0](https://keptn.sh/docs/0.9.x/operate/upgrade/#upgrade-from-keptn-0-8-x-to-0-9-0) \ No newline at end of file +- The upgrade from 0.8.x to 0.9.0 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.x to 0.9.0](https://v1.keptn.sh/docs/0.9.x/operate/upgrade/#upgrade-from-keptn-0-8-x-to-0-9-0) \ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-091/index.md b/content/docs/news/release_announcements/keptn-091/index.md index 416c1faac..d7d47a3db 100644 --- a/content/docs/news/release_announcements/keptn-091/index.md +++ b/content/docs/news/release_announcements/keptn-091/index.md @@ -60,4 +60,4 @@ This is a bug fix release for Keptn 0.9.0, containing fixes for the Bridge and K ## Upgrade to 0.9.1 -- The upgrade from 0.9.0 to 0.9.1 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.9.0 to 0.9.1](https://keptn.sh/docs/0.9.x/operate/upgrade/#upgrade-from-keptn-0-9-0-to-0-9-1). +- The upgrade from 0.9.0 to 0.9.1 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.9.0 to 0.9.1](https://v1.keptn.sh/docs/0.9.x/operate/upgrade/#upgrade-from-keptn-0-9-0-to-0-9-1). diff --git a/content/docs/news/release_announcements/keptn-092/index.md b/content/docs/news/release_announcements/keptn-092/index.md index 7b4f24e39..b92ddcbde 100644 --- a/content/docs/news/release_announcements/keptn-092/index.md +++ b/content/docs/news/release_announcements/keptn-092/index.md @@ -16,4 +16,4 @@ This is a hotfix release for Keptn 0.9.1, containing a fix for the OAuth integra ## Upgrade to 0.9.2 -- The upgrade from 0.9.1 to 0.9.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.9.1 to 0.9.2](https://keptn.sh/docs/0.9.x/operate/upgrade/#upgrade-from-keptn-0-9-1-to-0-9-2). +- The upgrade from 0.9.1 to 0.9.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.9.1 to 0.9.2](https://v1.keptn.sh/docs/0.9.x/operate/upgrade/#upgrade-from-keptn-0-9-1-to-0-9-2). diff --git a/content/docs/news/vulnerability_bulletins/keptn-sec-2021-001/index.md b/content/docs/news/vulnerability_bulletins/keptn-sec-2021-001/index.md index 572efe60c..c507e7b48 100644 --- a/content/docs/news/vulnerability_bulletins/keptn-sec-2021-001/index.md +++ b/content/docs/news/vulnerability_bulletins/keptn-sec-2021-001/index.md @@ -34,8 +34,8 @@ The severity of the vulnerability of jmeter-service is: The release of **jmeter-service** in version **0.11.4** contains the new JMeter version v5.4.2. We recommend upgrading your Keptn control plane to 0.11.x as soon as possible allowing you to upgrade the **jmeter-service** to version **0.11.4**. -* :warning: When running on a Keptn below 0.11, you have to perform a backup of the MongoDB due to a breaking change in 0.11. Please follow this [upgrade path with manual MongoDB backup/restore](https://keptn.sh/docs/0.11.x/operate/upgrade/#upgrade-from-keptn-0-10-x-to-0-11-x). -* When running on Keptn 0.11.x, please follow this [upgrade path](https://keptn.sh/docs/0.11.x/operate/upgrade/#upgrade-from-keptn-0-11-x-to-keptn-0-11-4). +* :warning: When running on a Keptn below 0.11, you have to perform a backup of the MongoDB due to a breaking change in 0.11. Please follow this [upgrade path with manual MongoDB backup/restore](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/#upgrade-from-keptn-0-10-x-to-0-11-x). +* When running on Keptn 0.11.x, please follow this [upgrade path](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/#upgrade-from-keptn-0-11-x-to-keptn-0-11-4). ## Workaround diff --git a/content/why-keptn/tool-integrations-right.md b/content/why-keptn/tool-integrations-right.md index 47b2ab109..daf79ada8 100644 --- a/content/why-keptn/tool-integrations-right.md +++ b/content/why-keptn/tool-integrations-right.md @@ -2,4 +2,4 @@ Keptn integrations translate well-defined CloudEvents into proprietary vendor APIs and hide complex automation for advanced tasks. -This makes exchanging tools a simple configuration change rather than touching each individual pipeline. This means that you can use Keptn to orchestrate any tools you like, for more information about integrating tools , check out [Keptn and other tools](https://keptn.sh/docs/concepts/keptn-tools/). +This makes exchanging tools a simple configuration change rather than touching each individual pipeline. This means that you can use Keptn to orchestrate any tools you like, for more information about integrating tools , check out [Keptn and other tools](https://v1.keptn.sh/docs/concepts/keptn-tools/). diff --git a/layouts/404.html b/layouts/404.html index 265b8a8b2..bc1d74f84 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -16,8 +16,8 @@ {{ define "meta" }} - - + + {{ end }} diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 57abd98ad..9d5899e87 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -93,7 +93,7 @@ - {{ partial "scarf.html" . }} + {{ end }} {{ partial "google-analytics.html" . }} diff --git a/layouts/partials/capabilities-cards.html b/layouts/partials/capabilities-cards.html index bd757eab6..f6e26cf4b 100644 --- a/layouts/partials/capabilities-cards.html +++ b/layouts/partials/capabilities-cards.html @@ -71,7 +71,7 @@ {{ .Content }} {{ end }}
diff --git a/layouts/partials/delivery.html b/layouts/partials/delivery.html index 03d8c6764..d4ed429f3 100644 --- a/layouts/partials/delivery.html +++ b/layouts/partials/delivery.html @@ -7,7 +7,7 @@ {{ end }}