Skip to content

Commit 03067ff

Browse files
committed
Bump v0.11.0
Signed-off-by: Xabier Larrakoetxea <me@slok.dev>
1 parent 40ddd9e commit 03067ff

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [0.11.0] - 2020-10-21
4+
35
### Added
46

57
- Add validation allowed Prometheus metrics.
@@ -113,7 +115,8 @@ Breaking: Webhook constructors now need a tracer.
113115
- Static mutating webhook.
114116
- Handler creator for webhooks.
115117

116-
[unreleased]: https://github.com/slok/kubewebhook/compare/v0.10.0...HEAD
118+
[unreleased]: https://github.com/slok/kubewebhook/compare/v0.11.0...HEAD
119+
[0.10.0]: https://github.com/slok/kubewebhook/compare/v0.10.0...v0.11.0
117120
[0.10.0]: https://github.com/slok/kubewebhook/compare/v0.9.1...v0.10.0
118121
[0.9.1]: https://github.com/slok/kubewebhook/compare/v0.9.0...v0.9.1
119122
[0.9.0]: https://github.com/slok/kubewebhook/compare/v0.8.0...v0.9.0

Readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ that other Kubewebhook versions different to the matched ones to Kubernetes vers
101101
work (e.g k8s v1.15 with Kubewebhook v0.3). You can try it and check if they work for you.
102102

103103
| k8s version | Kubewebhook version | Supported admission reviews | Support dynamic webhooks |
104-
| ------------| ------------------- | --------------------------- | ------------------------ |
104+
| ----------- | ------------------- | --------------------------- | ------------------------ |
105+
| 1.19 | v0.11 | v1beta1 ||
105106
| 1.18 | v0.10 | v1beta1 ||
106107
| 1.18 | v0.9 | v1beta1 ||
107108
| 1.17 | v0.8 | v1beta1 ||
@@ -124,7 +125,6 @@ Tools required
124125

125126
- [mkcert] (optional if you want to create new certificates).
126127
- [kind] (option1, to run the cluster).
127-
- [k3s] (option2, to run the cluster)
128128
- ssh (to expose our webhook to the internet).
129129

130130
### (Optional) Certificates
@@ -146,19 +146,19 @@ Go integration tests require this env vars:
146146
- `TEST_WEBHOOK_URL`: The url where the apiserver should make the webhook requests.
147147
- `TEST_LISTEN_PORT`: The port where our webhook will be listening the requests.
148148

149-
There are 2 ways of bootstrapping the integration tests, one using kind and another using [k3s].
149+
Kind is what is used to bootstrap the integration tests.
150150

151151
To run the integration tests do:
152152

153153
```bash
154154
make integration-test
155155
```
156156

157-
This it will bootstrap a cluster with [kind] by default and a [k3s] cluster if `K3S=true` env var is set. A ssh tunnel in a random address, and finally use the precreated certificates (see previous step), after this will execute the tests, and do it's best effort to tear down the clusters (on k3s could be problems, so have a check on k3s processes).
157+
This it will bootstrap a cluster with [kind] by default. A ssh tunnel in a random address, and finally use the precreated certificates (see previous step), after this will execute the tests, and do it's best effort to tear down the clusters.
158158

159159
### Developing integration tests
160160

161-
To develop integration test is handy to run a k3s cluster and a serveo tunnel, then check out [/tests/integration/helper/config] and use this development settings on the integration tests.
161+
To develop integration test is handy to run a [k3s] cluster and a Ngrok tunnel, then check out [/tests/integration/helper/config] and use this development settings on the integration tests.
162162

163163
[ci-image]: https://github.com/slok/kubewebhook/workflows/CI/badge.svg
164164
[ci-url]: https://github.com/slok/kubewebhook/actions
@@ -178,4 +178,4 @@ To develop integration test is handy to run a k3s cluster and a serveo tunnel, t
178178
[ngrok]: https://ngrok.com/
179179
[mutating-cfg]: https://pkg.go.dev/github.com/slok/kubewebhook/pkg/webhook/mutating?tab=doc#WebhookConfig
180180
[validating-cfg]: https://pkg.go.dev/github.com/slok/kubewebhook/pkg/webhook/validating?tab=doc#WebhookConfig
181-
[runtime-unstructured]: https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime?tab=doc#Unstructured
181+
[runtime-unstructured]: https://pkg.go.dev/k8s.io/apimachinery/pkg/runtime?tab=doc#Unstructured

0 commit comments

Comments
 (0)