diff --git a/.github/workflows/ISSUE_TEMPLATE/config.yml b/.github/workflows/ISSUE_TEMPLATE/config.yml index 66a4d011d..060225df2 100644 --- a/.github/workflows/ISSUE_TEMPLATE/config.yml +++ b/.github/workflows/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ contact_links: - name: Discuss on Slack - url: "https://keptn.sh/community/#slack" + url: "https://v1.keptn.sh/community/#slack" about: You can discuss Keptn website in the keptn-website and keptn-docs channels on Keptn Slack diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 1fb64d77d..cf7dfecce 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -73,7 +73,7 @@ jobs: ./dist/keptn generate docs --dir="$DOCS_PATH" # Replaces All Occurences of version links with a relative path - find $DOCS_PATH -print -type f -name '*.md' -exec sed -i "s@https://keptn.sh/docs/[[:digit:]][^/]*/@${RELATIVE_PATH}@g" {} \; + find $DOCS_PATH -print -type f -name '*.md' -exec sed -i "s@https://v1.keptn.sh/docs/[[:digit:]][^/]*/@${RELATIVE_PATH}@g" {} \; - name: Create Pull Request uses: peter-evans/create-pull-request@v4 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index acde0f83a..6198224f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribute to the Keptn website -This document provides information about contributing to the [Keptn documentation](https://keptn.sh/docs/), which is part of the [Keptn](https://keptn.sh) website. +This document provides information about contributing to the [Keptn documentation](https://v1.keptn.sh/docs/), which is part of the [Keptn](https://keptn.sh) website. This documentation is authored with [markdown](https://www.markdownguide.org/basic-syntax/) and rendered using the [Hugo static website generator framework](http://gohugo.io). @@ -11,7 +11,7 @@ this works well for small modifications but, if you are making significant chang You can also run the [Hugo](https://gohugo.io/) based website locally to check the rendered documentation and then push your changes to the repository as a pull request. -If you need help getting started, feel free to ask for help on the `#help-contributing` or `#keptn-docs` channels on the [Keptn Slack](https://keptn.sh/community/#slack). +If you need help getting started, feel free to ask for help on the `#help-contributing` or `#keptn-docs` channels on the [Keptn Slack](https://v1.keptn.sh/community/#slack). We were all new to this once and are happy to help you! ## Notes about markdown @@ -209,7 +209,7 @@ When *grip* is installed, you can format the specified file locally by running t ## Source file structure -The source files for the [Keptn Documentation](https://keptn.sh/docs/) are stored under the *content/docs* directory in the repository. +The source files for the [Keptn Documentation](https://v1.keptn.sh/docs/) are stored under the *content/docs* directory in the repository. The build strategy is to build everything except for the files/folders that are listed in the `ignoreFiles` array in the [config.toml](https://github.com/keptn/keptn.github.io/blob/master/config.toml) file. The order in which the files are displayed is determined by the value of the `weight` field in the metadata section of *_index.md* and *index.md* files located throughout the directory tree. diff --git a/README.md b/README.md index a2ba7df17..bb540506d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Keptn Website -[![Channel on Slack](https://img.shields.io/badge/Slack-%23keptn--website-green)](https://keptn.sh/community/#slack) +[![Channel on Slack](https://img.shields.io/badge/Slack-%23keptn--website-green)](https://v1.keptn.sh/community/#slack) ![Powered by Netlify](https://img.shields.io/netlify/5b8b8c0a-121b-4216-bf17-eec11b2f2391) The Keptn project has a static website powered by [Hugo](https://gohugo.io/) and [Netlify](https://www.netlify.com/). diff --git a/_redirects b/_redirects index 29f270fe7..4654b8b92 100644 --- a/_redirects +++ b/_redirects @@ -1 +1 @@ -https://keptn.netlify.com/* https://keptn.sh/:splat 301! +https://keptn.netlify.com/* https://v1.keptn.sh/:splat 301! diff --git a/assets/js/scripts.js b/assets/js/scripts.js index 1270cae2d..6cf02002c 100644 --- a/assets/js/scripts.js +++ b/assets/js/scripts.js @@ -19,14 +19,14 @@ if (body.classList.contains('page-home')) { logoIntro.classList.add('is-sticky'); logo.classList.add('is-sticky'); hamburgerInner.classList.add('is-sticky'); - logoJS.src = 'https://keptn.sh/images/logo.svg'; + logoJS.src = 'https://v1.keptn.sh/images/logo.svg'; } } else { header.classList.remove('is-sticky'); logoIntro.classList.remove('is-sticky'); logo.classList.remove('is-sticky'); hamburgerInner.classList.remove('is-sticky'); - logoJS.src = 'https://keptn.sh/images/home/hero/keptn-logo-white.svg'; + logoJS.src = 'https://v1.keptn.sh/images/home/hero/keptn-logo-white.svg'; } }); @@ -55,7 +55,7 @@ if (body.classList.contains('page-home')) { shuffle(randomLogoNumbers); var counter = 0; happyUserLogos.forEach(logo => { - logo.src = 'https://keptn.sh/images/home/happy-users/logos/logo-' + randomLogoNumbers[counter] + '.png'; + logo.src = 'https://v1.keptn.sh/images/home/happy-users/logos/logo-' + randomLogoNumbers[counter] + '.png'; counter = ++counter; }); }); diff --git a/config.toml b/config.toml index d520f5a47..cec48b95d 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -# baseURL = "https://keptn.sh/" +# baseURL = "https://v1.keptn.sh/" languageCode = "en-us" title = "keptn | Cloud-native application life-cycle orchestration" theme = "hugo-serif-theme" diff --git a/content/community/contributing/index.md b/content/community/contributing/index.md index ce12c6f03..e03e4025a 100644 --- a/content/community/contributing/index.md +++ b/content/community/contributing/index.md @@ -47,14 +47,10 @@ If you are interested, join the `#keptn-docs` channel on the Keptn Slack workspa Major documentation areas: -* Documentation ([keptn.sh/docs](https://keptn.sh/docs/)) - extend and improve the documentation for Keptn +* Documentation ([keptn.sh/docs](https://v1.keptn.sh/docs/)) - extend and improve the documentation for Keptn * [GitHub Repository](https://github.com/keptn/keptn.github.io/) * [How to contribute?](https://github.com/keptn/keptn.github.io/blob/master/CONTRIBUTING.md) * [Good First Issues](https://github.com/keptn/keptn.github.io/labels/good%20first%20issue) -* Tutorials ([tutorials.keptn.sh](https://tutorials.keptn.sh/)) - add new tutorials and extend the existing ones to help newcomer users to study Keptn, and to integrate it into their application management. - * [GitHub Repository](https://github.com/keptn/tutorials) - * [How to contribute?](https://github.com/keptn/tutorials/blob/master/CONTRIBUTING.md) - * [Good First Issues](https://github.com/keptn/tutorials/labels/good%20first%20issue) * Services and Components Documentation - many components, e.g. the [Prometheus Service for Keptn](https://github.com/keptn-contrib/prometheus-service), have documentation as a part of their repositories. Patches are welcome there too! * [Keptn Examples](https://github.com/keptn/examples) - expand and document Keptn examples that can be used by end users * Contributing guidelines diff --git a/content/docs/0.10.x/reference/bridge/_index.md b/content/docs/0.10.x/reference/bridge/_index.md index 8f09cbc92..7062dded4 100644 --- a/content/docs/0.10.x/reference/bridge/_index.md +++ b/content/docs/0.10.x/reference/bridge/_index.md @@ -175,13 +175,13 @@ You can find links to for different integration possibilities here. This makes i integrations for different CI providers. Please note that the page contains dynamic content that is loaded from https://get.keptn.sh/integrations.html. By clicking the button the data is requested, -and additional data is gathered from the client. For more information about this see https://keptn.sh/docs/0.10.x/reference/load_information/. +and additional data is gathered from the client. For more information about this see https://v1.keptn.sh/docs/0.10.x/reference/load_information/. ### Settings #### Project settings In the settings view the project settings can be edited. -To get more information about how to manage your projects with the settings, visit [Manage Projects](https://keptn.sh/docs/0.10.x/reference/bridge/manage_projects). +To get more information about how to manage your projects with the settings, visit [Manage Projects](https://v1.keptn.sh/docs/0.10.x/reference/bridge/manage_projects). {{< popup_image link="./assets/project-settings.png" @@ -190,7 +190,7 @@ caption="Keptn Bridge Project Settings View">}} #### Service settings In this view, services can be created, updated and deleted. -To get more information about how services can be managed in your settings, visit [Manage Services](https://keptn.sh/docs/0.10.x/reference/bridge/manage_services). +To get more information about how services can be managed in your settings, visit [Manage Services](https://v1.keptn.sh/docs/0.10.x/reference/bridge/manage_services). {{< popup_image link="./assets/service-settings.png" @@ -201,7 +201,7 @@ caption="Keptn Bridge Service Settings View">}} ### Approvals -If you have a [manual approval strategy](https://keptn.sh/docs/0.10.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. +If you have a [manual approval strategy](https://v1.keptn.sh/docs/0.10.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. At sequence execution, if the approval task is reached, a panel is shown in all relevant screens: In the environment view a pending approval can be recognized by the blue service out-of-sync icon at the according stage. @@ -225,7 +225,7 @@ caption="Approval in Sequences">}} ### Manage projects -See the documentation for [managing projects](https://keptn.sh/docs/0.10.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. +See the documentation for [managing projects](https://v1.keptn.sh/docs/0.10.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. ## Early access version of Keptn Bridge diff --git a/content/docs/0.10.x/reference/bridge/manage_projects/index.md b/content/docs/0.10.x/reference/bridge/manage_projects/index.md index 0f5f3c09d..1ad08c008 100644 --- a/content/docs/0.10.x/reference/bridge/manage_projects/index.md +++ b/content/docs/0.10.x/reference/bridge/manage_projects/index.md @@ -10,8 +10,8 @@ The following sections explain in detail which functionalities you can use to se This may also be interesting for you: -* [Create a project with the CLI](https://keptn.sh/docs/0.10.x/reference/cli/commands/keptn_create_project/) -* [Update a project with the CLI](https://keptn.sh/docs/0.10.x/reference/cli/commands/keptn_update_project/) +* [Create a project with the CLI](https://v1.keptn.sh/docs/0.10.x/reference/cli/commands/keptn_create_project/) +* [Update a project with the CLI](https://v1.keptn.sh/docs/0.10.x/reference/cli/commands/keptn_update_project/) ## Create a new project in Bridge @@ -37,11 +37,11 @@ The project name has to be unique in the Keptn installation. Therefore, it must #### Git repository settings The Git upstream can be set by providing the Git repository URL, Git username and the Git token. This is parallel to the Git ``--git-user=GIT_USER --git-token=GIT_TOKEN --git-remote-url=GIT_REMOTE_URL`` parameters when using the Keptn CLI. -More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.10.x/manage/git_upstream/). +More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.10.x/manage/git_upstream/). #### Shipyard file Please provide the `shipyard.yaml` file here for your project. You can either drag it into the panel or select it manually from your file system with the "Select a file" button.
-You can find more information about the shipyard file on the [Shipyard documentation page](https://keptn.sh/docs/0.10.x/manage/shipyard/). +You can find more information about the shipyard file on the [Shipyard documentation page](https://v1.keptn.sh/docs/0.10.x/manage/shipyard/). After the successful creation of the project, you are redirected directly to the new project's settings page. Your project should already be available in the project overview and in the navigation. @@ -71,5 +71,5 @@ caption="Delete project">}} ### Update the Git upstream settings The git upstream can be updated by providing the Git repository URL, Git username and the Git token. This can also be achieved by -using the [keptn update project](https://keptn.sh/docs/0.10.x/reference/cli/commands/keptn_update_project/) command. -More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.10.x/manage/git_upstream/). +using the [keptn update project](https://v1.keptn.sh/docs/0.10.x/reference/cli/commands/keptn_update_project/) command. +More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.10.x/manage/git_upstream/). diff --git a/content/docs/0.10.x/reference/bridge/manage_services/index.md b/content/docs/0.10.x/reference/bridge/manage_services/index.md index 6cae7a005..6a1f93172 100644 --- a/content/docs/0.10.x/reference/bridge/manage_services/index.md +++ b/content/docs/0.10.x/reference/bridge/manage_services/index.md @@ -10,7 +10,7 @@ The following sections explain in detail, which functionalities you can use to s This may also be interesting for you: -* [Create a service with the CLI](https://keptn.sh/docs/0.10.x/reference/cli/commands/keptn_create_service/) +* [Create a service with the CLI](https://v1.keptn.sh/docs/0.10.x/reference/cli/commands/keptn_create_service/) ## Create a service in Bridge On the service settings page, you can find a "Create service" button. diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.10.x/reference/cli/commands/keptn_configure_monitoring.md index a67ddaa75..258707d68 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.10.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.10.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.10.x/reference/cli/commands/keptn_create_project.md index 665a24d9a..9a4b4c8c9 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_create_project.md @@ -15,7 +15,7 @@ The shipyard file describes the used stages. These stages are defined by name, a By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.10.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.10.x/manage/) ``` diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.10.x/reference/cli/commands/keptn_delete_project.md index 6843aca37..5db0d819b 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.10.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.10.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.10.x/reference/cli/commands/keptn_generate_docs.md index e02fb31f1..47e834b54 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_install.md b/content/docs/0.10.x/reference/cli/commands/keptn_install.md index 909d59f2b..4b35eda43 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.10.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.10.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.10.x/reference/cli/commands/keptn_uninstall.md index 541f0a1a1..5fa4dd355 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.10.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.10.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.10.x/reference/cli/commands/keptn_update_project.md index 25001fbe0..c805bbbd8 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.10.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.10.x/manage/) ``` diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.10.x/reference/cli/commands/keptn_upgrade.md index 87a84d289..6be23e900 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster and supports upgrading the shipyard of a The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. Also, it supports upgrading the shipyard of an existing project to a new specification. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.10.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.10.x/operate/upgrade/) ``` diff --git a/content/docs/0.10.x/reference/cli/commands/keptn_upgrade_project.md b/content/docs/0.10.x/reference/cli/commands/keptn_upgrade_project.md index 4877ec698..bb7f9cbef 100644 --- a/content/docs/0.10.x/reference/cli/commands/keptn_upgrade_project.md +++ b/content/docs/0.10.x/reference/cli/commands/keptn_upgrade_project.md @@ -15,7 +15,7 @@ This command will upgrade the shipyard of the project to the specified version By executing the update project command, Keptn will fetch the current shipyard.yaml file of the project and convert it to the version specified in the 'toVersion'' flag. -For more information about upgrading projects, go to [Manage Keptn](https://keptn.sh/docs/0.10.x/operate/upgrade) +For more information about upgrading projects, go to [Manage Keptn](https://v1.keptn.sh/docs/0.10.x/operate/upgrade) ``` diff --git a/content/docs/0.11.x/reference/bridge/_index.md b/content/docs/0.11.x/reference/bridge/_index.md index 1dac0376a..20c0d26d3 100644 --- a/content/docs/0.11.x/reference/bridge/_index.md +++ b/content/docs/0.11.x/reference/bridge/_index.md @@ -175,13 +175,13 @@ You can find links to for different integration possibilities here. This makes i integrations for different CI providers. Please note that the page contains dynamic content that is loaded from https://get.keptn.sh/integrations.html. By clicking the button the data is requested, -and additional data is gathered from the client. For more information about this see https://keptn.sh/docs/0.11.x/reference/load_information/. +and additional data is gathered from the client. For more information about this see https://v1.keptn.sh/docs/0.11.x/reference/load_information/. ### Settings #### Project settings In the settings view the project settings can be edited. -To get more information about how to manage your projects with the settings, visit [Manage Projects](https://keptn.sh/docs/0.11.x/reference/bridge/manage_projects). +To get more information about how to manage your projects with the settings, visit [Manage Projects](https://v1.keptn.sh/docs/0.11.x/reference/bridge/manage_projects). {{< popup_image link="./assets/project-settings.png" @@ -190,7 +190,7 @@ caption="Keptn Bridge Project Settings View">}} #### Service settings In this view, services can be created, updated and deleted. -To get more information about how services can be managed in your settings, visit [Manage Services](https://keptn.sh/docs/0.11.x/reference/bridge/manage_services). +To get more information about how services can be managed in your settings, visit [Manage Services](https://v1.keptn.sh/docs/0.11.x/reference/bridge/manage_services). {{< popup_image link="./assets/service-settings.png" @@ -201,7 +201,7 @@ caption="Keptn Bridge Service Settings View">}} ### Approvals -If you have a [manual approval strategy](https://keptn.sh/docs/0.11.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. +If you have a [manual approval strategy](https://v1.keptn.sh/docs/0.11.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. At sequence execution, if the approval task is reached, a panel is shown in all relevant screens: In the environment view a pending approval can be recognized by the blue service out-of-sync icon at the according stage. @@ -225,7 +225,7 @@ caption="Approval in Sequences">}} ### Manage projects -See the documentation for [managing projects](https://keptn.sh/docs/0.11.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. +See the documentation for [managing projects](https://v1.keptn.sh/docs/0.11.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. ## Early access version of Keptn Bridge diff --git a/content/docs/0.11.x/reference/bridge/manage_projects/index.md b/content/docs/0.11.x/reference/bridge/manage_projects/index.md index 5e676f846..831409400 100644 --- a/content/docs/0.11.x/reference/bridge/manage_projects/index.md +++ b/content/docs/0.11.x/reference/bridge/manage_projects/index.md @@ -10,8 +10,8 @@ The following sections explain in detail which functionalities you can use to se This may also be interesting for you: -* [Create a project with the CLI](https://keptn.sh/docs/0.11.x/reference/cli/commands/keptn_create_project/) -* [Update a project with the CLI](https://keptn.sh/docs/0.11.x/reference/cli/commands/keptn_update_project/) +* [Create a project with the CLI](https://v1.keptn.sh/docs/0.11.x/reference/cli/commands/keptn_create_project/) +* [Update a project with the CLI](https://v1.keptn.sh/docs/0.11.x/reference/cli/commands/keptn_update_project/) ## Create a new project in Bridge @@ -37,11 +37,11 @@ The project name has to be unique in the Keptn installation. Therefore, it must #### Git repository settings The Git upstream can be set by providing the Git repository URL, Git username and the Git token. This is parallel to the Git ``--git-user=GIT_USER --git-token=GIT_TOKEN --git-remote-url=GIT_REMOTE_URL`` parameters when using the Keptn CLI. -More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.11.x/manage/git_upstream/). +More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.11.x/manage/git_upstream/). #### Shipyard file Please provide the `shipyard.yaml` file here for your project. You can either drag it into the panel or select it manually from your file system with the "Select a file" button.
-You can find more information about the shipyard file on the [Shipyard documentation page](https://keptn.sh/docs/0.11.x/manage/shipyard/). +You can find more information about the shipyard file on the [Shipyard documentation page](https://v1.keptn.sh/docs/0.11.x/manage/shipyard/). After the successful creation of the project, you are redirected directly to the new project's settings page. Your project should already be available in the project overview and in the navigation. @@ -71,5 +71,5 @@ caption="Delete project">}} ### Update the Git upstream settings The git upstream can be updated by providing the Git repository URL, Git username and the Git token. This can also be achieved by -using the [keptn update project](https://keptn.sh/docs/0.11.x/reference/cli/commands/keptn_update_project/) command. -More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.11.x/manage/git_upstream/). +using the [keptn update project](https://v1.keptn.sh/docs/0.11.x/reference/cli/commands/keptn_update_project/) command. +More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.11.x/manage/git_upstream/). diff --git a/content/docs/0.11.x/reference/bridge/manage_services/index.md b/content/docs/0.11.x/reference/bridge/manage_services/index.md index d1dd4c5dd..8bde69488 100644 --- a/content/docs/0.11.x/reference/bridge/manage_services/index.md +++ b/content/docs/0.11.x/reference/bridge/manage_services/index.md @@ -10,7 +10,7 @@ The following sections explain in detail, which functionalities you can use to s This may also be interesting for you: -* [Create a service with the CLI](https://keptn.sh/docs/0.11.x/reference/cli/commands/keptn_create_service/) +* [Create a service with the CLI](https://v1.keptn.sh/docs/0.11.x/reference/cli/commands/keptn_create_service/) ## Create a service in Bridge On the service settings page, you can find a "Create service" button. diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.11.x/reference/cli/commands/keptn_configure_monitoring.md index 8e35dd0c7..f7b8050b5 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.11.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.11.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.11.x/reference/cli/commands/keptn_create_project.md index 293c091f5..59b024f0b 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_create_project.md @@ -15,7 +15,7 @@ The shipyard file describes the used stages. These stages are defined by name, a By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.11.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.11.x/manage/) ``` diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.11.x/reference/cli/commands/keptn_delete_project.md index c89d78750..92436087a 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.11.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.11.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.11.x/reference/cli/commands/keptn_generate_docs.md index 95911fcfb..d619cbe58 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_install.md b/content/docs/0.11.x/reference/cli/commands/keptn_install.md index 6d8bca181..70eca6213 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.11.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.11.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.11.x/reference/cli/commands/keptn_uninstall.md index 584db6d3a..f1e7c73ee 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.11.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.11.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.11.x/reference/cli/commands/keptn_update_project.md index 43c2b7e35..dad21ad80 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.11.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.11.x/manage/) ``` diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.11.x/reference/cli/commands/keptn_upgrade.md index fdd32cd49..70348722a 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster and supports upgrading the shipyard of a The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. Also, it supports upgrading the shipyard of an existing project to a new specification. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.11.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/) ``` diff --git a/content/docs/0.11.x/reference/cli/commands/keptn_upgrade_project.md b/content/docs/0.11.x/reference/cli/commands/keptn_upgrade_project.md index 727f0e9d6..027a3e7a0 100644 --- a/content/docs/0.11.x/reference/cli/commands/keptn_upgrade_project.md +++ b/content/docs/0.11.x/reference/cli/commands/keptn_upgrade_project.md @@ -15,7 +15,7 @@ This command will upgrade the shipyard of the project to the specified version By executing the update project command, Keptn will fetch the current shipyard.yaml file of the project and convert it to the version specified in the 'toVersion'' flag. -For more information about upgrading projects, go to [Manage Keptn](https://keptn.sh/docs/0.11.x/operate/upgrade) +For more information about upgrading projects, go to [Manage Keptn](https://v1.keptn.sh/docs/0.11.x/operate/upgrade) ``` diff --git a/content/docs/0.12.x/reference/bridge/_index.md b/content/docs/0.12.x/reference/bridge/_index.md index 3b1f5e459..3a5d9305b 100644 --- a/content/docs/0.12.x/reference/bridge/_index.md +++ b/content/docs/0.12.x/reference/bridge/_index.md @@ -175,13 +175,13 @@ You can find links to for different integration possibilities here. This makes i integrations for different CI providers. Please note that the page contains dynamic content that is loaded from https://get.keptn.sh/integrations.html. By clicking the button the data is requested, -and additional data is gathered from the client. For more information about this see https://keptn.sh/docs/0.12.x/reference/load_information/. +and additional data is gathered from the client. For more information about this see https://v1.keptn.sh/docs/0.12.x/reference/load_information/. ### Settings #### Project settings In the settings view the project settings can be edited. -To get more information about how to manage your projects with the settings, visit [Manage Projects](https://keptn.sh/docs/0.12.x/reference/bridge/manage_projects). +To get more information about how to manage your projects with the settings, visit [Manage Projects](https://v1.keptn.sh/docs/0.12.x/reference/bridge/manage_projects). {{< popup_image link="./assets/project-settings.png" @@ -190,7 +190,7 @@ caption="Keptn Bridge Project Settings View">}} #### Service settings In this view, services can be created, updated and deleted. -To get more information about how services can be managed in your settings, visit [Manage Services](https://keptn.sh/docs/0.12.x/reference/bridge/manage_services). +To get more information about how services can be managed in your settings, visit [Manage Services](https://v1.keptn.sh/docs/0.12.x/reference/bridge/manage_services). {{< popup_image link="./assets/service-settings.png" @@ -201,7 +201,7 @@ caption="Keptn Bridge Service Settings View">}} ### Approvals -If you have a [manual approval strategy](https://keptn.sh/docs/0.12.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. +If you have a [manual approval strategy](https://v1.keptn.sh/docs/0.12.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. At sequence execution, if the approval task is reached, a panel is shown in all relevant screens: In the environment view a pending approval can be recognized by the blue service out-of-sync icon at the according stage. @@ -225,7 +225,7 @@ caption="Approval in Sequences">}} ### Manage projects -See the documentation for [managing projects](https://keptn.sh/docs/0.12.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. +See the documentation for [managing projects](https://v1.keptn.sh/docs/0.12.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. ## Early access version of Keptn Bridge diff --git a/content/docs/0.12.x/reference/bridge/manage_projects/index.md b/content/docs/0.12.x/reference/bridge/manage_projects/index.md index 113a454d7..5d20ae333 100644 --- a/content/docs/0.12.x/reference/bridge/manage_projects/index.md +++ b/content/docs/0.12.x/reference/bridge/manage_projects/index.md @@ -10,8 +10,8 @@ The following sections explain in detail which functionalities you can use to se This may also be interesting for you: -* [Create a project with the CLI](https://keptn.sh/docs/0.12.x/reference/cli/commands/keptn_create_project/) -* [Update a project with the CLI](https://keptn.sh/docs/0.12.x/reference/cli/commands/keptn_update_project/) +* [Create a project with the CLI](https://v1.keptn.sh/docs/0.12.x/reference/cli/commands/keptn_create_project/) +* [Update a project with the CLI](https://v1.keptn.sh/docs/0.12.x/reference/cli/commands/keptn_update_project/) ## Create a new project in Bridge @@ -37,11 +37,11 @@ The project name has to be unique in the Keptn installation. Therefore, it must #### Git repository settings The Git upstream can be set by providing the Git repository URL, Git username and the Git token. This is parallel to the Git ``--git-user=GIT_USER --git-token=GIT_TOKEN --git-remote-url=GIT_REMOTE_URL`` parameters when using the Keptn CLI. -More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.12.x/manage/git_upstream/). +More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.12.x/manage/git_upstream/). #### Shipyard file Please provide the `shipyard.yaml` file here for your project. You can either drag it into the panel or select it manually from your file system with the "Select a file" button.
-You can find more information about the shipyard file on the [Shipyard documentation page](https://keptn.sh/docs/0.12.x/manage/shipyard/). +You can find more information about the shipyard file on the [Shipyard documentation page](https://v1.keptn.sh/docs/0.12.x/manage/shipyard/). After the successful creation of the project, you are redirected directly to the new project's settings page. Your project should already be available in the project overview and in the navigation. @@ -71,5 +71,5 @@ caption="Delete project">}} ### Update the Git upstream settings The git upstream can be updated by providing the Git repository URL, Git username and the Git token. This can also be achieved by -using the [keptn update project](https://keptn.sh/docs/0.12.x/reference/cli/commands/keptn_update_project/) command. -More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.12.x/manage/git_upstream/). +using the [keptn update project](https://v1.keptn.sh/docs/0.12.x/reference/cli/commands/keptn_update_project/) command. +More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.12.x/manage/git_upstream/). diff --git a/content/docs/0.12.x/reference/bridge/manage_services/index.md b/content/docs/0.12.x/reference/bridge/manage_services/index.md index 5f2424e51..7c5197d5a 100644 --- a/content/docs/0.12.x/reference/bridge/manage_services/index.md +++ b/content/docs/0.12.x/reference/bridge/manage_services/index.md @@ -10,7 +10,7 @@ The following sections explain in detail, which functionalities you can use to s This may also be interesting for you: -* [Create a service with the CLI](https://keptn.sh/docs/0.12.x/reference/cli/commands/keptn_create_service/) +* [Create a service with the CLI](https://v1.keptn.sh/docs/0.12.x/reference/cli/commands/keptn_create_service/) ## Create a service in Bridge On the service settings page, you can find a "Create service" button. diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.12.x/reference/cli/commands/keptn_configure_monitoring.md index dfb3675bd..ffe5ce2db 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.12.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.12.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.12.x/reference/cli/commands/keptn_create_project.md index 5cbe2f4a3..510683deb 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_create_project.md @@ -15,7 +15,7 @@ The shipyard file describes the used stages. These stages are defined by name, a By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.12.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.12.x/manage/) ``` diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.12.x/reference/cli/commands/keptn_delete_project.md index 28af0ae02..d20604b3d 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.12.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.12.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.12.x/reference/cli/commands/keptn_generate_docs.md index 5dec28e31..71d601457 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_install.md b/content/docs/0.12.x/reference/cli/commands/keptn_install.md index 2f80ae137..afdcc39c0 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.12.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.12.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.12.x/reference/cli/commands/keptn_uninstall.md index ba9d852c0..4a78fe2eb 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.12.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.12.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.12.x/reference/cli/commands/keptn_update_project.md index 134df2565..e445169bc 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.12.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.12.x/manage/) ``` diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.12.x/reference/cli/commands/keptn_upgrade.md index 95936dcef..75227fd51 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster. The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.12.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.12.x/operate/upgrade/) ``` diff --git a/content/docs/0.12.x/reference/cli/commands/keptn_upgrade_project.md b/content/docs/0.12.x/reference/cli/commands/keptn_upgrade_project.md index 727f0e9d6..027a3e7a0 100644 --- a/content/docs/0.12.x/reference/cli/commands/keptn_upgrade_project.md +++ b/content/docs/0.12.x/reference/cli/commands/keptn_upgrade_project.md @@ -15,7 +15,7 @@ This command will upgrade the shipyard of the project to the specified version By executing the update project command, Keptn will fetch the current shipyard.yaml file of the project and convert it to the version specified in the 'toVersion'' flag. -For more information about upgrading projects, go to [Manage Keptn](https://keptn.sh/docs/0.11.x/operate/upgrade) +For more information about upgrading projects, go to [Manage Keptn](https://v1.keptn.sh/docs/0.11.x/operate/upgrade) ``` diff --git a/content/docs/0.13.x/reference/bridge/_index.md b/content/docs/0.13.x/reference/bridge/_index.md index d5658c485..ab253893e 100644 --- a/content/docs/0.13.x/reference/bridge/_index.md +++ b/content/docs/0.13.x/reference/bridge/_index.md @@ -176,13 +176,13 @@ You can find links to for different integration possibilities here. This makes i integrations for different CI providers. Please note that the page contains dynamic content that is loaded from https://get.keptn.sh/integrations.html. By clicking the button the data is requested, -and additional data is gathered from the client. For more information about this see https://keptn.sh/docs/0.13.x/reference/load_information/. +and additional data is gathered from the client. For more information about this see https://v1.keptn.sh/docs/0.13.x/reference/load_information/. ### Settings #### Project settings In the settings view the project settings can be edited. -To get more information about how to manage your projects with the settings, visit [Manage Projects](https://keptn.sh/docs/0.13.x/reference/bridge/manage_projects). +To get more information about how to manage your projects with the settings, visit [Manage Projects](https://v1.keptn.sh/docs/0.13.x/reference/bridge/manage_projects). {{< popup_image link="./assets/project-settings.png" @@ -191,7 +191,7 @@ caption="Keptn Bridge Project Settings View">}} #### Service settings In this view, services can be created, updated and deleted. -To get more information about how services can be managed in your settings, visit [Manage Services](https://keptn.sh/docs/0.13.x/reference/bridge/manage_services). +To get more information about how services can be managed in your settings, visit [Manage Services](https://v1.keptn.sh/docs/0.13.x/reference/bridge/manage_services). {{< popup_image link="./assets/service-settings.png" @@ -202,7 +202,7 @@ caption="Keptn Bridge Service Settings View">}} ### Approvals -If you have a [manual approval strategy](https://keptn.sh/docs/0.13.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. +If you have a [manual approval strategy](https://v1.keptn.sh/docs/0.13.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. At sequence execution, if the approval task is reached, a panel is shown in all relevant screens: In the environment view a pending approval can be recognized by the blue service out-of-sync icon at the according stage. @@ -226,7 +226,7 @@ caption="Approval in Sequences">}} ### Manage projects -See the documentation for [managing projects](https://keptn.sh/docs/0.13.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. +See the documentation for [managing projects](https://v1.keptn.sh/docs/0.13.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. ## Early access version of Keptn Bridge diff --git a/content/docs/0.13.x/reference/bridge/manage_projects/index.md b/content/docs/0.13.x/reference/bridge/manage_projects/index.md index 21ff9af65..ce1ed9ee5 100644 --- a/content/docs/0.13.x/reference/bridge/manage_projects/index.md +++ b/content/docs/0.13.x/reference/bridge/manage_projects/index.md @@ -10,8 +10,8 @@ The following sections explain in detail which functionalities you can use to se This may also be interesting for you: -* [Create a project with the CLI](https://keptn.sh/docs/0.13.x/reference/cli/commands/keptn_create_project/) -* [Update a project with the CLI](https://keptn.sh/docs/0.13.x/reference/cli/commands/keptn_update_project/) +* [Create a project with the CLI](https://v1.keptn.sh/docs/0.13.x/reference/cli/commands/keptn_create_project/) +* [Update a project with the CLI](https://v1.keptn.sh/docs/0.13.x/reference/cli/commands/keptn_update_project/) ## Create a new project in Bridge @@ -37,11 +37,11 @@ The project name has to be unique in the Keptn installation. Therefore, it must #### Git repository settings The Git upstream can be set by providing the Git repository URL, Git username and the Git token. This is parallel to the Git ``--git-user=GIT_USER --git-token=GIT_TOKEN --git-remote-url=GIT_REMOTE_URL`` parameters when using the Keptn CLI. -More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.13.x/manage/git_upstream/). +More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.13.x/manage/git_upstream/). #### Shipyard file Please provide the `shipyard.yaml` file here for your project. You can either drag it into the panel or select it manually from your file system with the "Select a file" button.
-You can find more information about the shipyard file on the [Shipyard documentation page](https://keptn.sh/docs/0.13.x/manage/shipyard/). +You can find more information about the shipyard file on the [Shipyard documentation page](https://v1.keptn.sh/docs/0.13.x/manage/shipyard/). After the successful creation of the project, you are redirected directly to the new project's settings page. Your project should already be available in the project overview and in the navigation. @@ -71,5 +71,5 @@ caption="Delete project">}} ### Update the Git upstream settings The git upstream can be updated by providing the Git repository URL, Git username and the Git token. This can also be achieved by -using the [keptn update project](https://keptn.sh/docs/0.13.x/reference/cli/commands/keptn_update_project/) command. -More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.13.x/manage/git_upstream/). +using the [keptn update project](https://v1.keptn.sh/docs/0.13.x/reference/cli/commands/keptn_update_project/) command. +More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.13.x/manage/git_upstream/). diff --git a/content/docs/0.13.x/reference/bridge/manage_services/index.md b/content/docs/0.13.x/reference/bridge/manage_services/index.md index b27a48e31..f2f306c40 100644 --- a/content/docs/0.13.x/reference/bridge/manage_services/index.md +++ b/content/docs/0.13.x/reference/bridge/manage_services/index.md @@ -10,7 +10,7 @@ The following sections explain in detail, which functionalities you can use to s This may also be interesting for you: -* [Create a service with the CLI](https://keptn.sh/docs/0.13.x/reference/cli/commands/keptn_create_service/) +* [Create a service with the CLI](https://v1.keptn.sh/docs/0.13.x/reference/cli/commands/keptn_create_service/) ## Create a service in Bridge On the service settings page, you can find a "Create service" button. diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.13.x/reference/cli/commands/keptn_configure_monitoring.md index dea5574be..fa81ddd9b 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.13.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.13.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.13.x/reference/cli/commands/keptn_create_project.md index 0d5bb294f..a3e18b5bf 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_create_project.md @@ -15,7 +15,7 @@ The shipyard file describes the used stages. These stages are defined by name, a By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.13.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.13.x/manage/) ``` diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.13.x/reference/cli/commands/keptn_delete_project.md index 2b57849ba..a59a2a7e8 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.13.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.13.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.13.x/reference/cli/commands/keptn_generate_docs.md index ccdd46ea2..c177c27ad 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_install.md b/content/docs/0.13.x/reference/cli/commands/keptn_install.md index b5d53c277..36a172c19 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.13.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.13.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.13.x/reference/cli/commands/keptn_uninstall.md index 8c468973f..c6af235fc 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.13.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.13.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.13.x/reference/cli/commands/keptn_update_project.md index c1179a5e7..4c9f4afa3 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.13.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.13.x/manage/) ``` diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.13.x/reference/cli/commands/keptn_upgrade.md index b9ef675df..70bd92425 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster. The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.13.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.13.x/operate/upgrade/) ``` diff --git a/content/docs/0.13.x/reference/cli/commands/keptn_upgrade_project.md b/content/docs/0.13.x/reference/cli/commands/keptn_upgrade_project.md index 727f0e9d6..027a3e7a0 100644 --- a/content/docs/0.13.x/reference/cli/commands/keptn_upgrade_project.md +++ b/content/docs/0.13.x/reference/cli/commands/keptn_upgrade_project.md @@ -15,7 +15,7 @@ This command will upgrade the shipyard of the project to the specified version By executing the update project command, Keptn will fetch the current shipyard.yaml file of the project and convert it to the version specified in the 'toVersion'' flag. -For more information about upgrading projects, go to [Manage Keptn](https://keptn.sh/docs/0.11.x/operate/upgrade) +For more information about upgrading projects, go to [Manage Keptn](https://v1.keptn.sh/docs/0.11.x/operate/upgrade) ``` diff --git a/content/docs/0.14.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.14.x/reference/cli/commands/keptn_generate_docs.md index ccdd46ea2..c177c27ad 100644 --- a/content/docs/0.14.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.14.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.15.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.15.x/reference/cli/commands/keptn_generate_docs.md index ccdd46ea2..c177c27ad 100644 --- a/content/docs/0.15.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.15.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.16.x/reference/cli/commands/keptn_configure_monitoring.md index cc7be3f73..8e82e3d3b 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.16.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.16.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.16.x/reference/cli/commands/keptn_create_project.md index b95169b8a..8f27f9cec 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_create_project.md @@ -19,7 +19,7 @@ For using proxy please specify proxy IP address together with port (*--git-proxy used scheme (*--git-proxy-scheme=*) to connect to proxy. Please be aware that authentication with public/private key and via proxy is supported only when using resource-service. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.16.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.16.x/manage/) ``` diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.16.x/reference/cli/commands/keptn_delete_project.md index 007120c38..d93eca6de 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.16.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.16.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.16.x/reference/cli/commands/keptn_generate_docs.md index 0c47ea49d..7632e859c 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_install.md b/content/docs/0.16.x/reference/cli/commands/keptn_install.md index f180d94ce..2cfd12b22 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.16.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.16.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.16.x/reference/cli/commands/keptn_uninstall.md index 836d93428..632f6a4af 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.16.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.16.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.16.x/reference/cli/commands/keptn_update_project.md index 17274a775..e0d2723b1 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_update_project.md @@ -19,7 +19,7 @@ together with private key (*--git-private-key*) or access token (*--git-token*). used scheme (*--git-proxy-scheme=*) to connect to proxy. Please be aware that authentication with public/private key and via proxy is supported only when using resource-service. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.16.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.16.x/manage/) ``` diff --git a/content/docs/0.16.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.16.x/reference/cli/commands/keptn_upgrade.md index ced4778b2..be9605fb7 100644 --- a/content/docs/0.16.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.16.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster. The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.16.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.16.x/operate/upgrade/) ``` diff --git a/content/docs/0.17.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.17.x/reference/cli/commands/keptn_configure_monitoring.md index 5442d83f0..55e607d71 100644 --- a/content/docs/0.17.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.17.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/install/monitoring/ for more information. +See https://v1.keptn.sh/docs/install/monitoring/ for more information. ``` diff --git a/content/docs/0.17.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.17.x/reference/cli/commands/keptn_create_project.md index ba3960f52..31e51e6ce 100644 --- a/content/docs/0.17.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.17.x/reference/cli/commands/keptn_create_project.md @@ -19,7 +19,7 @@ For using proxy please specify proxy IP address together with port (*--git-proxy used scheme (*--git-proxy-scheme=*) to connect to proxy. Please be aware that authentication with public/private key and via proxy is supported only when using resource-service. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.17.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.17.x/manage/) ``` diff --git a/content/docs/0.17.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.17.x/reference/cli/commands/keptn_delete_project.md index 5d04e3fda..11392fc7e 100644 --- a/content/docs/0.17.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.17.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.17.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.17.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.17.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.17.x/reference/cli/commands/keptn_generate_docs.md index b01b57e54..ac0233727 100644 --- a/content/docs/0.17.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.17.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.17.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.17.x/reference/cli/commands/keptn_update_project.md index a5a87076b..8c47e8174 100644 --- a/content/docs/0.17.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.17.x/reference/cli/commands/keptn_update_project.md @@ -19,7 +19,7 @@ together with private key (*--git-private-key*) or access token (*--git-token*). used scheme (*--git-proxy-scheme=*) to connect to proxy. Please be aware that authentication with public/private key and via proxy is supported only when using resource-service. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.17.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.17.x/manage/) ``` diff --git a/content/docs/0.18.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.18.x/reference/cli/commands/keptn_configure_monitoring.md index 5442d83f0..55e607d71 100644 --- a/content/docs/0.18.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.18.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/install/monitoring/ for more information. +See https://v1.keptn.sh/docs/install/monitoring/ for more information. ``` diff --git a/content/docs/0.18.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.18.x/reference/cli/commands/keptn_generate_docs.md index b01b57e54..ac0233727 100644 --- a/content/docs/0.18.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.18.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.19.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.19.x/reference/cli/commands/keptn_configure_monitoring.md index 5442d83f0..55e607d71 100644 --- a/content/docs/0.19.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.19.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/install/monitoring/ for more information. +See https://v1.keptn.sh/docs/install/monitoring/ for more information. ``` diff --git a/content/docs/0.19.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.19.x/reference/cli/commands/keptn_generate_docs.md index b01b57e54..ac0233727 100644 --- a/content/docs/0.19.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.19.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.2.0/reference/custom-service/index.md b/content/docs/0.2.0/reference/custom-service/index.md index 3069039a5..2c92e8024 100644 --- a/content/docs/0.2.0/reference/custom-service/index.md +++ b/content/docs/0.2.0/reference/custom-service/index.md @@ -232,7 +232,7 @@ Depending on the channel your service is subscribed to, it will receive the payl ### sh.keptn.problem -To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. +To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://v1.keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. ```json { @@ -257,7 +257,7 @@ To receive events in this channel, please follow the instructions of the [Runboo ## Logging -To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: +To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://v1.keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: ```json { diff --git a/content/docs/0.2.0/usecases/onboard-carts-service/index.md b/content/docs/0.2.0/usecases/onboard-carts-service/index.md index 6c635f1d4..88b179c6a 100644 --- a/content/docs/0.2.0/usecases/onboard-carts-service/index.md +++ b/content/docs/0.2.0/usecases/onboard-carts-service/index.md @@ -44,7 +44,7 @@ To illustrate the scenario this use case addresses, keptn relies on two services If you have not yet authenticated and configured the keptn CLI, please follow this instructions. If you have already done this [during the installation](../../installation/setup-keptn-gke/#authenticate-keptn-cli-and-configure-keptn), please skip this part and continue with [creating a project](#create-project-sockshop). -1. The CLI needs to be authenticated against the keptn server. Therefore, please follow the [keptn auth](https://keptn.sh/docs/0.2.0/reference/cli/#keptn-auth) instructions. +1. The CLI needs to be authenticated against the keptn server. Therefore, please follow the [keptn auth](https://v1.keptn.sh/docs/0.2.0/reference/cli/#keptn-auth) instructions. 1. Configure the used GitHub organization, user, and personal access token using the `keptn configure` command: diff --git a/content/docs/0.2.1/reference/custom-service/index.md b/content/docs/0.2.1/reference/custom-service/index.md index e8168088d..518798916 100644 --- a/content/docs/0.2.1/reference/custom-service/index.md +++ b/content/docs/0.2.1/reference/custom-service/index.md @@ -230,7 +230,7 @@ Depending on the channel your service is subscribed to, it will receive the payl ### sh.keptn.problem -To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. +To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://v1.keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. ```json { @@ -255,7 +255,7 @@ To receive events in this channel, please follow the instructions of the [Runboo ## Logging -To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: +To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://v1.keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: ```json { diff --git a/content/docs/0.2.1/usecases/onboard-carts-service/index.md b/content/docs/0.2.1/usecases/onboard-carts-service/index.md index dcf458b1a..1be843b12 100644 --- a/content/docs/0.2.1/usecases/onboard-carts-service/index.md +++ b/content/docs/0.2.1/usecases/onboard-carts-service/index.md @@ -44,7 +44,7 @@ To illustrate the scenario this use case addresses, keptn relies on two services If you have not yet authenticated and configured the keptn CLI, please follow this instructions. If you have already done this [during the installation](../../installation/setup-keptn-gke/#authenticate-keptn-cli-and-configure-keptn), please skip this part and continue with [creating a project](#create-project-sockshop). -1. The CLI needs to be authenticated against the keptn server. Therefore, please follow the [keptn auth](https://keptn.sh/docs/0.2.0/reference/cli/#keptn-auth) instructions. +1. The CLI needs to be authenticated against the keptn server. Therefore, please follow the [keptn auth](https://v1.keptn.sh/docs/0.2.0/reference/cli/#keptn-auth) instructions. 1. Configure the used GitHub organization, user, and personal access token using the `keptn configure` command: diff --git a/content/docs/0.2.2/reference/custom-service/index.md b/content/docs/0.2.2/reference/custom-service/index.md index b01635e53..55018c54e 100644 --- a/content/docs/0.2.2/reference/custom-service/index.md +++ b/content/docs/0.2.2/reference/custom-service/index.md @@ -307,7 +307,7 @@ Depending on the channel your service is subscribed to, it will receive the payl ### sh.keptn.problem -To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. +To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://v1.keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. ```json { @@ -332,7 +332,7 @@ To receive events in this channel, please follow the instructions of the [Runboo ## Logging -To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: +To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://v1.keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: ```json { diff --git a/content/docs/0.3.0/reference/custom-service/index.md b/content/docs/0.3.0/reference/custom-service/index.md index 63ae8fa9e..ba0d45965 100644 --- a/content/docs/0.3.0/reference/custom-service/index.md +++ b/content/docs/0.3.0/reference/custom-service/index.md @@ -304,7 +304,7 @@ Depending on the channel your service is subscribed to, it will receive the payl ### sh.keptn.problem -To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. +To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://v1.keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. ```json { @@ -329,7 +329,7 @@ To receive events in this channel, please follow the instructions of the [Runboo ## Logging -To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: +To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://v1.keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: ```json { diff --git a/content/docs/0.4.0/reference/custom-service/index.md b/content/docs/0.4.0/reference/custom-service/index.md index 63ae8fa9e..ba0d45965 100644 --- a/content/docs/0.4.0/reference/custom-service/index.md +++ b/content/docs/0.4.0/reference/custom-service/index.md @@ -304,7 +304,7 @@ Depending on the channel your service is subscribed to, it will receive the payl ### sh.keptn.problem -To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. +To receive events in this channel, please follow the instructions of the [Runbook Automation and Self-healing](https://v1.keptn.sh/docs/0.2.0/usecases/runbook-automation-and-self-healing/) section. ```json { @@ -329,7 +329,7 @@ To receive events in this channel, please follow the instructions of the [Runboo ## Logging -To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: +To inspect your service's log messages for a specific pipeline run, as described in the [keptn's log](https://v1.keptn.sh/docs/0.2.0/reference/keptnslog/) section, you can use the `shkeptncontext` property of the incoming CloudEvents. Your service has to output its log messages in the following format: ```json { diff --git a/content/docs/0.6.0/reference/cli/commands/keptn_configure_domain.md b/content/docs/0.6.0/reference/cli/commands/keptn_configure_domain.md index 18f42cfe2..8013cd4e7 100644 --- a/content/docs/0.6.0/reference/cli/commands/keptn_configure_domain.md +++ b/content/docs/0.6.0/reference/cli/commands/keptn_configure_domain.md @@ -15,7 +15,7 @@ This is mandatory if *xip.io* cannot be used (e.g., when running Keptn on EKS, A **Note:** This command requires a *kubernetes current context* pointing to the cluster where you would like to configure your domain. After installing Keptn this is guaranteed. -Please find more information on https://keptn.sh/docs/0.6.0/reference/troubleshooting/#verify-kubernetes-context-with-keptn-installation +Please find more information on https://v1.keptn.sh/docs/0.6.0/reference/troubleshooting/#verify-kubernetes-context-with-keptn-installation ``` diff --git a/content/docs/0.6.0/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.6.0/reference/cli/commands/keptn_configure_monitoring.md index 4a283f357..c0c46a840 100644 --- a/content/docs/0.6.0/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.6.0/reference/cli/commands/keptn_configure_monitoring.md @@ -13,7 +13,7 @@ Configure a monitoring solution for a Keptn cluster. This command sets up Dynatr **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.6.0/reference/monitoring/ for more information. +See https://v1.keptn.sh/docs/0.6.0/reference/monitoring/ for more information. ``` diff --git a/content/docs/0.6.0/reference/cli/commands/keptn_create_project.md b/content/docs/0.6.0/reference/cli/commands/keptn_create_project.md index 2d226c887..0fadd0d7a 100644 --- a/content/docs/0.6.0/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.6.0/reference/cli/commands/keptn_create_project.md @@ -16,7 +16,7 @@ deployment-, test-, and remediation strategy. By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard files, creating projects or upstream repositories visit https://keptn.sh/docs/0.6.0/manage/project/ . +For more information about Shipyard files, creating projects or upstream repositories visit https://v1.keptn.sh/docs/0.6.0/manage/project/ . ``` diff --git a/content/docs/0.6.0/reference/cli/commands/keptn_delete_project.md b/content/docs/0.6.0/reference/cli/commands/keptn_delete_project.md index 906e6f879..577d43eac 100644 --- a/content/docs/0.6.0/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.6.0/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted (same goes for the namespaces). -* Helm-releases created for deployments are not deleted - see https://keptn.sh/docs/0.6.0/reference/helm/#clean-up-after-deleting-a-project +* Helm-releases created for deployments are not deleted - see https://v1.keptn.sh/docs/0.6.0/reference/helm/#clean-up-after-deleting-a-project ``` diff --git a/content/docs/0.6.0/reference/cli/commands/keptn_install.md b/content/docs/0.6.0/reference/cli/commands/keptn_install.md index 75b8659ca..d2bf5ac40 100644 --- a/content/docs/0.6.0/reference/cli/commands/keptn_install.md +++ b/content/docs/0.6.0/reference/cli/commands/keptn_install.md @@ -13,7 +13,7 @@ The Keptn CLI allows installing Keptn on Azure Kubernetes Services (AKS), Amazon For more information, please consult the following docs: -* https://keptn.sh/docs/develop/installation/setup-keptn/ +* https://v1.keptn.sh/docs/develop/installation/setup-keptn/ diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.7.x/reference/cli/commands/keptn_configure_monitoring.md index bf0479383..579479f1c 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.7.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.7.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.7.x/reference/cli/commands/keptn_create_project.md index bce435847..5273a40d9 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_create_project.md @@ -16,7 +16,7 @@ deployment-, test-, and remediation strategy. By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.7.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.7.x/manage/) ``` diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.7.x/reference/cli/commands/keptn_delete_project.md index 33cddb99d..c0be2ff7d 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.7.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.7.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.7.x/reference/cli/commands/keptn_generate_docs.md index 555d1360a..04f2f62d7 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_install.md b/content/docs/0.7.x/reference/cli/commands/keptn_install.md index 2c844f617..0da0f35a4 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivate to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.7.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.7.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.7.x/reference/cli/commands/keptn_uninstall.md index 415374e42..9ddc18fae 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.7.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.7.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.7.x/reference/cli/commands/keptn_update_project.md index 044d6f31a..c1a3a632d 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.7.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.7.x/manage/) ``` diff --git a/content/docs/0.7.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.7.x/reference/cli/commands/keptn_upgrade.md index 05c63376d..bd5c85c0b 100644 --- a/content/docs/0.7.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.7.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster The Keptn CLI allows upgrading Keptn on any Kubernetes derivate to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.7.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.7.x/operate/upgrade/) ``` diff --git a/content/docs/0.8.x/reference/bridge/_index.md b/content/docs/0.8.x/reference/bridge/_index.md index c9f73e159..369556b01 100644 --- a/content/docs/0.8.x/reference/bridge/_index.md +++ b/content/docs/0.8.x/reference/bridge/_index.md @@ -159,12 +159,12 @@ You can find links to for different integration possibilities here. This makes i integrations for different CI providers. Please note that the page contains dynamic content that is loaded from https://get.keptn.sh/integrations.html. By clicking the button the data is requested, -and additional data is gathered from the client. For more information about this see https://keptn.sh/docs/0.8.x/reference/load_information/. +and additional data is gathered from the client. For more information about this see https://v1.keptn.sh/docs/0.8.x/reference/load_information/. ### Settings In the settings view the project settings can be edited. -To get more information about how to manage your projects with the settings, visit [Manage Projects](https://keptn.sh/docs/0.8.x/reference/bridge/manage_projects). +To get more information about how to manage your projects with the settings, visit [Manage Projects](https://v1.keptn.sh/docs/0.8.x/reference/bridge/manage_projects). {{< popup_image link="./assets/settings.png" @@ -174,7 +174,7 @@ caption="Keptn Bridge Settings View">}} ### Approvals -If you have a [manual approval strategy](https://keptn.sh/docs/0.8.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. +If you have a [manual approval strategy](https://v1.keptn.sh/docs/0.8.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. At sequence execution, if the approval task is reached, a panel is shown in all relevant screens: In the environment view a pending approval can be recognized by the blue service out-of-sync icon at the according stage. @@ -198,7 +198,7 @@ caption="Approval in Sequences">}} ### Manage projects -See the documentation for [managing projects](https://keptn.sh/docs/0.8.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. +See the documentation for [managing projects](https://v1.keptn.sh/docs/0.8.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. ## Early access version of Keptn Bridge diff --git a/content/docs/0.8.x/reference/bridge/manage_projects/index.md b/content/docs/0.8.x/reference/bridge/manage_projects/index.md index c3018e5e7..ae53c009e 100644 --- a/content/docs/0.8.x/reference/bridge/manage_projects/index.md +++ b/content/docs/0.8.x/reference/bridge/manage_projects/index.md @@ -10,8 +10,8 @@ The following sections explain in detail which functionalities you can use to se This may also be interesting for you: -* [Create a project with the CLI](https://keptn.sh/docs/0.8.x/reference/cli/commands/keptn_create_project/) -* [Update a project with the CLI](https://keptn.sh/docs/0.8.x/reference/cli/commands/keptn_update_project/) +* [Create a project with the CLI](https://v1.keptn.sh/docs/0.8.x/reference/cli/commands/keptn_create_project/) +* [Update a project with the CLI](https://v1.keptn.sh/docs/0.8.x/reference/cli/commands/keptn_update_project/) ## Create a new project in Bridge @@ -37,11 +37,11 @@ The project name has to be unique in the Keptn installation. Therefore, it must #### Git repository settings The Git upstream can be set by providing the Git repository URL, Git username and the Git token. This is parallel to the Git ``--git-user=GIT_USER --git-token=GIT_TOKEN --git-remote-url=GIT_REMOTE_URL`` parameters when using the Keptn CLI. -More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.8.x/manage/git_upstream/). +More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.8.x/manage/git_upstream/). #### Shipyard file Please provide the `shipyard.yaml` file here for your project. You can either drag it into the panel or select it manually from your file system with the "Select a file" button.
-You can find more information about the shipyard file on the [Shipyard documentation page](https://keptn.sh/docs/0.8.x/manage/shipyard/). +You can find more information about the shipyard file on the [Shipyard documentation page](https://v1.keptn.sh/docs/0.8.x/manage/shipyard/). After the successful creation of the project, you are redirected directly to the new project's settings page. Your project should already be available in the project overview and in the navigation. @@ -71,5 +71,5 @@ caption="Delete project">}} ### Update the Git upstream settings The git upstream can be updated by providing the Git repository URL, Git username and the Git token. This can also be achieved by -using the [keptn update project](https://keptn.sh/docs/0.8.x/reference/cli/commands/keptn_update_project/) command. -More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.8.x/manage/git_upstream/). +using the [keptn update project](https://v1.keptn.sh/docs/0.8.x/reference/cli/commands/keptn_update_project/) command. +More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.8.x/manage/git_upstream/). diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.8.x/reference/cli/commands/keptn_configure_monitoring.md index 37863305a..961baa324 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.8.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.8.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.8.x/reference/cli/commands/keptn_create_project.md index bbedfe3d9..8e6be3a12 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_create_project.md @@ -15,7 +15,7 @@ The shipyard file describes the used stages. These stages are defined by name, a By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.8.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.8.x/manage/) ``` diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.8.x/reference/cli/commands/keptn_delete_project.md index 41e22a554..71ae5c1d4 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.8.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.8.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.8.x/reference/cli/commands/keptn_generate_docs.md index 91ae51dc7..0e8eef0a4 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_install.md b/content/docs/0.8.x/reference/cli/commands/keptn_install.md index 701b242eb..32466508a 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.8.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.8.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.8.x/reference/cli/commands/keptn_uninstall.md index 2f9f5a9ba..7beab2adf 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.8.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.8.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.8.x/reference/cli/commands/keptn_update_project.md index b7a8fb413..aaffddb13 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.8.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.8.x/manage/) ``` diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.8.x/reference/cli/commands/keptn_upgrade.md index d498c5a3c..7a389dd9e 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster and supports upgrading the shipyard of a The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. Also, it supports upgrading the shipyard of an existing project to a new specification. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.8.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/) ``` diff --git a/content/docs/0.8.x/reference/cli/commands/keptn_upgrade_project.md b/content/docs/0.8.x/reference/cli/commands/keptn_upgrade_project.md index f45b783ef..f37e3502c 100644 --- a/content/docs/0.8.x/reference/cli/commands/keptn_upgrade_project.md +++ b/content/docs/0.8.x/reference/cli/commands/keptn_upgrade_project.md @@ -15,7 +15,7 @@ This command will upgrade the shipyard of the project to the specified version By executing the update project command, Keptn will fetch the current shipyard.yaml file of the project and convert it to the version specified in the 'toVersion'' flag. -For more information about upgrading projects, go to [Manage Keptn](https://keptn.sh/docs/0.8.x/operate/upgrade) +For more information about upgrading projects, go to [Manage Keptn](https://v1.keptn.sh/docs/0.8.x/operate/upgrade) ``` diff --git a/content/docs/0.9.x/reference/bridge/_index.md b/content/docs/0.9.x/reference/bridge/_index.md index fe212b168..9247954ea 100644 --- a/content/docs/0.9.x/reference/bridge/_index.md +++ b/content/docs/0.9.x/reference/bridge/_index.md @@ -168,13 +168,13 @@ You can find links to for different integration possibilities here. This makes i integrations for different CI providers. Please note that the page contains dynamic content that is loaded from https://get.keptn.sh/integrations.html. By clicking the button the data is requested, -and additional data is gathered from the client. For more information about this see https://keptn.sh/docs/0.9.x/reference/load_information/. +and additional data is gathered from the client. For more information about this see https://v1.keptn.sh/docs/0.9.x/reference/load_information/. ### Settings #### Project settings In the settings view the project settings can be edited. -To get more information about how to manage your projects with the settings, visit [Manage Projects](https://keptn.sh/docs/0.9.x/reference/bridge/manage_projects). +To get more information about how to manage your projects with the settings, visit [Manage Projects](https://v1.keptn.sh/docs/0.9.x/reference/bridge/manage_projects). {{< popup_image link="./assets/project-settings.png" @@ -183,7 +183,7 @@ caption="Keptn Bridge Project Settings View">}} #### Service settings In this view, services can be created, updated and deleted. -To get more information about how services can be managed in your settings, visit [Manage Services](https://keptn.sh/docs/0.9.x/reference/bridge/manage_services). +To get more information about how services can be managed in your settings, visit [Manage Services](https://v1.keptn.sh/docs/0.9.x/reference/bridge/manage_services). {{< popup_image link="./assets/service-settings.png" @@ -194,7 +194,7 @@ caption="Keptn Bridge Service Settings View">}} ### Approvals -If you have a [manual approval strategy](https://keptn.sh/docs/0.9.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. +If you have a [manual approval strategy](https://v1.keptn.sh/docs/0.9.x/continuous_delivery/multi_stage/#approval) defined in your shipyard.yaml file, approvals can be handled with the Keptn Bridge. At sequence execution, if the approval task is reached, a panel is shown in all relevant screens: In the environment view a pending approval can be recognized by the blue service out-of-sync icon at the according stage. @@ -218,7 +218,7 @@ caption="Approval in Sequences">}} ### Manage projects -See the documentation for [managing projects](https://keptn.sh/docs/0.9.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. +See the documentation for [managing projects](https://v1.keptn.sh/docs/0.9.x/reference/bridge/manage_projects) to see which features for creating and updating projects the Bridge provides. ## Early access version of Keptn Bridge diff --git a/content/docs/0.9.x/reference/bridge/manage_projects/index.md b/content/docs/0.9.x/reference/bridge/manage_projects/index.md index 1eed186e8..363af72c9 100644 --- a/content/docs/0.9.x/reference/bridge/manage_projects/index.md +++ b/content/docs/0.9.x/reference/bridge/manage_projects/index.md @@ -10,8 +10,8 @@ The following sections explain in detail which functionalities you can use to se This may also be interesting for you: -* [Create a project with the CLI](https://keptn.sh/docs/0.9.x/reference/cli/commands/keptn_create_project/) -* [Update a project with the CLI](https://keptn.sh/docs/0.9.x/reference/cli/commands/keptn_update_project/) +* [Create a project with the CLI](https://v1.keptn.sh/docs/0.9.x/reference/cli/commands/keptn_create_project/) +* [Update a project with the CLI](https://v1.keptn.sh/docs/0.9.x/reference/cli/commands/keptn_update_project/) ## Create a new project in Bridge @@ -37,11 +37,11 @@ The project name has to be unique in the Keptn installation. Therefore, it must #### Git repository settings The Git upstream can be set by providing the Git repository URL, Git username and the Git token. This is parallel to the Git ``--git-user=GIT_USER --git-token=GIT_TOKEN --git-remote-url=GIT_REMOTE_URL`` parameters when using the Keptn CLI. -More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.9.x/manage/git_upstream/). +More information about how you can set up your git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.9.x/manage/git_upstream/). #### Shipyard file Please provide the `shipyard.yaml` file here for your project. You can either drag it into the panel or select it manually from your file system with the "Select a file" button.
-You can find more information about the shipyard file on the [Shipyard documentation page](https://keptn.sh/docs/0.9.x/manage/shipyard/). +You can find more information about the shipyard file on the [Shipyard documentation page](https://v1.keptn.sh/docs/0.9.x/manage/shipyard/). After the successful creation of the project, you are redirected directly to the new project's settings page. Your project should already be available in the project overview and in the navigation. @@ -71,5 +71,5 @@ caption="Delete project">}} ### Update the Git upstream settings The git upstream can be updated by providing the Git repository URL, Git username and the Git token. This can also be achieved by -using the [keptn update project](https://keptn.sh/docs/0.9.x/reference/cli/commands/keptn_update_project/) command. -More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://keptn.sh/docs/0.9.x/manage/git_upstream/). +using the [keptn update project](https://v1.keptn.sh/docs/0.9.x/reference/cli/commands/keptn_update_project/) command. +More information about how you can set up your Git provider can be found in the [Git-based upstream documentation](https://v1.keptn.sh/docs/0.9.x/manage/git_upstream/). diff --git a/content/docs/0.9.x/reference/bridge/manage_services/index.md b/content/docs/0.9.x/reference/bridge/manage_services/index.md index 0c7f36390..ac8aa85aa 100644 --- a/content/docs/0.9.x/reference/bridge/manage_services/index.md +++ b/content/docs/0.9.x/reference/bridge/manage_services/index.md @@ -10,7 +10,7 @@ The following sections explain in detail, which functionalities you can use to s This may also be interesting for you: -* [Create a service with the CLI](https://keptn.sh/docs/0.9.x/reference/cli/commands/keptn_create_service/) +* [Create a service with the CLI](https://v1.keptn.sh/docs/0.9.x/reference/cli/commands/keptn_create_service/) ## Create a service in Bridge On the service settings page, you can find a "Create service" button. diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/0.9.x/reference/cli/commands/keptn_configure_monitoring.md index 07e22b63c..6b66bb5a8 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/0.9.x/monitoring/dynatrace/install/ for more information. +See https://v1.keptn.sh/docs/0.9.x/monitoring/dynatrace/install/ for more information. ``` diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_create_project.md b/content/docs/0.9.x/reference/cli/commands/keptn_create_project.md index 006c6c7ac..3e6a6cd7e 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_create_project.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_create_project.md @@ -15,7 +15,7 @@ The shipyard file describes the used stages. These stages are defined by name, a By executing the *create project* command, Keptn initializes an internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (*--git-user*), an access token (*--git-token*), and the remote URL (*--git-remote-url*) are required. -For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.9.x/manage/) +For more information about Shipyard, creating projects, or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.9.x/manage/) ``` diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_delete_project.md b/content/docs/0.9.x/reference/cli/commands/keptn_delete_project.md index 7252b3f44..5cf1a9c10 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_delete_project.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_delete_project.md @@ -15,7 +15,7 @@ Deletes a project identified by project name. * If a Git upstream is configured for this project, the referenced upstream repository (e.g., on GitHub) will not be deleted. * Services that have been deployed to the Kubernetes cluster are not deleted. * Namespaces that have been created on the Kubernetes cluster are not deleted. -* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://keptn.sh/docs/0.9.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) +* Helm-releases created for deployments are not deleted. To clean-up deployed Helm releases, please see [Clean-up after deleting a project](https://v1.keptn.sh/docs/0.9.x/continuous_delivery/deployment_helm/#clean-up-after-deleting-a-project) ``` diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/0.9.x/reference/cli/commands/keptn_generate_docs.md index 91ae51dc7..0e8eef0a4 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_install.md b/content/docs/0.9.x/reference/cli/commands/keptn_install.md index a3115582c..b054c1cc3 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_install.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_install.md @@ -11,7 +11,7 @@ Installs Keptn on a Kubernetes cluster The Keptn CLI allows installing Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. -For more information, please follow the installation guide [Install Keptn](https://keptn.sh/docs/0.9.x/operate/install/#install-keptn) +For more information, please follow the installation guide [Install Keptn](https://v1.keptn.sh/docs/0.9.x/operate/install/#install-keptn) ``` diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_uninstall.md b/content/docs/0.9.x/reference/cli/commands/keptn_uninstall.md index fbdcdfcdd..95625367c 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_uninstall.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_uninstall.md @@ -17,7 +17,7 @@ This command does *not* delete: * Prometheus monitoring * Any (third-party) service installed in addition to Keptn (e.g., notification-service, slackbot-service, ...) -Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://keptn.sh/docs/0.9.x/manage/project/#delete-a-project). +Besides, deployed services and the configuration on the Git upstream (i.e., GitHub, GitLab, or Bitbucket) are not deleted. To clean-up created projects and services, please see [Delete a project](https://v1.keptn.sh/docs/0.9.x/manage/project/#delete-a-project). **Note:** This command requires a *Kubernetes current context* pointing to the cluster where Keptn should get uninstalled from. diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_update_project.md b/content/docs/0.9.x/reference/cli/commands/keptn_update_project.md index 85efce986..a228916ec 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_update_project.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_update_project.md @@ -16,7 +16,7 @@ Updating a shipyard file is not possible. By executing the update project command, Keptn will add the provided upstream repository to the existing internal Git repository that is used to maintain all project-related resources. To upstream this internal Git repository to a remote repository, the Git user (--git-user), an access token (--git-token), and the remote URL (--git-remote-url) are required. -For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://keptn.sh/docs/0.9.x/manage/) +For more information about updating projects or upstream repositories, please go to [Manage Keptn](https://v1.keptn.sh/docs/0.9.x/manage/) ``` diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_upgrade.md b/content/docs/0.9.x/reference/cli/commands/keptn_upgrade.md index 2a5bbe3ec..c27a99ae5 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_upgrade.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_upgrade.md @@ -11,7 +11,7 @@ Upgrades Keptn on a Kubernetes cluster and supports upgrading the shipyard of a The Keptn CLI allows upgrading Keptn on any Kubernetes derivative to which your kube config is pointing to, and on OpenShift. Also, it supports upgrading the shipyard of an existing project to a new specification. -For more information, please follow the installation guide [Upgrade Keptn](https://keptn.sh/docs/0.9.x/operate/upgrade/) +For more information, please follow the installation guide [Upgrade Keptn](https://v1.keptn.sh/docs/0.9.x/operate/upgrade/) ``` diff --git a/content/docs/0.9.x/reference/cli/commands/keptn_upgrade_project.md b/content/docs/0.9.x/reference/cli/commands/keptn_upgrade_project.md index 04ec9083a..49581ea5a 100644 --- a/content/docs/0.9.x/reference/cli/commands/keptn_upgrade_project.md +++ b/content/docs/0.9.x/reference/cli/commands/keptn_upgrade_project.md @@ -15,7 +15,7 @@ This command will upgrade the shipyard of the project to the specified version By executing the update project command, Keptn will fetch the current shipyard.yaml file of the project and convert it to the version specified in the 'toVersion'' flag. -For more information about upgrading projects, go to [Manage Keptn](https://keptn.sh/docs/0.9.x/operate/upgrade) +For more information about upgrading projects, go to [Manage Keptn](https://v1.keptn.sh/docs/0.9.x/operate/upgrade) ``` diff --git a/content/docs/1.0.x/concepts/keptn-tools/index.md b/content/docs/1.0.x/concepts/keptn-tools/index.md index f1cdd4366..a1b1e1a90 100644 --- a/content/docs/1.0.x/concepts/keptn-tools/index.md +++ b/content/docs/1.0.x/concepts/keptn-tools/index.md @@ -115,7 +115,7 @@ Keptn comes pre-installed with services for: * Webhooks All other existing Keptn integrations are listed on the -[Integrations](https://keptn.sh/docs/integrations/) page. +[Integrations](https://v1.keptn.sh/docs/integrations/) page. Don't see your tool listed? You have three options: diff --git a/content/docs/1.0.x/reference/cli/commands/keptn_configure_monitoring.md b/content/docs/1.0.x/reference/cli/commands/keptn_configure_monitoring.md index 5442d83f0..55e607d71 100644 --- a/content/docs/1.0.x/reference/cli/commands/keptn_configure_monitoring.md +++ b/content/docs/1.0.x/reference/cli/commands/keptn_configure_monitoring.md @@ -12,7 +12,7 @@ Configures a monitoring provider Configure a monitoring solution for the deployments managed by Keptn. **Note:** If you are executing *keptn configure monitoring dynatrace*, the service flag is optional since Keptn automatically detects the services of a project. -See https://keptn.sh/docs/install/monitoring/ for more information. +See https://v1.keptn.sh/docs/install/monitoring/ for more information. ``` diff --git a/content/docs/1.0.x/reference/cli/commands/keptn_generate_docs.md b/content/docs/1.0.x/reference/cli/commands/keptn_generate_docs.md index b01b57e54..ac0233727 100644 --- a/content/docs/1.0.x/reference/cli/commands/keptn_generate_docs.md +++ b/content/docs/1.0.x/reference/cli/commands/keptn_generate_docs.md @@ -11,7 +11,7 @@ Generates the markdown documentation for the Keptn CLI Generates markdown documentation for the Keptn CLI. -This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://keptn.sh/docs +This command can be used to create an up-to-date documentation of the Keptn CLI and as published on: https://v1.keptn.sh/docs It creates one markdown file per command, suitable for rendering in Hugo. diff --git a/content/docs/_index.md b/content/docs/_index.md index bf4e66e39..0f38dc691 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -1,9 +1,8 @@ --- title: Keptn v1 Docs linktitle: Keptn v1 Docs -description: Learn how to use Keptn. +description: Learn how to use Keptn v1. sidebar_multicard: true icon: docs -menu: main weight: 4 --- diff --git a/content/docs/concepts/keptn-tools/index.md b/content/docs/concepts/keptn-tools/index.md index 083590b44..7b04bb2ec 100644 --- a/content/docs/concepts/keptn-tools/index.md +++ b/content/docs/concepts/keptn-tools/index.md @@ -115,7 +115,7 @@ Keptn comes pre-installed with services for: * Webhooks All other existing Keptn integrations are listed on the -[Integrations](https://keptn.sh/docs/integrations/) page. +[Integrations](https://v1.keptn.sh/docs/integrations/) page. Don't see your tool listed? You have three options: diff --git a/content/docs/news/_index.md b/content/docs/news/_index.md index a0cfbc66c..b2f73f42f 100644 --- a/content/docs/news/_index.md +++ b/content/docs/news/_index.md @@ -6,4 +6,4 @@ icon: tasks weight: 1005 --- -Sign up to our Keptn Community Newsletter to get news, feature highlights, and more: [Newsletter](https://keptn.sh/community/newsletter/). +Sign up to our Keptn Community Newsletter to get news, feature highlights, and more: [Newsletter](https://v1.keptn.sh/community/newsletter/). diff --git a/content/docs/news/release_announcements/keptn-0100/index.md b/content/docs/news/release_announcements/keptn-0100/index.md index 1f61cda24..cc435b5c8 100644 --- a/content/docs/news/release_announcements/keptn-0100/index.md +++ b/content/docs/news/release_announcements/keptn-0100/index.md @@ -18,9 +18,9 @@ width="700px">}} :star: *Create/Delete a service* via Bridge: Next to the Webhook configuration, the Bridge allows creating and deleting a service. -:gift: Our [new integrations page](https://keptn.sh/docs/integrations/) got a facelift a let's you explore and search available Keptn integrations. All powered by the ArtifactHub. +:gift: Our [new integrations page](https://v1.keptn.sh/docs/integrations/) got a facelift a let's you explore and search available Keptn integrations. All powered by the ArtifactHub. -:information_source: Keptn provides an internal Git repository for each Keptn project regardless of whether a Git upstream is configured. This internal Git repository will become deprecated in an upcoming Keptn release; more detail will follow. Consequently, it is recommended to set a Git upstream to your own, publically accessible Git repository today. Therefore, use the Keptn [CLI](https://keptn.sh/docs/0.10.x/reference/cli/commands/keptn_update_project/) or [Bridge](https://keptn.sh/docs/0.10.x/reference/bridge/manage_projects/). If there are specific requirements to connect to an own repository, please reach out on Slack: [keptn.slack.com](https://keptn.slack.com) +:information_source: Keptn provides an internal Git repository for each Keptn project regardless of whether a Git upstream is configured. This internal Git repository will become deprecated in an upcoming Keptn release; more detail will follow. Consequently, it is recommended to set a Git upstream to your own, publically accessible Git repository today. Therefore, use the Keptn [CLI](https://v1.keptn.sh/docs/0.10.x/reference/cli/commands/keptn_update_project/) or [Bridge](https://v1.keptn.sh/docs/0.10.x/reference/bridge/manage_projects/). If there are specific requirements to connect to an own repository, please reach out on Slack: [keptn.slack.com](https://keptn.slack.com) --- @@ -238,5 +238,5 @@ Implemented **Keptn spec** version: [0.2.3](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.10.0 -- The upgrade from 0.9.x to 0.10.0 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.9.x to 0.10.0](https://keptn.sh/docs/0.10.x/operate/upgrade/#upgrade-from-keptn-0-9-x-to-0-10-0) +- The upgrade from 0.9.x to 0.10.0 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.9.x to 0.10.0](https://v1.keptn.sh/docs/0.10.x/operate/upgrade/#upgrade-from-keptn-0-9-x-to-0-10-0) diff --git a/content/docs/news/release_announcements/keptn-0112/index.md b/content/docs/news/release_announcements/keptn-0112/index.md index 0e97ab941..2d0457452 100644 --- a/content/docs/news/release_announcements/keptn-0112/index.md +++ b/content/docs/news/release_announcements/keptn-0112/index.md @@ -3,15 +3,15 @@ title: Keptn 0.11.2 weight: 84 --- -Keptn 0.11.2 provides a new MongoDB, which was updated from 3.6 to 4.4. This means that a manual database migration is needed to preserve data during the keptn upgrade process! Steps to upgrade Keptn with the manual migration can be found on the [Keptn Upgrade page](https://keptn.sh/docs/0.11.x/operate/upgrade/). +Keptn 0.11.2 provides a new MongoDB, which was updated from 3.6 to 4.4. This means that a manual database migration is needed to preserve data during the keptn upgrade process! Steps to upgrade Keptn with the manual migration can be found on the [Keptn Upgrade page](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/). --- **Key announcements:** -⚠ _BREAKING CHANGE_: This release requires a manual migration of all data in the Keptn Mongo DB. For more information, see our [upgrade guide](https://keptn.sh/docs/0.11.x/operate/upgrade/). +⚠ _BREAKING CHANGE_: This release requires a manual migration of all data in the Keptn Mongo DB. For more information, see our [upgrade guide](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/). -:mailbox: _Webhooks_ UI allows delegating to external services the execution of specific tasks. For an example, see our [Jenkins integration](https://keptn.sh/docs/0.10.x/integrations/webhooks/jenkins/#advanced-integrate-jenkins-response). +:mailbox: _Webhooks_ UI allows delegating to external services the execution of specific tasks. For an example, see our [Jenkins integration](https://v1.keptn.sh/docs/0.10.x/integrations/webhooks/jenkins/#advanced-integrate-jenkins-response). :hammer: Hardening on Keptn: This release improved the High Availability (HA) capabilities of core components and performance optimization in the Bridge. @@ -116,5 +116,5 @@ Keptn 0.11.2 provides a new MongoDB, which was updated from 3.6 to 4.4. This mea ## Upgrade to 0.11.x -- The upgrade from 0.10.x to 0.11.x is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.10.x to 0.11.x](https://keptn.sh/docs/0.11.x/operate/upgrade/) +- The upgrade from 0.10.x to 0.11.x is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.10.x to 0.11.x](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/) diff --git a/content/docs/news/release_announcements/keptn-0113/index.md b/content/docs/news/release_announcements/keptn-0113/index.md index 464a2bd73..599f8a223 100644 --- a/content/docs/news/release_announcements/keptn-0113/index.md +++ b/content/docs/news/release_announcements/keptn-0113/index.md @@ -18,5 +18,5 @@ This is a hotfix release for Keptn 0.11.2, containing several fixes to improve t ## Upgrade to 0.11.x -- The upgrade from 0.10.x to 0.11.x is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.10.x to 0.11.x](https://keptn.sh/docs/0.11.x/operate/upgrade/) +- The upgrade from 0.10.x to 0.11.x is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.10.x to 0.11.x](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/) diff --git a/content/docs/news/release_announcements/keptn-0114/index.md b/content/docs/news/release_announcements/keptn-0114/index.md index 333a3b381..ee420fbdb 100644 --- a/content/docs/news/release_announcements/keptn-0114/index.md +++ b/content/docs/news/release_announcements/keptn-0114/index.md @@ -11,5 +11,5 @@ This is a hotfix release for Keptn 0.11.x, containing a bug fix for the jmeter-s ## Upgrade to 0.11.x -- The upgrade from 0.10.x to 0.11.x is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.10.x to 0.11.x](https://keptn.sh/docs/0.11.x/operate/upgrade/) +- The upgrade from 0.10.x to 0.11.x is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.10.x to 0.11.x](https://v1.keptn.sh/docs/0.11.x/operate/upgrade/) diff --git a/content/docs/news/release_announcements/keptn-0130/index.md b/content/docs/news/release_announcements/keptn-0130/index.md index 039f01d24..714988519 100644 --- a/content/docs/news/release_announcements/keptn-0130/index.md +++ b/content/docs/news/release_announcements/keptn-0130/index.md @@ -15,7 +15,7 @@ Finally, this version of Keptn provides beta support for [OIDC](https://openid.n :star: *UX improvements* in Bridge: The settings page received a style refresh to better organize the information. -:gift: *OIDC support*: Bridge, CLI, and Distributor have initial support for OpenID Connect. For more information on how to enable it, please check our [documentation](https://keptn.sh/docs/0.13.x/operate/user_management/). +:gift: *OIDC support*: Bridge, CLI, and Distributor have initial support for OpenID Connect. For more information on how to enable it, please check our [documentation](https://v1.keptn.sh/docs/0.13.x/operate/user_management/). --- @@ -157,5 +157,5 @@ Implemented **Keptn spec** version: [0.2.4](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.13.0 -- The upgrade from 0.12.x to 0.13.0 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.12.x to 0.13.0](https://keptn.sh/docs/0.13.x/operate/upgrade/#upgrade-from-keptn-0-12-x-to-0-13-0) +- The upgrade from 0.12.x to 0.13.0 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.12.x to 0.13.0](https://v1.keptn.sh/docs/0.13.x/operate/upgrade/#upgrade-from-keptn-0-12-x-to-0-13-0) diff --git a/content/docs/news/release_announcements/keptn-0131/index.md b/content/docs/news/release_announcements/keptn-0131/index.md index 0b4173cb2..86ddac579 100644 --- a/content/docs/news/release_announcements/keptn-0131/index.md +++ b/content/docs/news/release_announcements/keptn-0131/index.md @@ -22,5 +22,5 @@ This is a bug fix release for Keptn 0.13.0, containing fixes for the the Quality ## Upgrade to 0.13.1 -- The upgrade from 0.12.x or 0.13.0 to 0.13.1 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.12.x to 0.13.0](https://keptn.sh/docs/0.13.x/operate/upgrade/#upgrade-from-keptn-0-12-x-to-0-13-0) +- The upgrade from 0.12.x or 0.13.0 to 0.13.1 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.12.x to 0.13.0](https://v1.keptn.sh/docs/0.13.x/operate/upgrade/#upgrade-from-keptn-0-12-x-to-0-13-0) diff --git a/content/docs/news/release_announcements/keptn-0132/index.md b/content/docs/news/release_announcements/keptn-0132/index.md index d28321775..95f301a18 100644 --- a/content/docs/news/release_announcements/keptn-0132/index.md +++ b/content/docs/news/release_announcements/keptn-0132/index.md @@ -16,5 +16,5 @@ This is a bug fix release for Keptn 0.13.1, containing fixes for the shipyard-co ## Upgrade to 0.13.2 -- The upgrade from 0.12.x or 0.13.x to 0.13.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.12.x to 0.13.0](https://keptn.sh/docs/0.13.x/operate/upgrade/#upgrade-from-keptn-0-12-x-to-0-13-0) +- The upgrade from 0.12.x or 0.13.x to 0.13.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.12.x to 0.13.0](https://v1.keptn.sh/docs/0.13.x/operate/upgrade/#upgrade-from-keptn-0-12-x-to-0-13-0) diff --git a/content/docs/news/release_announcements/keptn-0141/index.md b/content/docs/news/release_announcements/keptn-0141/index.md index ec9aadbef..802131cc1 100644 --- a/content/docs/news/release_announcements/keptn-0141/index.md +++ b/content/docs/news/release_announcements/keptn-0141/index.md @@ -33,7 +33,7 @@ For existing integration that are not yet updated to use a 0.14.x distributor, p * **cli:** The CLI does not require anymore passing git_user as a parameter to create or upgrade a project. In case you are experiencing issues with the command, we suggest trying it without specifying the user. * **configuration-service:** adding invalid token results in a 404 HTTP status code (424 previously) -* **nats**: the NATS cluster name changed from `keptn-nats-cluster` to `keptn-nats`. Please check the [upgrade documentation](https://keptn.sh/docs/0.14.x/operate/upgrade/). +* **nats**: the NATS cluster name changed from `keptn-nats-cluster` to `keptn-nats`. Please check the [upgrade documentation](https://v1.keptn.sh/docs/0.14.x/operate/upgrade/). ### Features diff --git a/content/docs/news/release_announcements/keptn-0160/index.md b/content/docs/news/release_announcements/keptn-0160/index.md index 2a9723d74..c936075e5 100644 --- a/content/docs/news/release_announcements/keptn-0160/index.md +++ b/content/docs/news/release_announcements/keptn-0160/index.md @@ -19,7 +19,7 @@ Make sure to check the [upgrade instructions](../../../0.16.x/operate/upgrade/) :sparkles: *(experimental) New heatmap for SLI breakdown*: Keptn Bridge is leveraging a new rendering library that offers more flexibility for displaying the SLI breakdown. If you want to try it out, you can enable it by setting the Helm value `control-plane.bridge.d3heatmap.enabled` to `true`. -:information_source: From Keptn 0.17, the CLI will remove the install/uninstall/upgrade commands. Please refer to our [documentation](https://keptn.sh/docs/0.16.x/operate/) to see how you can use helm to operate Keptn. +:information_source: From Keptn 0.17, the CLI will remove the install/uninstall/upgrade commands. Please refer to our [documentation](https://v1.keptn.sh/docs/0.16.x/operate/) to see how you can use helm to operate Keptn. --- @@ -31,7 +31,7 @@ Make sure to check the [upgrade instructions](../../../0.16.x/operate/upgrade/) ### ⚠ BREAKING CHANGES * The `resource-service` replaces the old `configuration-service`. The new service always requires a Git upstream to be configured for a Keptn project. The new service will bring many advantages, such as faster response times and the possibility to upgrade Keptn without any downtime. -* From Keptn 0.17, the CLI will remove the install/uninstall/upgrade commands. Please refer to our [documentation](https://keptn.sh/docs/0.16.x/operate/) to see how you can use helm to operate Keptn. +* From Keptn 0.17, the CLI will remove the install/uninstall/upgrade commands. Please refer to our [documentation](https://v1.keptn.sh/docs/0.16.x/operate/) to see how you can use helm to operate Keptn. ### Features diff --git a/content/docs/news/release_announcements/keptn-0170/index.md b/content/docs/news/release_announcements/keptn-0170/index.md index 22db448ca..6e4634ca9 100644 --- a/content/docs/news/release_announcements/keptn-0170/index.md +++ b/content/docs/news/release_announcements/keptn-0170/index.md @@ -5,7 +5,7 @@ weight: 70 # Release Notes 0.17.0 -Keptn 0.17.0 provides more customizability options in the Helm Charts. Make sure to check the [upgrade guide](https://keptn.sh/docs/install/upgrade/#upgrade-from-keptn-0-16-x-to-keptn-0-17-x) to ensure that you do not lose any data when upgrading to Keptn 0.17.0. +Keptn 0.17.0 provides more customizability options in the Helm Charts. Make sure to check the [upgrade guide](https://v1.keptn.sh/docs/install/upgrade/#upgrade-from-keptn-0-16-x-to-keptn-0-17-x) to ensure that you do not lose any data when upgrading to Keptn 0.17.0. --- @@ -22,7 +22,7 @@ Keptn 0.17.0 provides more customizability options in the Helm Charts. Make sure ### ⚠ BREAKING CHANGES * Git credentials for git authentication have been moved to a separate sub-structure in the `go-utils` package and split into SSH and HTTP sub-structures depending to support the different user authentication methods. This leads to new models for creating, updating, and retrieving the project information via REST APIs. -* **installer:** Keptn's Helm charts have been reworked and some values are changed and/or moved. Please consult the [upgrade guide](https://keptn.sh/docs/install/upgrade/#upgrade-from-keptn-0-16-x-to-keptn-0-17-x) to make sure your installation can be upgraded successfully. With these changes, users can now customize resource limits/requests and add custom sidecars and extra volumes by setting the Helm values. +* **installer:** Keptn's Helm charts have been reworked and some values are changed and/or moved. Please consult the [upgrade guide](https://v1.keptn.sh/docs/install/upgrade/#upgrade-from-keptn-0-16-x-to-keptn-0-17-x) to make sure your installation can be upgraded successfully. With these changes, users can now customize resource limits/requests and add custom sidecars and extra volumes by setting the Helm values. ### Features diff --git a/content/docs/news/release_announcements/keptn-0180/index.md b/content/docs/news/release_announcements/keptn-0180/index.md index e7451f12d..d02ff5d14 100644 --- a/content/docs/news/release_announcements/keptn-0180/index.md +++ b/content/docs/news/release_announcements/keptn-0180/index.md @@ -24,7 +24,7 @@ weight: 69 ### ⚠ BREAKING CHANGES -* **cli:** The install/uninstall/upgrade commands are not available anymore. Please use Helm to [operate Keptn](https://keptn.sh/docs/install/helm-install/). +* **cli:** The install/uninstall/upgrade commands are not available anymore. Please use Helm to [operate Keptn](https://v1.keptn.sh/docs/install/helm-install/). * **resource-service:** Trailing `/` chars in the resource APIs will return a 404. This way, the difference between an empty URI and getting all the resources is explicit. * All Keptn core services depend on resource-service. From this moment on, the configuration-service is deprecated. diff --git a/content/docs/news/release_announcements/keptn-070/index.md b/content/docs/news/release_announcements/keptn-070/index.md index 52f74fc2d..848aeaae0 100644 --- a/content/docs/news/release_announcements/keptn-070/index.md +++ b/content/docs/news/release_announcements/keptn-070/index.md @@ -17,7 +17,7 @@ weight: 100 :lock: *Hardening of Keptn:* The hardened of Keptn 0.7 in terms of its permissions on a K8s cluster has been improved by defining the role-based access control (RBAC) of each service. -:star: *Removed Istio and NGINX - [KEP 18](https://github.com/keptn/enhancement-proposals/pull/18):* Keptn 0.7 does not install Istio nor an NGNIX Ingress controller during the Keptn install process. Instead, the default Kubernetes service types *NodePort* or *LoadBalancer* are used for exposing Keptn to an external IP. In case, the Kubernetes service types *ClusterIP* is chosen, it is required to manually install an Ingress or to go with port-forwarding to access the Keptn API/Bridge; documentation is provided [here](https://keptn.sh/docs/0.7.x/operate/install/). +:star: *Removed Istio and NGINX - [KEP 18](https://github.com/keptn/enhancement-proposals/pull/18):* Keptn 0.7 does not install Istio nor an NGNIX Ingress controller during the Keptn install process. Instead, the default Kubernetes service types *NodePort* or *LoadBalancer* are used for exposing Keptn to an external IP. In case, the Kubernetes service types *ClusterIP* is chosen, it is required to manually install an Ingress or to go with port-forwarding to access the Keptn API/Bridge; documentation is provided [here](https://v1.keptn.sh/docs/0.7.x/operate/install/). Last but not least, many thanks to the community for the rich discussions around Keptn 0.7, the submitted [Keptn Enhancement Proposals](https://github.com/keptn/enhancement-proposals), and the implementation work! @@ -150,11 +150,11 @@ Implemented **Keptn spec** version: [0.1.4](https://github.com/keptn/spec/tree/0 ## Addressed Vulnerability Bulletins -- Keptn is shipping an outdated and unsupported version of Istio, [Keptn-Vulnerability-2020-001](https://keptn.sh/docs/news/vulnerability_bulletins/keptn-sec-2020-001/) -- RBAC cluster-admin role given to Keptn services by default, [Keptn-Vulnerability-2020-002](https://keptn.sh/docs/news/vulnerability_bulletins/keptn-sec-2020-002/) +- Keptn is shipping an outdated and unsupported version of Istio, [Keptn-Vulnerability-2020-001](https://v1.keptn.sh/docs/news/vulnerability_bulletins/keptn-sec-2020-001/) +- RBAC cluster-admin role given to Keptn services by default, [Keptn-Vulnerability-2020-002](https://v1.keptn.sh/docs/news/vulnerability_bulletins/keptn-sec-2020-002/) ## Good to know / Known Limitations * **Upgrade from 0.6.2 to 0.7:** *Keptn 0.7 uses Helm 3 while previous Keptn releases rely on Helm 2*. To upgrade your Helm releases from Helm 2 to 3, two options are provided: - 1. *Job without Helm 3 Upgrade:* This option is needed when the cluster contains Helm releases not managed by Keptn. If this job is executed, it is necessary to manually convert the releases from Helm 2 to 3 as explained on [keptn.sh/docs](https://keptn.sh/docs/0.7.0/operate/upgrade/#job-without-helm-3-0-upgrade). + 1. *Job without Helm 3 Upgrade:* This option is needed when the cluster contains Helm releases not managed by Keptn. If this job is executed, it is necessary to manually convert the releases from Helm 2 to 3 as explained on [keptn.sh/docs](https://v1.keptn.sh/docs/0.7.0/operate/upgrade/#job-without-helm-3-0-upgrade). 1. *Job with Helm 3 Upgrade:* Full automation of Helm upgrade for installations were just Keptn is installed. If this job is executed, **all** Helm releases on the cluster are converted from Helm 2 to 3 and Tiller will be removed. \ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-072/index.md b/content/docs/news/release_announcements/keptn-072/index.md index 4996b64b3..3a6eb6e24 100644 --- a/content/docs/news/release_announcements/keptn-072/index.md +++ b/content/docs/news/release_announcements/keptn-072/index.md @@ -105,4 +105,4 @@ Implemented **Keptn spec** version: [0.1.6](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.7.2 -- The upgrade from 0.7.x to 0.7.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.7.1 to 0.7.2](https://keptn.sh/docs/0.7.x/operate/upgrade/#upgrade-from-keptn-0-7-1-to-0-7-2) +- The upgrade from 0.7.x to 0.7.2 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.7.1 to 0.7.2](https://v1.keptn.sh/docs/0.7.x/operate/upgrade/#upgrade-from-keptn-0-7-1-to-0-7-2) diff --git a/content/docs/news/release_announcements/keptn-073/index.md b/content/docs/news/release_announcements/keptn-073/index.md index 9c444fabf..8b493573d 100644 --- a/content/docs/news/release_announcements/keptn-073/index.md +++ b/content/docs/news/release_announcements/keptn-073/index.md @@ -85,4 +85,4 @@ This section lists bugs and limitations that are known but not fixed in this rel ## Upgrade to 0.7.3 -- The upgrade from 0.7.x to 0.7.3 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.7.2 to 0.7.3](https://keptn.sh/docs/0.7.x/operate/upgrade/#upgrade-from-keptn-0-7-2-to-0-7-3) \ No newline at end of file +- The upgrade from 0.7.x to 0.7.3 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.7.2 to 0.7.3](https://v1.keptn.sh/docs/0.7.x/operate/upgrade/#upgrade-from-keptn-0-7-2-to-0-7-3) \ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-080/index.md b/content/docs/news/release_announcements/keptn-080/index.md index e6458eae0..a79f3256a 100644 --- a/content/docs/news/release_announcements/keptn-080/index.md +++ b/content/docs/news/release_announcements/keptn-080/index.md @@ -85,7 +85,7 @@ Implemented **Keptn spec** version: [0.2.0](https://github.com/keptn/spec/tree/0 - The **Service** screen does not show the Keptn CloudEvents anymore since this information has moved to the new **Sequence** screen. -- The old deep links still work but are adapted to the new screens as described [here](https://keptn.sh/docs/0.8.x/reference/bridge/deep_linking/#links-to-project-and-events) +- The old deep links still work but are adapted to the new screens as described [here](https://v1.keptn.sh/docs/0.8.x/reference/bridge/deep_linking/#links-to-project-and-events) ## New Features @@ -384,4 +384,4 @@ This section lists bugs and limitations that are known but not fixed in this rel ## Upgrade to 0.8.0 -- The upgrade from Keptn 0.7.3 to 0.8.0 is supported. Please find the documentation here: [Upgrade from Keptn 0.7.3 to 0.8.0](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-7-to-0-8) \ No newline at end of file +- The upgrade from Keptn 0.7.3 to 0.8.0 is supported. Please find the documentation here: [Upgrade from Keptn 0.7.3 to 0.8.0](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-7-to-0-8) \ No newline at end of file diff --git a/content/docs/news/release_announcements/keptn-081/index.md b/content/docs/news/release_announcements/keptn-081/index.md index 8c88c11fd..6c71111bb 100644 --- a/content/docs/news/release_announcements/keptn-081/index.md +++ b/content/docs/news/release_announcements/keptn-081/index.md @@ -9,7 +9,7 @@ Keptn 0.8.1 improves the user experience of Keptn by allowing custom names for S **Key announcements:** -:tada: *API/CLI support for creating secrets*: This release introduces the new feature to create a secret on the Keptn control-plane, which is then stored as [Kubernetes Secret](https://kubernetes.io/docs/concepts/configuration/secret/). Therefore, the Keptn API and CLI provide the required functionality. Please see [keptn create secret](https://keptn.sh/docs/0.8.x/reference/cli/commands/keptn_create_secret/) to learn how to use this feature. +:tada: *API/CLI support for creating secrets*: This release introduces the new feature to create a secret on the Keptn control-plane, which is then stored as [Kubernetes Secret](https://kubernetes.io/docs/concepts/configuration/secret/). Therefore, the Keptn API and CLI provide the required functionality. Please see [keptn create secret](https://v1.keptn.sh/docs/0.8.x/reference/cli/commands/keptn_create_secret/) to learn how to use this feature. :star: *Bridge improvements for SLO names and stage overview*: The SLO spec allows adding a `displayName` for an SLO. This name is optional but will be used in the Bridge when available; please see the snippet below. Additionally, the Bridge provides enhancements for the environment screen where an overview of the currently running sequences is given and the evaluation of a quality gate is displayed: @@ -146,6 +146,6 @@ Implemented **Keptn spec** version: [0.2.1](https://github.com/keptn/spec/tree/0 ## Upgrade to 0.8.1 -- The upgrade from 0.8.0 to 0.8.1 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.0 to 0.8.1](https://keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-0-to-0-8-1) +- The upgrade from 0.8.0 to 0.8.1 is supported by the `keptn upgrade` command. Find the documentation here: [Upgrade from Keptn 0.8.0 to 0.8.1](https://v1.keptn.sh/docs/0.8.x/operate/upgrade/#upgrade-from-keptn-0-8-0-to-0-8-1)
CI Information

\ 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 }}

- + Explore more
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 }}
- + Start now!
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c8201498f..7e0d5c297 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -12,10 +12,9 @@
@@ -24,23 +23,19 @@
  • Github
  • Releases
  • Issues
  • -
  • Slack
  • diff --git a/layouts/partials/intro.html b/layouts/partials/intro.html index 725476575..838feac3b 100644 --- a/layouts/partials/intro.html +++ b/layouts/partials/intro.html @@ -30,7 +30,7 @@

    Cloud native?


    Non cloud native?

    + href="https://v1.keptn.sh/docs/quickstart/"> Install Keptn v1!
    diff --git a/layouts/partials/main-menu-mobile.html b/layouts/partials/main-menu-mobile.html index 61624f897..35fc5d4a1 100644 --- a/layouts/partials/main-menu-mobile.html +++ b/layouts/partials/main-menu-mobile.html @@ -3,8 +3,8 @@