fix(network): match service containers by exact name or dotted prefix on network lookup
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-04-28 - 5.1.4 - fix(network)
|
||||
match service containers by exact name or dotted prefix on network lookup
|
||||
|
||||
- Updates network service container filtering to include exact service names in addition to replicated task-style names with a dotted suffix.
|
||||
- Prevents unrelated containers with similarly prefixed names from being incorrectly matched during network lookup.
|
||||
|
||||
## 2026-04-28 - 5.1.3 - fix(docker-service)
|
||||
move swarm service networks into task template and correct service typings
|
||||
|
||||
|
||||
Reference in New Issue
Block a user