This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
v0.11.0
Changes since v0.10.0
Breaking changes
- Upgraded federation API to support v1.5 EN fields and revised keys. This is not backwards compatible with the previous version of federation and pivots the data differently based on the traveler bit and v1 publish API that puts keys typically in a single region. (#986, @mikehelmick)
Federation
- Add new server that can import export files generated from other key servers (including possibly other implementations). (#1044, @mikehelmick)
Dependencies
Added
- github.com/PuerkitoBio/purell: v1.0.0
- github.com/PuerkitoBio/urlesc: 5bd2802
- github.com/emicklei/go-restful: ff4f55a
- github.com/go-logr/logr: v0.1.0
- github.com/go-openapi/jsonpointer: 46af16f
- github.com/go-openapi/jsonreference: 13c6e35
- github.com/go-openapi/spec: 6aced65
- github.com/go-openapi/swag: 1d0bd11
- github.com/mailru/easyjson: d5b7844
- github.com/munnerz/goautoneg: a547fc6
- k8s.io/gengo: 0689ccc
- sigs.k8s.io/structured-merge-diff/v3: 43c19bb
Changed
- contrib.go.opencensus.io/exporter/ocagent: v0.7.0 → f8c219d
- contrib.go.opencensus.io/exporter/prometheus: v0.2.0 → 6bcf6f8
- github.com/Microsoft/go-winio: v0.4.14 → fc70bd9
- github.com/asaskevich/govalidator: f9ffefc → 475eaeb
- github.com/elazarl/goproxy: c4fc265 → 947c36d
- github.com/evanphx/json-patch: 5858425 → v4.2.0+incompatible
- github.com/frankban/quicktest: v1.4.1 → v1.8.1
- github.com/google/gofuzz: v1.0.0 → v1.1.0
- github.com/googleapis/gnostic: 0c51083 → v0.1.0
- github.com/gorilla/mux: v1.7.4 → v1.8.0
- github.com/gorilla/sessions: v1.2.0 → v1.2.1
- github.com/kelseyhightower/envconfig: v1.3.0 → v1.4.0
- github.com/smartystreets/assertions: b2de0cb → v1.0.0
- gopkg.in/yaml.v3: 9f266ea → eeeca48
- k8s.io/api: d687e77 → v0.18.7-rc.0
- k8s.io/apimachinery: 760d184 → v0.18.7-rc.0
- k8s.io/klog: 8e90cee → v1.0.0
- k8s.io/kube-openapi: b3a7cee → 61e04a5
- sigs.k8s.io/yaml: v1.1.0 → v1.2.0
Removed
Nothing has changed.