Skip to content

Commit 568b128

Browse files
committed
Add versions 1.33-1.35 + support http-api-data-0.7
1 parent 26105fd commit 568b128

291 files changed

Lines changed: 347898 additions & 19 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build_all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ nix run .#set-stack-version 1.29 stack.yaml && stack build
2020
nix run .#set-stack-version 1.30 stack.yaml && stack build
2121
nix run .#set-stack-version 1.31 stack.yaml && stack build
2222
nix run .#set-stack-version 1.32 stack.yaml && stack build
23+
nix run .#set-stack-version 1.33 stack.yaml && stack build
24+
nix run .#set-stack-version 1.34 stack.yaml && stack build
25+
nix run .#set-stack-version 1.35 stack.yaml && stack build

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
${pkgs.gnused}/bin/sed -i "s/^version:\s*\(.*\)/version: $PACKAGE_VERSION/" "$out/kubernetes-api.cabal"
4040
4141
# Fix a bound
42-
${pkgs.gnused}/bin/sed -i 's/\(http-api-data >= 0.3.4 &&\) <0.6/\1 <0.7/' "$out/kubernetes-api.cabal"
42+
${pkgs.gnused}/bin/sed -i 's/\(http-api-data >= 0.3.4 &&\) <0.6/\1 <0.8/' "$out/kubernetes-api.cabal"
4343
4444
# Delete openapi.yaml from the extra-source-files
4545
${pkgs.gnused}/bin/sed -i '/^\s*openapi\.yaml$/d' "$out/kubernetes-api.cabal"

generate_all.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$SCRIPTDIR"
77
# The second is the package version to place in ./kubernetes-<K8S version>/kubernetes-api.cabal.
88

99
MAJOR_VERSION=0
10-
MINOR_VERSION=0
10+
MINOR_VERSION=1
1111

1212
# nix run .#generate -- 1.20 120.${MAJOR_VERSIONS}.${MINOR_VERSION}
1313
# nix run .#generate -- 1.21 121.${MAJOR_VERSIONS}.${MINOR_VERSION}
@@ -26,3 +26,6 @@ nix run .#generate -- 1.29 129.${MAJOR_VERSION}.${MINOR_VERSION}
2626
nix run .#generate -- 1.30 130.${MAJOR_VERSION}.${MINOR_VERSION}
2727
nix run .#generate -- 1.31 131.${MAJOR_VERSION}.${MINOR_VERSION}
2828
nix run .#generate -- 1.32 132.${MAJOR_VERSION}.${MINOR_VERSION}
29+
nix run .#generate -- 1.33 133.${MAJOR_VERSION}.${MINOR_VERSION}
30+
nix run .#generate -- 1.34 134.${MAJOR_VERSION}.${MINOR_VERSION}
31+
nix run .#generate -- 1.35 135.${MAJOR_VERSION}.${MINOR_VERSION}

kubernetes-api-1.25/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 125.0.0
2+
version: 125.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

kubernetes-api-1.26/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 126.0.0
2+
version: 126.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

kubernetes-api-1.27/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 127.0.0
2+
version: 127.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

kubernetes-api-1.28/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 128.0.0
2+
version: 128.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

kubernetes-api-1.29/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 129.0.0
2+
version: 129.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

kubernetes-api-1.30/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 130.0.0
2+
version: 130.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

kubernetes-api-1.31/kubernetes-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-api
2-
version: 131.0.0
2+
version: 131.0.1
33
synopsis: Auto-generated kubernetes-api API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -44,7 +44,7 @@ library
4444
, containers >=0.5.0.0 && <0.8
4545
, deepseq >= 1.4 && <1.6
4646
, exceptions >= 0.4
47-
, http-api-data >= 0.3.4 && <0.7
47+
, http-api-data >= 0.3.4 && <0.8
4848
, http-client >=0.5 && <0.8
4949
, http-client-tls
5050
, http-media >= 0.4 && < 0.9

0 commit comments

Comments
 (0)