Skip to content

Commit

Permalink
docs: updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jul 11, 2024
1 parent 0c9d041 commit 1978118
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
# Changelog

## v0.14

### New Features

- Allow filtering containers processed by `traefik-kop` using [namespaces](https://github.com/jittering/traefik-kop#namespaces)

### Fixes

- Use exact service name match when searching container labels (#39, thanks @damfleu)

**Full Changelog**: https://github.com/jittering/traefik-kop/compare/v0.13.3...v0.14

## v0.13.3

- 16beda8 build: bump go version to 1.22

## v0.13.2

- 10ab916 fix: properly stringify floats when writing to redis (resolves #25)

## v0.13.1

* [build: upgraded docker client dep](https://github.com/jittering/traefik-kop/commit/e7f30f3108f46cf0d174369b45f59d57398d002b)
* [fix: NPE when creating error message from port map](https://github.com/jittering/traefik-kop/commit/80d40e2aa904a78d4ec7b311c9f99bc449f556f3) ([fixes #24](https://github.com/jittering/traefik-kop/issues/24))
* [fix: avoid possible NPE when resolving CNI container IP](https://github.com/jittering/traefik-kop/commit/37686b0089ccaf91d4fa13df62447e15671944dd)

* [build: upgraded docker client dep](https://github.com/jittering/traefik-kop/commit/e7f30f3108f46cf0d174369b45f59d57398d002b)
* [fix: NPE when creating error message from port map](https://github.com/jittering/traefik-kop/commit/80d40e2aa904a78d4ec7b311c9f99bc449f556f3) ([fixes #24](https://github.com/jittering/traefik-kop/issues/24))
* [fix: avoid possible NPE when resolving CNI container IP](https://github.com/jittering/traefik-kop/commit/37686b0089ccaf91d4fa13df62447e15671944dd)



## [v0.13](https://github.com/jittering/traefik-kop/tree/v0.13) (2022-10-17)
Expand Down

0 comments on commit 1978118

Please sign in to comment.