Releases: spinnaker/kork
Releases · spinnaker/kork
Kork 1.95.0
feat(web): Move exceptions from `kork-web` to `kork-exceptions` (#85) This makes it easier to build upon the generic exceptions from non `-web` artifacts (ie. `orca-core`, `front50-core`, etc.). Introduces a new `ValidationException` that encapsulates the structure we currently use to transmit sets of errors. ``` { "timestamp": 1499820272440, "status": 404, "error": "Not Found", "exception": "...", "message": "...", "errors": [ "error1", "error2", "error3" ] } ```
Kork 1.94.0
feat(web): Generic exception handling
kork 1.93.0
- Bump swagger library versions (spinnaker/spinnaker.github.io#196)
kork 1.92.0
v1.92.0 chore(dependencies): update to latest spinnaker-dependencies
kork 1.91.0
v1.91.0 update to latest spinnaker-dependencies
Kork 1.90.0
Changed kork-security API to be implemented in Java
kork 1.89.0
fix(ssl): improve TLS configuration * update default cipher suites to mozilla modern TLS recommendation. * prefer server cipher suite order * add jdk.tls System properties to Tomcat initializer (reject client renegotiation and increase DH key size)
kork 1.88.0
Allow stackdriver to post metrics across projects.
kork 1.87.0
- updates tomcat listener when SSL is enabled to restrict the supported TLS ciphers
kork 1.86.0
updates spectator and jackson dependencies