Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.3"
".": "0.4.4"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.4.4](https://github.com/doublewordai/inference-stack/compare/v0.4.3...v0.4.4) (2026-02-04)


### Bug Fixes

* add ability to deploy configmaps to be mounted in containers ([c845b81](https://github.com/doublewordai/inference-stack/commit/c845b811c49e1b49c21b413a0a89d2c5bf48cbe8))

## [0.4.3](https://github.com/doublewordai/inference-stack/compare/v0.4.2...v0.4.3) (2025-08-27)


Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: inference-stack
description: A Helm chart for deploying Onwards gateway with configurable LLM model groups
type: application
version: 0.4.3
version: 0.4.4
appVersion: "latest"
home: https://github.com/doublewordai/onwards
sources:
Expand Down
Loading