Skip to content

Commit e5efedb

Browse files
authored
Merge pull request #11 from corezoid/develop
Update ApiGW Helm chart to version 2.3.12
2 parents 236464a + 3bb8ec1 commit e5efedb

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Chart 2.3.12 [ApiGW 1.11.0] - 2026.04.09
9+
### Helm changes
10+
- upgrade go1.26
11+
- upgrade all deps
12+
- use ubi-micro:9.7
13+
- added more debug logs
14+
815
## Chart 2.3.11 [ApiGW 1.10.1] - 2025.12.05
916
### Helm changes
1017
- Applications versions:

Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: apigw_app
3-
version: 2.3.11
3+
version: 2.3.12
44
description: The API Gateway application
55
type: application
66
keywords:
@@ -9,7 +9,7 @@ keywords:
99
home: https://simulator.company
1010
dependencies:
1111
- name: apigw
12-
version: 2.2.11
12+
version: 2.2.12
1313
- name: apigw_ingress
1414
version: 0.1.1
1515
- name: redis-apigw
@@ -23,4 +23,4 @@ maintainers:
2323

2424
icon: "https://media-exp1.licdn.com/dms/image/C4E0BAQG_mUmw1UsyuA/company-logo_200_200/0/1525514455224?e=2147483647&v=beta&t=Bmmfd3W25bG64i0R7wY7ZeuMRw7-Y6Xsh94N4nvpWFk"
2525

26-
appVersion: 1.10.1
26+
appVersion: 1.11.0

charts/apigw/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: apigw
3-
version: 2.2.11
4-
appVersion: 1.10.1
3+
version: 2.2.12
4+
appVersion: 1.11.0
55
description: The API Gateway service.
66

77
# Added pprof support in version 2.2.11

0 commit comments

Comments
 (0)