Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2a8ca66
feat: update chart versions to 0.1.1-SNAPSHOT for all dependencies
zhoozhoo Jan 6, 2026
d23c39a
feat: update microservices version to 0.1.1-SNAPSHOT in values.yaml
zhoozhoo Jan 6, 2026
f771129
feat: update resource limits and requests for observability component…
zhoozhoo Jan 6, 2026
65f3f84
feat: add PodDisruptionBudget and NetworkPolicy templates for microse…
zhoozhoo Jan 6, 2026
a122485
feat: add OWASP Dependency Check and Helm Chart Linting to CI workflow
zhoozhoo Jan 6, 2026
d3eabb3
Refactor and enhance services and tests
zhoozhoo Jan 6, 2026
2c37236
feat: add NetworkPolicy and PodDisruptionBudget templates for microse…
zhoozhoo Jan 6, 2026
875ab2e
fix: update diagram styles and enhance data model definitions in README
zhoozhoo Jan 6, 2026
a772e20
chore: update microservices version to 0.1.1-SNAPSHOT in README
zhoozhoo Jan 6, 2026
483885c
feat: centralize microservice image tag management and update references
zhoozhoo Jan 6, 2026
585d11b
chore: remove OWASP Dependency Check and Trivy scans from CI workflow
zhoozhoo Jan 6, 2026
93963f4
feat: enhance microservice configurations with probes, HPA, and impro…
zhoozhoo Jan 11, 2026
188d49c
chore: remove Copilot instructions document from repository
zhoozhoo Jan 11, 2026
1f47bce
feat: add ObservationConfiguration to manage observation predicates a…
zhoozhoo Jan 11, 2026
c56a954
feat: update Keycloak and OpenTelemetry Collector versions to 26.5 an…
zhoozhoo Jan 11, 2026
da86876
feat: update OpenTelemetry and SpringDoc versions, add OpenTelemetry …
zhoozhoo Jan 15, 2026
60065b6
feat: update Spring Boot, Spring Cloud, Spring AI, and OpenTelemetry …
zhoozhoo Feb 3, 2026
caaac07
feat: update PostgreSQL, Grafana, Loki, Tempo, and OpenTelemetry Coll…
zhoozhoo Feb 14, 2026
8cbe73e
feat: update OpenTelemetry and instrumentation versions to 1.59.0 and…
zhoozhoo Feb 14, 2026
1309591
feat: update application-test.yml configurations for management and t…
zhoozhoo Feb 14, 2026
27a6a42
feat: update README.adoc with latest technology stack and version inf…
zhoozhoo Feb 24, 2026
2d0eea5
feat: update Spring Boot and Maven plugin versions to latest releases
zhoozhoo Feb 24, 2026
d7220af
feat: enhance monitoring architecture and update service diagrams in …
zhoozhoo Feb 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PROJECT_VERSION=0.1.1-SNAPSHOT
POSTGRES_VERSION=18.1
KEYCLOAK_VERSION=26.4
GRAFANA_VERSION=12.3.1
LOKI_VERSION=3.6.3
TEMPO_VERSION=2.9.0
PROMETHEUS_VERSION=v3.8.1
OTEL_COLLECTOR_VERSION=0.142.0
POSTGRES_VERSION=18.2
KEYCLOAK_VERSION=26.5
GRAFANA_VERSION=12.3.3
LOKI_VERSION=3.6.5
TEMPO_VERSION=2.10.0
PROMETHEUS_VERSION=v3.9.1
OTEL_COLLECTOR_VERSION=0.145.0
Loading
Loading