All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
secretNamefield toglobal.mq.secretfor external secrets support (Vault, External Secrets Operator, Sealed Secrets) - When
create: false, the chart no longer requiresdatasection — Secret is expected to be managed externally secretNameoverrides the computed Secret name ({{ .Release.Name }}-dbcall-{{ name }})- Skip Secret creation when
secretNameis set (even ifcreate: true) - Excluded dev/AI files from Helm chart build pipeline (CLAUDE.md, AGENTS.md, .claude/, .idea/, docs/, task.md)
- dbcall: 2.5.0
- Updated DBCall image to version 2.5.0
- dbcall: 2.4.0
- Added
max_response_sizeparameter to application configuration (default: 2097152 bytes / 2MB) - Added documentation for configuration parameters (
prefetch,max_response_size,log_level) in values.yaml - Parameters can be managed through
global.dbcallvalues
- dbcall: 2.3.0
- Added support for custom annotations in application deployments through configurable template values.
- Metrics are enabled by default
- Update
init-wait-resolve-rabbit- add check if RabbitMQ address is not IP. - Add
headless-servicefor monitoring. - Update
HPA.
- Change image registry to
hub.corezoid.com.
- Move init-wait to values file.
- Changes for imagePullSecrets creation
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- range $pullSecret := .Values.global.imagePullSecrets }}
- name: {{ $pullSecret }}
{{- end }}
{{- end }}
- Add initContainers for Wait RabbtMQ domaine resolve and port access.
- Add affinity and tolerations
- Update image url createion - add new repo.
- Helm chart refactoring
- New application version
- Fixed an issue with a blocking Mutex that was preventing connections to different databases.
- Updated dependencies.
- Alpine version bumped to 1.19.
- New application version
- New application
- Remove
postgres-secret,dbcall-service
- Rename
postgres-secretname - Add
annotationsfor postgres secret
- New applications versions: dbcall - 1.8.9
- Add new label
simulator.observability/scrape: "true"in ServiceMonitor
- Add ServiceMonitor
- Add affinity for pods
- New applications versions: dbcall - 1.8.7
- New Chart version