Skip to content

Commit

Permalink
Fix correct version in doc (#119)
Browse files Browse the repository at this point in the history
Signed-off-by: wilian <wilian.silva@zup.com.br>
  • Loading branch information
wiliansilvazup committed Oct 6, 2021
1 parent af3677a commit 6fe7707
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 54 deletions.
18 changes: 9 additions & 9 deletions content/en/cli/analysis-tools/overview.md
Expand Up @@ -24,15 +24,15 @@ See below:

| **Tools** | **Version** |
| :--- | :--- |
| Horusec-Leaks |v2.3.0 |
| Horusec-Java |v2.3.0 |
| Horusec Kotlin |v2.3.0 |
| Horusec-Kubernetes |v2.3.0|
| Horusec-NodeJS |v2.3.0 |
| Horusec-CSharp |v2.3.0|
| Horusec Dart |v2.3.0|
| Horusec Nginx |v2.3.0|
| Horusec Swift |v2.3.0|
| Horusec-Leaks |v2.6.0 |
| Horusec-Java |v2.6.0 |
| Horusec Kotlin |v2.6.0 |
| Horusec-Kubernetes |v2.6.0|
| Horusec-NodeJS |v2.6.0 |
| Horusec-CSharp |v2.6.0|
| Horusec Dart |v2.6.0|
| Horusec Nginx |v2.6.0|
| Horusec Swift |v2.6.0|


## **Available programming languages and tools**
Expand Down
10 changes: 5 additions & 5 deletions content/en/cli/installation.md
Expand Up @@ -71,15 +71,15 @@ The manual installation is done according to your operation system and the versi
The links below are to download the lastest version:

- Windows x64:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.5.0/horusec_win_x64.exe
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_win_x64.exe
- Windows x86:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.5.0/horusec_win_x86.exe
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_win_x86.exe
- Linux x64:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.5.0/horusec_linux_x64
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_linux_x64
- Linux x86:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.5.0/horusec_linux_x86
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_linux_x86
- Mac x64:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.5.0/horusec_mac_x64
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_mac_x64

{{% alert color="info" %}}
### MAC ou Linux
Expand Down
2 changes: 1 addition & 1 deletion content/en/development-environment.md
Expand Up @@ -44,7 +44,7 @@ Don't worry, this is normal. The script is trying to create a new database, but
After script finish, install:

```
kubectl apply -f "https://github.com/ZupIT/horusec-operator/releases/download/v2.0.0/horusec-operator.yaml"
kubectl apply -f "https://github.com/ZupIT/horusec-operator/releases/download/v2.2.0/horusec-operator.yaml"
```
Check out if it was successfully installed:
```
Expand Down
2 changes: 1 addition & 1 deletion content/en/migrate-v1-to-v2.md
Expand Up @@ -46,7 +46,7 @@ There wasn't a new change on the optional requirement, it continues:
### Migration:
To continue the migration, follow the next steps:

**Step 1:** Update the services with the lastest version available **v2.12.0**:
**Step 1:** Update the services with the [lastest version available](https://github.com/ZupIT/horusec-platform/releases/latest):
- [**Horusec-API**](https://hub.docker.com/r/horuszup/horusec-api)
- [**Horusec-Analytic**](https://hub.docker.com/r/horuszup/horusec-analytic)
- [**Horusec-Auth**](https://hub.docker.com/r/horuszup/horusec-auth)
Expand Down
Expand Up @@ -19,7 +19,7 @@ To install it, follow the next step:
**Step 1.** After configuring your database connection, connecting to your broker and creating secrets. Install Horusec-Operator on your cluster, see the example below:

```
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.1.3"
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.0"
```

Now, see if the resource was installed:
Expand Down
Expand Up @@ -23,7 +23,7 @@ description: In this section, you will find YAML's definition.
| components.analytic.image.registry | String | docker.io/horuszup |
Definitions for the image's registry download https://kubernetes.io/docs/concepts/containers/images/#updating-images. |
| components.analytic.image.repository | String | horusec-analytic | Repository definition for image download https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default horusec-analytic). |
| components.analytic.image.tag | Number | `v2.16.5` | Tag versioning definitions for image download https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default v2.16.5). |
| components.analytic.image.tag | Number | `v2.17.1` | Tag versioning definitions for image download https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default v2.17.1). |
| components.analytic.livenessProbe | Number | - | Waiting time settings for verification command if the service is in good health https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ |
| components.analytic.livenessProbe.timeoutSeconds | Number | `1` | https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes (if not configured it will be by default 1). |
| components.analytic.livenessProbe.periodSeconds | Number | `10` | https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes (if not configured it will be by default 10). |
Expand Down Expand Up @@ -55,7 +55,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.analytic.database.migration.image.pullPolicy | String | `IfNotPresent` | Error message to be displayed. |
| components.analytic.database.migration.image.registry | String | `docker.io/horuszup` | Definitions to register the image's download https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default docker.io/horuszup). |
|components.analytic.database.migration.image.repository | String | `horusec-migrations` | Definitions for the repository of image's download https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default horusec-migration). |
| components.analytic.database.migration.image.tag | Number | `"v2.16.5` | Versioning tag's definition to download image https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default v2.16.5). |
| components.analytic.database.migration.image.tag | Number | `"v2.17.1` | Versioning tag's definition to download image https://kubernetes.io/docs/concepts/containers/images/#updating-images (if not configured it will be by default v2.17.1). |
| components.analytic.database.migration.user | - | | User definition to database connections. |
| components.analytic.database.migration.user.secretKeyRef | - | | Definitions on how to get the user through kubernetes secrets https://kubernetes.io/docs/concepts/configuration/secret/. |
| components.analytic.database.migration.user.secretKeyRef.name | String | `horusec-analytic-database` | Secret's definition group (if not configured it will be by default horusec-analytic-database). |
Expand All @@ -76,7 +76,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.api.container.image.pullPolicy | String | `IfNotPresent` | |
| components.api.container.image.registry| String | `docker.io/horuszup` | |
| components.api.container.image.repository | String | `horusec-api` | |
| components.api.container.image.tag | Number | `v2.16.5` |
| components.api.container.image.tag | Number | `v2.17.1` |
| components.api.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.api.container.livenessProbe.periodSeconds | Number | `10` | |
| components.api.container.livenessProbe.successThreshold | Number | `1` | |
Expand Down Expand Up @@ -114,7 +114,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.auth.container.image.pullPolicy| String | `IfNotPresent` | |
| components.auth.container.image.registry | String | `docker.io/horuszup` | |
| components.auth.container.image.repository | String | `horusec-auth` | |
| components.auth.container.image.tag | Number | `v2.16.5` | |
| components.auth.container.image.tag | Number | `v2.17.1` | |
| components.auth.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.auth.container.livenessProbe.periodSeconds | Number | `10` | |
| components.auth.container.livenessProbe.successThreshold | Number | `1` | |
Expand Down Expand Up @@ -142,7 +142,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.core.container.image.pullPolicy| String | `IfNotPresent` | |
| components.core.container.image.registry | String | `docker.io/horuszup` | |
| components.core.container.image.repository | String | `horusec-core` | |
| components.core.container.image.tag | Number | `v2.16.5` | |
| components.core.container.image.tag | Number | `v2.17.1` | |
| components.core.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.core.container.livenessProbe.periodSeconds | Number | `10` | |
| components.core.container.livenessProbe.successThreshold | Number | `1` | |
Expand All @@ -169,7 +169,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.manager.container.image.pullPolicy| String | `IfNotPresent` | |
| components.manager.container.image.registry | String | `docker.io/horuszup` | |
| components.manager.container.image.repository | String | `horusec-manager` | |
| components.manager.container.image.tag | Number | `v2.16.5` | |
| components.manager.container.image.tag | Number | `v2.17.1` | |
| components.manager.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.manager.container.livenessProbe.periodSeconds | Number | `10` | |
| components.manager.container.livenessProbe.successThreshold | Number | `1` | |
Expand Down Expand Up @@ -204,7 +204,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.messages.container.image.pullPolicy| String | `IfNotPresent` | |
| components.messages.container.image.registry | String | `docker.io/horuszup` | |
| components.messages.container.image.repository | String | `horusec-manager` | |
| components.messages.container.image.tag | Number | `v2.16.5` | |
| components.messages.container.image.tag | Number | `v2.17.1` | |
| components.messages.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.messages.container.livenessProbe.periodSeconds | Number | `10` | |
| components.messages.container.livenessProbe.successThreshold | Number | `1` | |
Expand Down Expand Up @@ -233,7 +233,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.vulnerability.container.image.pullPolicy| String | `IfNotPresent` | |
| components.vulnerability.container.image.registry | String | `docker.io/horuszup` | |
| components.vulnerability.container.image.repository | String | `horusec-vulnerability` | |
| components.vulnerability.container.image.tag | Number | `v2.16.5` | |
| components.vulnerability.container.image.tag | Number | `v2.17.1` | |
| components.vulnerability.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.vulnerability.container.livenessProbe.periodSeconds | Number | `10` | |
| components.vulnerability.container.livenessProbe.successThreshold | Number | `1` | |
Expand All @@ -260,7 +260,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.webhook.container.image.pullPolicy| String | `IfNotPresent` | |
| components.webhook.container.image.registry | String | `docker.io/horuszup` | |
| components.webhook.container.image.repository | String | `horusec-webhook` | |
| components.webhook.container.image.tag | Number | `v2.16.5` | |
| components.webhook.container.image.tag | Number | `v2.17.1` | |
| components.webhook.container.livenessProbe.timeoutSeconds | Number | `1` | |
| components.webhook.container.livenessProbe.periodSeconds | Number | `10` | |
| components.webhook.container.livenessProbe.successThreshold | Number | `1` | |
Expand Down Expand Up @@ -288,7 +288,7 @@ Definitions for the image's registry download https://kubernetes.io/docs/concept
| components.global.database.migration.image.pullpolicy| String | `IfNotPresent` | |
| components.global.database.migration.image.registry | String | `docker.io/horuszup` | |
| components.global.database.migration.image.repository | String | `horusec-migrations` | |
| components.global.database.migration.image.tag| Number | `v2.16.5` | |
| components.global.database.migration.image.tag| Number | `v2.17.1` | |
| components.global.database.migration.user.secretKeyRef.name | String | `horusec-platform-database` | |
| components.global.database.migration.user.secretKeyRef.key | String | `username` | |
| components.global.database.migration.password.secretKeyRef.name | String | `horusec-platform-database` | |
Expand Down
18 changes: 9 additions & 9 deletions content/pt-br/cli/analysis-tools/overview.md
Expand Up @@ -25,15 +25,15 @@ A versão da CLI corresponde a versão das ferramentas criadas pelo time do Horu

| **Ferramenta** | **Versão** |
| :--- | :--- |
| Horusec-Leaks |v2.3.0 |
| Horusec-Java |v2.3.0 |
| Horusec Kotlin |v2.3.0 |
| Horusec-Kubernetes |v2.3.0|
| Horusec-NodeJS |v2.3.0 |
| Horusec-CSharp |v2.3.0|
| Horusec Dart |v2.3.0|
| Horusec Nginx |v2.3.0|
| Horusec Swift |v2.3.0|
| Horusec-Leaks |v2.6.0 |
| Horusec-Java |v2.6.0 |
| Horusec Kotlin |v2.6.0 |
| Horusec-Kubernetes |v2.6.0|
| Horusec-NodeJS |v2.6.0 |
| Horusec-CSharp |v2.6.0|
| Horusec Dart |v2.6.0|
| Horusec Nginx |v2.6.0|
| Horusec Swift |v2.6.0|


## **Linguagens de programação e ferramentas disponíveis**
Expand Down
10 changes: 5 additions & 5 deletions content/pt-br/cli/installation.md
Expand Up @@ -72,15 +72,15 @@ Caso queira uma versão específica, basta trocar a palavra `latest` no link pel
{{% /alert %}}

- Windows x64:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.0.0/horusec_win_x64.exe
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_win_x64.exe
- Windows x86:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.0.0/horusec_win_x86.exe
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_win_x86.exe
- Linux x64:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.0.0/horusec_linux_x64
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_linux_x64
- Linux x86:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.0.0/horusec_linux_x86
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_linux_x86
- Mac x64:
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.0.0/horusec_mac_x64
- 📥 https://github.com/ZupIT/horusec/releases/download/v2.6.0/horusec_mac_x64

{{% alert color="info" %}}
### MAC ou Linux
Expand Down
2 changes: 1 addition & 1 deletion content/pt-br/development-environment.md
Expand Up @@ -45,7 +45,7 @@ Não se preocupe, é normal. O script está tentando criar um novo banco de dado
Após a finalização do script, instale:

```
kubectl apply -f "https://github.com/ZupIT/horusec-operator/releases/download/v2.0.0/horusec-operator.yaml"
kubectl apply -f "https://github.com/ZupIT/horusec-operator/releases/download/v2.2.0/horusec-operator.yaml"
```
Confirme se foi instalado com sucesso:

Expand Down
2 changes: 1 addition & 1 deletion content/pt-br/migrate-v1-to-v2.md
Expand Up @@ -45,7 +45,7 @@ Não houve alteração no requisito opcional, ele continua sendo:
### Migração:
Para prosseguir com a migração, siga os passos abaixo:

**Passo 1:** Atualize os serviços para a última versão disponível **v2.12.0**:
**Passo 1:** Atualize os serviços para a [última versão disponível](https://github.com/ZupIT/horusec-platform/releases/latest):
- [**Horusec-API**](https://hub.docker.com/r/horuszup/horusec-api)
- [**Horusec-Analytic**](https://hub.docker.com/r/horuszup/horusec-analytic)
- [**Horusec-Auth**](https://hub.docker.com/r/horuszup/horusec-auth)
Expand Down
Expand Up @@ -19,7 +19,7 @@ Para instalar, siga os passo abaixo:
**Passo 1.** Depois de configurar a conexão com seu banco de dados, conectando o seu broker e criando secrets. Instale o Horusec-Operator no seu cluster, veja o exemplo:

```
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.1.3"
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.0"
```

Agora, veja se o recurso foi instalado:
Expand Down

0 comments on commit 6fe7707

Please sign in to comment.