Skip to content

Commit a77d763

Browse files
committed
kubernetes-api-client: release 0.6.1.1
1 parent 8cad5a0 commit a77d763

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

kubernetes-api-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# Unreleased
33

4+
## 0.6.1.1
5+
6+
* Update a CPP bound to fix compatibility with `hoauth2-2.7.0`.
7+
48
## 0.6.1.0
59

610
* Depend on `crypton-connection` instead of `connection` no matter what, even for older GHCs. This will break compatibility with Stackage snapshots from the pre-GHC 9.6 era, but this seems important to do since `connection` is unmaintained, and itself depends on older versions of `tls` which lack some modernization/security improvements (like dropping TLS 1.0 and 1.1 support in version 2.0.0).

kubernetes-api-client/kubernetes-api-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: kubernetes-api-client
8-
version: 0.6.1.0
8+
version: 0.6.1.1
99
synopsis: Client library for Kubernetes
1010
description: Client library for interacting with a Kubernetes cluster.
1111
.

kubernetes-api-client/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api-client
2-
version: 0.6.1.0
2+
version: 0.6.1.1
33
description: |
44
Client library for interacting with a Kubernetes cluster.
55

0 commit comments

Comments
 (0)