Skip to content

Releases: stackitcloud/rag-template

v3.0.0

07 Oct 10:53
3ef2a5a

Choose a tag to compare

v2.3.0

23 Sep 09:22
61856f0

Choose a tag to compare

v2.2.2

19 Sep 10:48
088590b

Choose a tag to compare

2.2.2 (2025-09-19)

Bug Fixes

  • update image repositories to use Bitnami Legacy for compatibility (#89) (088590b)

v2.2.1

03 Sep 05:45
5d453c5

Choose a tag to compare

v2.2.0

06 Aug 07:29
f98e973

Choose a tag to compare

2.2.0 (2025-08-06)

Features

v2.1.0

v2.0.1

16 Jul 11:50
dab9b2d

Choose a tag to compare

2.0.1 (2025-07-16)

Bug Fixes

  • update log file paths and bump image tags to v2.0.0 (#53) (dab9b2d)

v2.0.0

15 Jul 12:48
accd0a3

Choose a tag to compare

2.0.0 (2025-07-15)

Release Date: July 15, 2025
Compare: [v1.2.0…v2.0.0](v1.2.0...v2.0.0)


⚠ BREAKING CHANGES

  • Monorepo Migration (#50)
    Consolidated all sub‑repositories into a unified monorepo structure.


🚀 Overview

This major release merges our fragmented micro‑repo setup into a single, cohesive monorepo. All services, shared libraries, and infrastructure components now coexist in one repository—preserving full commit history from the original archives (rag-core-library and rag-infrastructure).


🔑 Key Highlights

  • Monorepo Structure

    • /services/ – all backend and frontend services
    • /libs/ – shared utility and domain libraries
    • /infrastructure/ – Terraform, Kubernetes manifests, deployment scripts
  • Preserved History

    • All commits from the archived rag-core-library and rag-infrastructure repos remain intact.
  • Enhanced Tooling

    • Refactored CI/CD pipelines for monorepo workflows
    • Consolidated development tools (code generators, linters, formatters) at the repo root

📊 Stats

  • Files Changed: 607
  • Lines Added: 55,900+
  • Lines Removed: 10,212

🛠️ Benefits

  • Simplified Dependency Management – Single source of truth for dependency versions.
  • Better Code Sharing – Libraries are first‑class modules referenced across services.
  • Unified Workflows – One CI/CD pipeline, consistent linting, testing, and release processes.
  • Improved Developer Experience – Clone once to work on any component, with consistent tooling and scripts.

⚠️ Breaking Change Details

Because this is a major structural overhaul, please note:

  1. Adjusted Import Paths
    Update any scripts or references to point to /services/, /libs/, or /infrastructure/ instead of old repo URLs.
  2. CI/CD Configurations
    External repo workflows have been deprecated. Migrate to the new definitions in .github/workflows/.

Thank you to everyone who contributed to issue [#50](#50) and to all the maintainers who tested the migration. Here’s to a more maintainable and streamlined development experience ahead!

v1.2.0

23 Jun 11:16
2b0e037

Choose a tag to compare

1.2.0 (2025-06-23)

Features

  • provide the chat of the rag by MCP (#27) (2b0e037)

v1.1.0

16 Jun 09:20
02036cf

Choose a tag to compare

1.1.0 (2025-06-16)

Features

  • add Confluence integration with configurable parameters to admin-frontend (#19) (438d10b)
  • add sitemap loader to admin frontend (#21) (02036cf)