Skip to content

Commit 40a7f43

Browse files
committed
Drop older stack files, update remainder. Prepare kubernetes-api-client-0.6.1.0
1 parent 1f8959d commit 40a7f43

21 files changed

+92
-220
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,18 +82,10 @@ jobs:
8282
- "1.31"
8383
- "1.32"
8484
compiler:
85-
# - ghc: "8.10.7"
86-
# yaml: "stack-8.10.7.yaml"
87-
# - ghc: "9.0.2"
88-
# yaml: "stack-9.0.2-aeson1.yaml"
89-
# - ghc: "9.0.2"
90-
# yaml: "stack-9.0.2-aeson2.yaml"
91-
# - ghc: "9.2.8"
92-
# yaml: "stack-9.2.8.yaml"
93-
# - ghc: "9.4.8"
94-
# yaml: "stack-9.4.8.yaml"
9585
- ghc: "9.6.6"
9686
yaml: "stack-9.6.6.yaml"
87+
- ghc: "9.8.4"
88+
yaml: "stack-9.8.4.yaml"
9789
- ghc: "9.10.2"
9890
yaml: "stack-9.10.2.yaml"
9991
- ghc: "9.12.2"

kubernetes-api-client/CHANGELOG.md

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

22
# Unreleased
33

4+
## 0.6.1.0
5+
6+
* 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).
7+
8+
## 0.6.0.1
9+
410
* Fix compatibility with `text-2.1.2`.

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.0.1
8+
version: 0.6.1.0
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.0.1
2+
version: 0.6.1.0
33
description: |
44
Client library for interacting with a Kubernetes cluster.
55

stack-8.10.7.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

stack-8.10.7.yaml.lock

Lines changed: 0 additions & 19 deletions
This file was deleted.

stack-9.0.2-aeson1.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

stack-9.0.2-aeson1.yaml.lock

Lines changed: 0 additions & 40 deletions
This file was deleted.

stack-9.0.2-aeson2.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

stack-9.0.2-aeson2.yaml.lock

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)