Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

versioning:chore - Update versioning files #452

Merged
merged 1 commit into from
Nov 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
alpha: 0
beta: 0
rc: 0
release: v2.17.1
release: v2.17.3
16 changes: 8 additions & 8 deletions deployments/compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
options:
max-size: 10m
horusec-messages:
image: horuszup/horusec-messages:v2.17.1
image: horuszup/horusec-messages:v2.17.3
ports:
- "8002:8002"
depends_on:
Expand All @@ -89,7 +89,7 @@ services:
HORUSEC_SMTP_PORT: "2525"
HORUSEC_EMAIL_FROM: "horusec@zup.com.br"
horusec-auth:
image: horuszup/horusec-auth:v2.17.1
image: horuszup/horusec-auth:v2.17.3
ports:
- "8006:8006"
- "8007:8007"
Expand Down Expand Up @@ -131,7 +131,7 @@ services:
HORUSEC_AUTH_URL: "127.0.0.1:8006"
HORUSEC_MANAGER_URL: "127.0.0.1:8043"
horusec-core:
image: horuszup/horusec-core:v2.17.1
image: horuszup/horusec-core:v2.17.3
ports:
- "8003:8003"
depends_on:
Expand All @@ -152,7 +152,7 @@ services:
HORUSEC_GRPC_AUTH_URL: "horusec-auth:8007"
HORUSEC_MANAGER_URL: "127.0.0.1:8043"
horusec-analytic:
image: horuszup/horusec-analytic:v2.17.1
image: horuszup/horusec-analytic:v2.17.3
ports:
- "8005:8005"
depends_on:
Expand All @@ -171,7 +171,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service
HORUSEC_BROKER_PASSWORD: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service
horusec-api:
image: horuszup/horusec-api:v2.17.1
image: horuszup/horusec-api:v2.17.3
ports:
- "8000:8000"
depends_on:
Expand All @@ -190,7 +190,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service
HORUSEC_BROKER_PASSWORD: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service
horusec-vulnerability:
image: horuszup/horusec-vulnerability:v2.17.1
image: horuszup/horusec-vulnerability:v2.17.3
ports:
- "8001:8001"
depends_on:
Expand All @@ -208,7 +208,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service
HORUSEC_BROKER_PASSWORD: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service
horusec-webhook:
image: horuszup/horusec-webhook:v2.17.1
image: horuszup/horusec-webhook:v2.17.3
ports:
- "8004:8004"
depends_on:
Expand All @@ -226,7 +226,7 @@ services:
HORUSEC_BROKER_USERNAME: "guest"
HORUSEC_BROKER_PASSWORD: "guest"
horusec-manager:
image: horuszup/horusec-manager:v2.17.1
image: horuszup/horusec-manager:v2.17.3
ports:
- "8043:8080"
restart: always
Expand Down
16 changes: 8 additions & 8 deletions deployments/helm/horusec-platform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A Helm chart for Kubernetes
| components.analytic.container.image.pullSecrets | list | `[]` | an optional list of references to secrets in the same namespace to use for pulling any of the images used by Horusec Analytic pod |
| components.analytic.container.image.registry | string | `"docker.io/horuszup"` | the registry where the repository used to store Horusec Analytic container image is |
| components.analytic.container.image.repository | string | `"horusec-analytic"` | the repository used to store Horusec Analytic container image |
| components.analytic.container.image.tag | string | `"v2.17.1"` | the reference to the Horusec Analytic container image version |
| components.analytic.container.image.tag | string | `"v2.17.3"` | the reference to the Horusec Analytic container image version |
| components.analytic.container.livenessProbe | string | `nil` | |
| components.analytic.container.readinessProbe | string | `nil` | |
| components.analytic.container.resources | string | `nil` | |
Expand Down Expand Up @@ -54,7 +54,7 @@ A Helm chart for Kubernetes
| components.api.container.image.pullSecrets | list | `[]` | |
| components.api.container.image.registry | string | `"docker.io/horuszup"` | |
| components.api.container.image.repository | string | `"horusec-api"` | |
| components.api.container.image.tag | string | `"v2.17.1"` | |
| components.api.container.image.tag | string | `"v2.17.3"` | |
| components.api.container.livenessProbe | string | `nil` | |
| components.api.container.readinessProbe | string | `nil` | |
| components.api.container.resources | string | `nil` | |
Expand All @@ -80,7 +80,7 @@ A Helm chart for Kubernetes
| components.auth.container.image.pullSecrets | list | `[]` | |
| components.auth.container.image.registry | string | `"docker.io/horuszup"` | |
| components.auth.container.image.repository | string | `"horusec-messages"` | |
| components.auth.container.image.tag | string | `"v2.17.1"` | |
| components.auth.container.image.tag | string | `"v2.17.3"` | |
| components.auth.container.livenessProbe | string | `nil` | |
| components.auth.container.readinessProbe | string | `nil` | |
| components.auth.container.resources | string | `nil` | |
Expand Down Expand Up @@ -108,7 +108,7 @@ A Helm chart for Kubernetes
| components.core.container.image.pullSecrets | list | `[]` | |
| components.core.container.image.registry | string | `"docker.io/horuszup"` | |
| components.core.container.image.repository | string | `"horusec-core"` | |
| components.core.container.image.tag | string | `"v2.17.1"` | |
| components.core.container.image.tag | string | `"v2.17.3"` | |
| components.core.container.livenessProbe | string | `nil` | |
| components.core.container.readinessProbe | string | `nil` | |
| components.core.container.resources | string | `nil` | |
Expand All @@ -134,7 +134,7 @@ A Helm chart for Kubernetes
| components.manager.container.image.pullSecrets | list | `[]` | |
| components.manager.container.image.registry | string | `"docker.io/horuszup"` | |
| components.manager.container.image.repository | string | `"horusec-messages"` | |
| components.manager.container.image.tag | string | `"v2.17.1"` | |
| components.manager.container.image.tag | string | `"v2.17.3"` | |
| components.manager.container.livenessProbe | string | `nil` | |
| components.manager.container.readinessProbe | string | `nil` | |
| components.manager.container.resources | string | `nil` | |
Expand All @@ -160,7 +160,7 @@ A Helm chart for Kubernetes
| components.messages.container.image.pullSecrets | list | `[]` | |
| components.messages.container.image.registry | string | `"docker.io/horuszup"` | |
| components.messages.container.image.repository | string | `"horusec-messages"` | |
| components.messages.container.image.tag | string | `"v2.17.1"` | |
| components.messages.container.image.tag | string | `"v2.17.3"` | |
| components.messages.container.livenessProbe | string | `nil` | |
| components.messages.container.readinessProbe | string | `nil` | |
| components.messages.container.resources | string | `nil` | |
Expand Down Expand Up @@ -193,7 +193,7 @@ A Helm chart for Kubernetes
| components.vulnerability.container.image.pullSecrets | list | `[]` | |
| components.vulnerability.container.image.registry | string | `"docker.io/horuszup"` | |
| components.vulnerability.container.image.repository | string | `"horusec-vulnerability"` | |
| components.vulnerability.container.image.tag | string | `"v2.17.1"` | |
| components.vulnerability.container.image.tag | string | `"v2.17.3"` | |
| components.vulnerability.container.livenessProbe | string | `nil` | |
| components.vulnerability.container.readinessProbe | string | `nil` | |
| components.vulnerability.container.resources | string | `nil` | |
Expand All @@ -219,7 +219,7 @@ A Helm chart for Kubernetes
| components.webhook.container.image.pullSecrets | list | `[]` | |
| components.webhook.container.image.registry | string | `"docker.io/horuszup"` | |
| components.webhook.container.image.repository | string | `"horusec-webhook"` | |
| components.webhook.container.image.tag | string | `"v2.17.1"` | |
| components.webhook.container.image.tag | string | `"v2.17.3"` | |
| components.webhook.container.livenessProbe | string | `nil` | |
| components.webhook.container.readinessProbe | string | `nil` | |
| components.webhook.container.resources | string | `nil` | |
Expand Down
2 changes: 1 addition & 1 deletion manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://forum.zup.com.br/c/en/horusec"
},
"version": "v2.17.1",
"version": "v2.17.3",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.3.13",
Expand Down