diff --git a/.semver.yaml b/.semver.yaml index 0ada993d0..64b149b1f 100644 --- a/.semver.yaml +++ b/.semver.yaml @@ -15,4 +15,4 @@ alpha: 0 beta: 0 rc: 0 -release: v2.17.1 +release: v2.17.2 diff --git a/deployments/compose/compose.yaml b/deployments/compose/compose.yaml index afd8d8e21..e41fb4add 100644 --- a/deployments/compose/compose.yaml +++ b/deployments/compose/compose.yaml @@ -69,7 +69,7 @@ services: options: max-size: 10m horusec-messages: - image: horuszup/horusec-messages:v2.17.1 + image: horuszup/horusec-messages:v2.17.2 ports: - "8002:8002" depends_on: @@ -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.2 ports: - "8006:8006" - "8007:8007" @@ -129,7 +129,7 @@ services: HORUSEC_BROKER_PASSWORD: "guest" # Sensitive information we not recommended usage in production environment, change for usage strong data for connection with this service HORUSEC_DISABLE_EMAILS: "true" horusec-core: - image: horuszup/horusec-core:v2.17.1 + image: horuszup/horusec-core:v2.17.2 ports: - "8003:8003" depends_on: @@ -149,7 +149,7 @@ services: HORUSEC_DATABASE_SQL_LOG_MODE: "false" HORUSEC_GRPC_AUTH_URL: "horusec-auth:8007" horusec-analytic: - image: horuszup/horusec-analytic:v2.17.1 + image: horuszup/horusec-analytic:v2.17.2 ports: - "8005:8005" depends_on: @@ -168,7 +168,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.2 ports: - "8000:8000" depends_on: @@ -187,7 +187,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.2 ports: - "8001:8001" depends_on: @@ -205,7 +205,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.2 ports: - "8004:8004" depends_on: @@ -223,7 +223,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.2 ports: - "8043:8080" restart: always diff --git a/deployments/helm/horusec-platform/README.md b/deployments/helm/horusec-platform/README.md index f3339010b..777828070 100644 --- a/deployments/helm/horusec-platform/README.md +++ b/deployments/helm/horusec-platform/README.md @@ -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.2"` | 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` | | @@ -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.2"` | | | components.api.container.livenessProbe | string | `nil` | | | components.api.container.readinessProbe | string | `nil` | | | components.api.container.resources | string | `nil` | | @@ -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.2"` | | | components.auth.container.livenessProbe | string | `nil` | | | components.auth.container.readinessProbe | string | `nil` | | | components.auth.container.resources | string | `nil` | | @@ -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.2"` | | | components.core.container.livenessProbe | string | `nil` | | | components.core.container.readinessProbe | string | `nil` | | | components.core.container.resources | string | `nil` | | @@ -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.2"` | | | components.manager.container.livenessProbe | string | `nil` | | | components.manager.container.readinessProbe | string | `nil` | | | components.manager.container.resources | string | `nil` | | @@ -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.2"` | | | components.messages.container.livenessProbe | string | `nil` | | | components.messages.container.readinessProbe | string | `nil` | | | components.messages.container.resources | string | `nil` | | @@ -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.2"` | | | components.vulnerability.container.livenessProbe | string | `nil` | | | components.vulnerability.container.readinessProbe | string | `nil` | | | components.vulnerability.container.resources | string | `nil` | | @@ -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.2"` | | | components.webhook.container.livenessProbe | string | `nil` | | | components.webhook.container.readinessProbe | string | `nil` | | | components.webhook.container.resources | string | `nil` | | diff --git a/deployments/helm/horusec-platform/values.yaml b/deployments/helm/horusec-platform/values.yaml index 5635f3060..ba0f2fbc0 100644 --- a/deployments/helm/horusec-platform/values.yaml +++ b/deployments/helm/horusec-platform/values.yaml @@ -25,7 +25,7 @@ components: # -- the repository used to store Horusec Analytic container image repository: horusec-analytic # -- the reference to the Horusec Analytic container image version - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -42,7 +42,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-migrations - tag: v2.17.1 + tag: v2.17.2 name: analytic_db password: secretKeyRef: @@ -82,7 +82,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-api - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -118,7 +118,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-auth - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -156,7 +156,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-core - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -192,7 +192,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-manager - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -228,7 +228,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-messages - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -277,7 +277,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-vulnerability - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -313,7 +313,7 @@ components: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-webhook - tag: v2.17.1 + tag: v2.17.2 livenessProbe: null readinessProbe: null resources: null @@ -371,7 +371,7 @@ global: pullSecrets: [ ] registry: docker.io/horuszup repository: horusec-migrations - tag: v2.17.1 + tag: v2.17.2 name: horusec_db password: secretKeyRef: diff --git a/manager/deployments/helm/horusec-manager/values.yaml b/manager/deployments/helm/horusec-manager/values.yaml index 36ee639a3..bca078e26 100644 --- a/manager/deployments/helm/horusec-manager/values.yaml +++ b/manager/deployments/helm/horusec-manager/values.yaml @@ -18,7 +18,7 @@ image: repository: horuszup/horusec-manager pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: v2.17.1 + tag: v2.17.2 imagePullSecrets: [] nameOverride: "" diff --git a/manager/package-lock.json b/manager/package-lock.json index 51378fda6..fab2904a6 100644 --- a/manager/package-lock.json +++ b/manager/package-lock.json @@ -1,6 +1,6 @@ { "name": "horusec-manager", - "version": "v2.17.1", + "version": "v2.17.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/manager/package.json b/manager/package.json index 80c9e4517..6ca0c4004 100644 --- a/manager/package.json +++ b/manager/package.json @@ -9,7 +9,7 @@ "bugs": { "url": "https://forum.zup.com.br/c/en/horusec" }, - "version": "v2.17.1", + "version": "2.17.2", "private": true, "dependencies": { "@date-io/date-fns": "1.3.13",