Skip to content

Commit

Permalink
deps: update dependency autoprefixer to v10.4.15 (#1909)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <ondrej.dubaj@dynatrace.com>
Co-authored-by: odubajDT <ondrej.dubaj@dynatrace.com>
  • Loading branch information
renovate[bot] and odubajDT committed Sep 4, 2023
1 parent 6ce03d6 commit 8dbec2d
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 35 deletions.
2 changes: 1 addition & 1 deletion docs/content/en/docs/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following is an imperative walkthrough.

## Prerequisites

- [Docker](https://docker.com)
- [Docker](https://docs.docker.com/get-started/overview/)
- [kubectl](https://kubernetes.io/docs/reference/kubectl/)
- A Kubernetes cluster >= 1.24 (we recommend [Kubernetes kind](https://kind.sigs.k8s.io/docs/user/quick-start/))
(`kind create cluster`)
Expand Down
9 changes: 5 additions & 4 deletions docs/content/en/docs/intro-klt/usecase-orchestrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ example.

The steps to implement pre- and post-deployment orchestration are:

1. [Define evaluations to be performed pre- and post-deployment](#define-evaluations-to-be-performed-pre--and-post-deployment)
1. [Define tasks to be performed pre- and post-deployment](#define-tasks-to-be-performed-pre--and-post-deployment)
1. [Integrate evaluations and tasks into the cluster](#integrate-evaluations-and-tasks-into-the-cluster)
* [Using this exercise](#using-this-exercise)
* [Define evaluations to be performed pre- and post-deployment](#define-evaluations-to-be-performed-pre--and-post-deployment)
* [Define tasks to be performed pre- and post-deployment](#define-tasks-to-be-performed-pre--and-post-deployment)
* [Integrate evaluations and tasks into the cluster](#integrate-evaluations-and-tasks-into-the-cluster)

This is the third of three exercises in the
[Introducing the Keptn Lifecycle Toolkit](_index.md)
Expand Down Expand Up @@ -148,7 +149,7 @@ spec:
For more information about sending Slack notifications with KLT, see
[Implement Slack notifications](../implementing/slack.md).
The code to be executed is expressed as a
[Deno](https://deno.land/)
[Deno](https://deno.com)
script, which uses JavaScript syntax.
It can be embedded in the definition file
or pulled in from a remote webserver that is specified.
Expand Down
4 changes: 2 additions & 2 deletions docs/content/en/docs/yaml-crd-ref/taskdefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ When using the `deno-runtime` runner to define a task,
the task is coded in Deno-script
(which is mostly the same as JavaScript and TypeScript)
and executed in the
[Deno](https://deno.land/manual) runner,
[Deno](https://deno.com/manual) runner,
which is a lightweight runtime environment
that executes in your namespace.
Note that Deno has tighter restrictions
Expand All @@ -149,7 +149,7 @@ spec:

* **spec**
* **deno** -- Specify that the task uses the `deno-runtime`
and is expressed as a [Deno](https://deno.land/) script.
and is expressed as a [Deno](https://deno.com/) script.
Refer to [deno runtime](https://github.com/keptn/lifecycle-toolkit/tree/main/runtimes/deno-runtime)
for more information about this runner.

Expand Down
64 changes: 38 additions & 26 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"autoprefixer": "^10.4.13",
"autoprefixer": "^10.4.15",
"postcss-cli": "^10.1.0"
}
}
2 changes: 1 addition & 1 deletion runtimes/deno-runtime/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docker build -t keptnsandbox/klc-runtime:${VERSION} .

## Usage

The Keptn deno runtime uses [Deno](https://deno.land/)
The Keptn deno runtime uses [Deno](https://deno.com/)
to execute Javascript/Typescript code.
The Keptn Lifecycle Toolkit uses this runtime to run [KeptnTask](https://lifecycle.keptn.sh/docs/tasks/write-tasks/)
for pre- and post-checks.
Expand Down

0 comments on commit 8dbec2d

Please sign in to comment.