Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-deboer committed Dec 26, 2017
1 parent f5f472a commit 60fea9c
Showing 1 changed file with 28 additions and 6 deletions.
34 changes: 28 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,45 @@
changelog
===

v0.2-b5 [2017-12-26]
v0.2-b5
---

2017-12-26

**fixes:**

- Fix to log-tailing behavior for deployments/replicasets/etc.

v0.2-b4 [2017-12-24]
---

v0.2-b4
---

2017-12-24

**fixes:**

- Add bearer token to proxy requests

v0.2-b3 [2017-12-24]
---

v0.2-b3
---

2017-12-24

**fixes:**

- Removed unnecessary additional options related to client certificates; now, the TLS config from kube client is also used for the proxy
- Made `server-cert` and `server-key` flags optional/ignored when `disable-tls` is specified

v0.2-b2 [2017-12-22]
---

v0.2-b2
---

_2017-12-22_

**features:**

- Move entirely to user impersonation; abandon authenticating proxy mode. This allows us to install into existing kube
Expand All @@ -37,9 +51,13 @@ and `requestheader-extra-headers-prefix`.

- The `authenticated-groups` flag is now honored properly.

v0.2-b1 [2017-12-18]
---

v0.2-b1
---

2017-12-18

**features:**

- Added initial set of working acceptance tests using cypress.io
Expand All @@ -54,9 +72,13 @@ in the normal display process
- #72: Don't try to follow logs for containers that are not started
- #74: aggregate resource watches into a single websocket for the client to overcome browser limits

v0.1-a6 [2017-09-09]
---

v0.1-a6
---

2017-09-09

**features:**

- Added validation of manifests against swagger 2.0 spec published by the Kubernetes API when editing or creating resources
Expand Down

0 comments on commit 60fea9c

Please sign in to comment.