Skip to content

Commit eab4a70

Browse files
committed
changelog updates for v0.2.3
1 parent 6bb0cd4 commit eab4a70

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to NimbleTools Core 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+
## [0.2.3] - 2025-10-14
9+
10+
### Fixed
11+
- Control-plane now correctly appends version tag from package definition to Docker image references
12+
- MCP operator now uses smart imagePullPolicy based on image tag (Always for mutable tags like :latest, IfNotPresent for semantic versions)
13+
- Kubernetes pods now pull updated images when version tags are specified in server.json
14+
15+
### Changed
16+
- Image references now include version tag from server.json packages array (e.g., "nimbletools/mcp-deepl:1.0.1")
17+
- Operator determines pull policy automatically: mutable tags (:latest, :edge, :dev) use Always, semantic versions use IfNotPresent
18+
819
## [0.2.2] - 2025-10-12
920

1021
### Fixed

0 commit comments

Comments
 (0)