Skip to content

Releases: spinnaker/kork

Kork 1.95.0

12 Jul 02:13
Compare
Choose a tag to compare
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

11 Jul 17:37
Compare
Choose a tag to compare

feat(web): Generic exception handling

kork 1.93.0

07 Jun 20:13
Compare
Choose a tag to compare

kork 1.92.0

02 May 19:54
Compare
Choose a tag to compare
v1.92.0

chore(dependencies):  update to latest spinnaker-dependencies

kork 1.91.0

25 Apr 16:05
Compare
Choose a tag to compare
v1.91.0

update to latest spinnaker-dependencies

Kork 1.90.0

24 Apr 19:27
Compare
Choose a tag to compare

Changed kork-security API to be implemented in Java

kork 1.89.0

27 Mar 19:07
Compare
Choose a tag to compare
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

16 Mar 17:31
Compare
Choose a tag to compare

Allow stackdriver to post metrics across projects.

kork 1.87.0

10 Mar 22:53
Compare
Choose a tag to compare
  • updates tomcat listener when SSL is enabled to restrict the supported TLS ciphers

kork 1.86.0

02 Mar 23:03
Compare
Choose a tag to compare

updates spectator and jackson dependencies