Skip to content

Commit

Permalink
Create change log file
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchun committed Sep 15, 2020
1 parent e31c74b commit 9bd48e0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,27 @@
# v1.0.6

## Feature

- [Release ip of completed pod](https://github.com/tkestack/galaxy/pull/81)
- [Release ip fully concurrently](https://github.com/tkestack/galaxy/pull/83)
- [Add prometheus metrics: galaxy_ip_counter, galaxy_schedule_latency, galaxy_cloud_provider_latency](https://github.com/tkestack/galaxy/pull/85)
- [K8s-vlan Ipvlan cni plugin supports l2, l3s mode](https://github.com/tkestack/galaxy/pull/91)

## Bug fix

- [Ensure crd created before start list and watch crd](https://github.com/tkestack/galaxy/pull/82)
- [Resync release ip if pod recreates with the same name but different uid](https://github.com/tkestack/galaxy/pull/86)

## Clean up

- [Remove second ipam](https://github.com/tkestack/galaxy/pull/80)

# v1.0.5

## Feature

- [Support floatingip for pod with all kinds of workloads or with no owner reference](https://github.com/tkestack/galaxy/pull/74)

## Bug fix

- [Fix race condition of bind/unbind with cluster provider enabled](https://github.com/tkestack/galaxy/pull/72)

0 comments on commit 9bd48e0

Please sign in to comment.