Skip to content

Releases: corezoid/apigw

Chart 2.3.12 [ApiGW 1.11.0]

Choose a tag to compare

@ozerovgithub ozerovgithub released this 09 Apr 13:43
e5efedb

Chart 2.3.12 [ApiGW 1.11.0] - 2026.04.09

Helm changes

  • upgrade go1.26
  • upgrade all deps
  • use ubi-micro:9.7
  • added more debug logs

Chart 2.3.11 [ApiGW 1.10.1]

Choose a tag to compare

@middlewarebiz middlewarebiz released this 05 Dec 09:05
236464a

Chart 2.3.11 [ApiGW 1.10.1] - 2025.12.05

Helm changes

  • Applications versions:
    • apigw - 1.10.1 (unchanged)
    • redis - 0.1.8
    • valkey - 0.1.8
  • Updated initContainers configuration in deployment

Chart 2.3.10 [ApiGW 1.10.1]

Choose a tag to compare

@middlewarebiz middlewarebiz released this 24 Oct 08:24
9b05b0f

Chart 2.3.10 [ApiGW 1.10.1] - 2025.10.23

Helm changes

  • Added service annotations support

Chart 2.3.9 [ApiGW 1.10.1] - 2024.10.21

Helm changes

  • Applications versions:
    • apigw - 1.10.1
    • redis - 0.1.8
    • valkey - 0.1.8
  • Added pprof support to APIGW
    • Added enable_pprof flag to metrics configuration (default: false)
    • Added pprof_port (8050) to metrics configuration
    • Added Grafana Pyroscope annotations for automatic pprof discovery

Front Release - 2.2.4

Choose a tag to compare

front-release-1-2025-12-08

add

2.2.4 with added Front

Choose a tag to compare

@middlewarebiz middlewarebiz released this 09 Apr 11:30

Release with Front

Chart 2.3.8 [ApiGW 1.10.1]

Choose a tag to compare

@Andvin Andvin released this 07 Oct 15:12
51c2cc1

Chart 2.3.8 [ApiGW 1.10.1] - 2024.10.07

Helm changes

  • Applications versions:
    • apigw - 1.10.1
    • redis - 0.1.7
    • valkey - 0.1.7
  • Updatr deps
  • Update golang up to 1.23
  • Fix tunnel connections
  • Fix path spaces
  • Logs info

Chart 2.3.7 [ApiGW 1.9.4] - 2024.10.07

Helm changes

  • Applications versions:
    • apigw - 1.9.4
    • redis - 0.1.7
    • valkey - 0.1.7
  • Update annotations for ingress in values.yaml file
  • Updatr deps
  • Update golang up to 1.23
  • Fix tunnel connections
  • Fix path spaces
  • Logs info

Chart 2.3.6 [ApiGW 1.9.3] - 2024-07-08

Helm changes

  • Applications versions:
    • apigw - 1.9.3
    • redis - 0.1.7
    • valkey - 0.1.7
  • Switch to hub.corezoid.com/hub.docker.com/library/ proxy

Chart 2.3.5 [ApiGW 1.9.3] - 2024-07-08

Helm changes

  • Applications versions:
    • apigw - 1.9.3
    • redis - 0.1.6
    • valkey - 0.1.7

Chart 2.3.4 [ApiGW 1.9.2] - 2024-06-26

Helm changes

  • Applications versions:
    • apigw - 1.9.2
    • redis - 0.1.6
    • valkey - 0.1.7
  • Remove hardcode resources from values.yaml file
  • Set use_deprecated_task_format to false for default

Chart 2.3.3 [ApiGW 1.9.2] - 2024-06-20

Helm changes

  • Applications versions:
    • apigw - 1.9.2
    • redis - 0.1.6
    • valkey - 0.1.7
  • Changes for imagePullSecrets creation
      {{- if .Values.global.imagePullSecrets }}
      imagePullSecrets:
      {{- range $pullSecret := .Values.global.imagePullSecrets }}
        - name: {{ $pullSecret }}
      {{- end }}
      {{- end }}

Chart 2.3.2 [ApiGW 1.9.2] - 2024-06-17

Helm changes

  • Applications versions:
    • apigw - 1.9.2
    • redis - 0.1.6
    • valkey - 0.1.7
  • Switch to docker-hub.middleware.biz/simulator/alpine:3.20 for initContainers
  • Switch to alpine version for redis and valkey images
  • Update valkey registry with full url docker.io (See: https://www.redhat.com/sysadmin/container-image-short-names)

Chart 2.3.1 [ApiGW 1.9.2] - 2024-06-14

Helm changes

  • Applications versions:
    • apigw - 1.9.2
    • redis - 0.1.5
    • valkey - 0.1.5
  • Add initContainers in apigw-deployment to redis host resolve
  • Add initContainers in apigw-deployment to check redis host and port availability
  • Add initContainers in apigw-deployment to database host resolve
  • Add initContainers in apigw-deployment to check database host and port availability
  • Update valkey sub-chart

Chart 2.3.0 [ApiGW 1.9.2] - 2024-06-11

Helm changes

  • Applications versions:
    • apigw - 1.9.2
    • redis - 0.1.4
    • valkey - 0.1.4
  • Add valkey subchart. You can use valkey instead of redis. Need to set block in values file
valkey:
  use: true
  internal: true
  secret:
    name: "valkey"
    create: true
    data:
      host: "apigw-valkey-service"
      port: "6379"
      password: "PassWord"

Features

  • Alertmanager alerts and Grafana dashboards

Chart 2.2.4 [ApiGW 1.8.1]

Choose a tag to compare

@Andvin Andvin released this 27 Feb 15:14
7ac7740

Chart 2.2.4 [ApiGW 1.8.1] - 2024-02-28

Helm changes

  • Applications versions:
    • apigw - 1.8.1
    • redis - 1.0.1
  • Helm chart refactoring

Chart 2.2.3 [ApiGW 1.7.2]

Choose a tag to compare

@Andvin Andvin released this 18 Dec 09:20
0d0b4fe

Chart 2.2.3 [ApiGW 1.7.2] - 2023-12-15

Helm changes

  • Applications versions:
    • apigw - 1.7.2
    • redis - 1.0.1
  • Remove apigw-frotend. Frontend part moved to Simulator UI.
  • Remove proxy_server.corezoid.admin_login and proxy_server.corezoid.admin_secret
  • Added db_settings block for connect into corezoid setyings database.
  • Subcharts refactoring

## Chart 2.2.0 [ApiGW 1.7.1] - 2023-10-20

Choose a tag to compare

@Andvin Andvin released this 23 Oct 18:05
cadd24b

Helm changes

  • Applications versions:
    • apigw - 1.6.1
    • apigw-frontend - 1.0.3
    • redis - 1.0.1
  • Subcharts refactoring
  • In this version, the selector.matchLabels for the application's Deployment is changing, so before updating, you need to delete the current Deployment - kubectl delete deployment apigw-apigw-app, and then proceed with updating the Helm chart.

Improvements

Added TLS support for working with Postgres/Redis.
Added support for project export/import (available in corezoid 6.4.1 and later).
Updated all project dependencies.

Chart 2.1.1 [ApiGW 1.6.1]

Choose a tag to compare

@Andvin Andvin released this 27 Aug 08:17
ceda7cd

Helm changes

  • New applications versions:
    apigw - 1.6.1
    apigw-frontend - 1.0.3
    redis - 1.0.1
  • Move affinity in main values.yaml file
  • Update deploymant for apigw application - add ports descriptions
  • Change imagePullPolicy for redis image to IfNotPresent
  • Switch to public redis image.