github corezoid/apigw 2.3.8
Chart 2.3.8 [ApiGW 1.10.1]

latest releases: 2.2.4-front-1.0.4, 2.2.4-front
11 months ago

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

Don't miss a new apigw release

NewReleases is sending notifications on new releases.