diff --git a/package.json b/package.json index 86f91480d3..d163229d0d 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ }, "devDependencies": { "@playwright/test": "^1.39.0", + "csv-parse": "^5.5.5", "npm-run-all": "^4.1.5", "onchange": "^7.1.0", "prettier": "^3.2.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index def3bee51c..0148c03e25 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,6 +41,9 @@ devDependencies: '@playwright/test': specifier: ^1.39.0 version: 1.39.0 + csv-parse: + specifier: ^5.5.5 + version: 5.5.5 npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -1804,6 +1807,10 @@ packages: resolution: {integrity: sha512-JjnG6/pdLJh3iqipq7kteNVtbIczsU2A1cNxb+VAiniSuNmrB/NI3us4rSCfArvlwRXYly+jZhUUfEoInSH9Qg==} dev: false + /csv-parse@5.5.5: + resolution: {integrity: sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==} + dev: true + /debug@2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: diff --git a/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md b/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md index 08d1a33f6b..0e5eacffe2 100644 --- a/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md +++ b/src/pages/docs/infrastructure/deployment-targets/linux/ssh-requirements.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2023-01-01 +modDate: 2024-03-22 title: SSH target requirements description: Requirements for using SSH deployment targets with Octopus. navOrder: 15 @@ -60,7 +60,7 @@ Self-contained Calamari is built as a [.NET Core self-contained distributable](h ### Self-Contained .NET Core dependencies {#self-contained-net-core-dependencies} -[.NET Core has some dependencies](https://github.com/dotnet/core/blob/main/Documentation/prereqs/) which must be installed on the target server. +[.NET Core has some dependencies](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies) which must be installed on the target server. ## Calamari on Mono {#mono-calamari} diff --git a/src/pages/docs/infrastructure/deployment-targets/tentacle/linux/index.mdx b/src/pages/docs/infrastructure/deployment-targets/tentacle/linux/index.mdx index 445b4cf922..466dcb2bc6 100644 --- a/src/pages/docs/infrastructure/deployment-targets/tentacle/linux/index.mdx +++ b/src/pages/docs/infrastructure/deployment-targets/tentacle/linux/index.mdx @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2024-03-11 +modDate: 2024-03-22 title: Linux Tentacle description: How to install and configure Octopus Tentacles on Linux Servers in either listening or polling mode. navOrder: 20 @@ -20,7 +20,7 @@ Before you can configure a Linux Tentacle, the Linux server must meet the [requi - Octopus Server **2019.8.3** or newer -Linux Tentacle is a .NET application distributed as a [self-contained deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained). On most Linux distributions it will *just work*, but be aware that [you will need to install .NET](https://learn.microsoft.com/en-us/dotnet/core/install/linux). +Linux Tentacle is a .NET application distributed as a [self-contained deployment](https://docs.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained). On most Linux distributions it will *just work*, but be aware that [you will need to install some prerequisites](https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#dependencies). ## Known limitations