Skip to content

Commit edfb474

Browse files
authored
Merge pull request #91 from jonschoning/prepare-ghc-9
udpate openapi-generator commit; fixes for ghc-9
2 parents 4eee195 + 7522b3f commit edfb474

File tree

85 files changed

+1345
-1349
lines changed

Some content is hidden

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

85 files changed

+1345
-1349
lines changed

kubernetes-client/kubernetes-client.cabal

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.34.4.
44
--
55
-- see: https://github.com/sol/hpack
6-
--
7-
-- hash: 34e35369e85904c2f5b73f96e2a3784f236e4b0af7bca64db21da93ee922c7d0
86

97
name: kubernetes-client
10-
version: 0.4.0.0
8+
version: 0.4.1.0
119
synopsis: Client library for Kubernetes
1210
description: Client library for interacting with a Kubernetes cluster.
1311
.
@@ -48,22 +46,22 @@ library
4846
ghc-options: -Wall
4947
build-depends:
5048
aeson >=1.2 && <1.6
51-
, attoparsec >=0.13 && <0.14
49+
, attoparsec >=0.13
5250
, base >=4.7 && <5.0
5351
, base64-bytestring
54-
, bytestring >=0.10 && <0.11
52+
, bytestring >=0.10
5553
, connection >=0.2
5654
, containers >=0.5
5755
, data-default-class >=0.1
5856
, either >=5.0
5957
, filepath >=1.4
6058
, hoauth2 >=1.11
61-
, http-client >=0.5 && <0.7
59+
, http-client >=0.5 && <0.8
6260
, http-client-tls >=0.3
6361
, jose-jwt >=0.8
6462
, jsonpath >=0.1 && <0.3
65-
, kubernetes-client-core ==0.4.0.0
66-
, microlens >=0.4 && <0.5
63+
, kubernetes-client-core ==0.4.1.0
64+
, microlens >=0.4
6765
, mtl >=2.2
6866
, oidc-client >=0.4
6967
, pem >=0.2
@@ -92,23 +90,23 @@ test-suite example
9290
example
9391
build-depends:
9492
aeson >=1.2 && <1.6
95-
, attoparsec >=0.13 && <0.14
93+
, attoparsec >=0.13
9694
, base >=4.7 && <5.0
9795
, base64-bytestring
98-
, bytestring >=0.10 && <0.11
96+
, bytestring >=0.10
9997
, connection >=0.2
10098
, containers >=0.5
10199
, data-default-class >=0.1
102100
, either >=5.0
103101
, filepath >=1.4
104102
, hoauth2 >=1.11
105-
, http-client >=0.5 && <0.7
103+
, http-client >=0.5 && <0.8
106104
, http-client-tls >=0.3
107105
, jose-jwt >=0.8
108106
, jsonpath >=0.1 && <0.3
109107
, kubernetes-client
110-
, kubernetes-client-core ==0.4.0.0
111-
, microlens >=0.4 && <0.5
108+
, kubernetes-client-core ==0.4.1.0
109+
, microlens >=0.4
112110
, mtl >=2.2
113111
, oidc-client >=0.4
114112
, pem >=0.2
@@ -142,10 +140,10 @@ test-suite spec
142140
test
143141
build-depends:
144142
aeson >=1.2 && <1.6
145-
, attoparsec >=0.13 && <0.14
143+
, attoparsec >=0.13
146144
, base >=4.7 && <5.0
147145
, base64-bytestring
148-
, bytestring >=0.10 && <0.11
146+
, bytestring >=0.10
149147
, connection >=0.2
150148
, containers >=0.5
151149
, data-default-class >=0.1
@@ -155,13 +153,13 @@ test-suite spec
155153
, hoauth2 >=1.11
156154
, hspec
157155
, hspec-attoparsec
158-
, http-client >=0.5 && <0.7
156+
, http-client >=0.5 && <0.8
159157
, http-client-tls >=0.3
160158
, jose-jwt >=0.8
161159
, jsonpath >=0.1 && <0.3
162160
, kubernetes-client
163-
, kubernetes-client-core ==0.4.0.0
164-
, microlens >=0.4 && <0.5
161+
, kubernetes-client-core ==0.4.1.0
162+
, microlens >=0.4
165163
, mtl >=2.2
166164
, oidc-client >=0.4
167165
, pem >=0.2

kubernetes-client/package.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-client
2-
version: 0.4.0.0
2+
version: 0.4.1.0
33
description: |
44
Client library for interacting with a Kubernetes cluster.
55
@@ -36,21 +36,21 @@ extra-source-files:
3636
dependencies:
3737
- base >=4.7 && <5.0
3838
- base64-bytestring
39-
- bytestring >=0.10 && <0.11
39+
- bytestring >=0.10
4040
- aeson >=1.2 && <1.6
41-
- attoparsec >=0.13 && <0.14
41+
- attoparsec >=0.13
4242
- jsonpath >=0.1 && <0.3
4343
- connection >=0.2
4444
- containers >= 0.5
4545
- data-default-class >=0.1
4646
- either >=5.0
4747
- filepath >=1.4
4848
- hoauth2 >=1.11
49-
- http-client >=0.5 && <0.7
49+
- http-client >=0.5 && <0.8
5050
- http-client-tls >=0.3
5151
- jose-jwt >=0.8
52-
- kubernetes-client-core ==0.4.0.0
53-
- microlens >=0.4 && <0.5
52+
- kubernetes-client-core ==0.4.1.0
53+
- microlens >=0.4
5454
- mtl >=2.2
5555
- oidc-client >=0.4
5656
- pem >=0.2

kubernetes/.openapi-generator/COMMIT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Requested Commit: 4526ca2610e4c3812521ea226f421664435c9053
2-
Actual Commit: 4526ca2610e4c3812521ea226f421664435c9053
1+
Requested Commit: df877a8cf9b5e2b7a02c6e88dc4767b1e25c0b6f
2+
Actual Commit: df877a8cf9b5e2b7a02c6e88dc4767b1e25c0b6f

kubernetes/.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.1-SNAPSHOT
1+
5.3.0-SNAPSHOT

kubernetes/git_push.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
33
#
4-
# Usage example: /bin/sh ./git_push.sh wing328 openapi-pestore-perl "minor update" "gitlab.com"
4+
# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
55

66
git_user_id=$1
77
git_repo_id=$2
@@ -38,14 +38,14 @@ git add .
3838
git commit -m "$release_note"
3939

4040
# Sets the new remote
41-
git_remote=`git remote`
41+
git_remote=$(git remote)
4242
if [ "$git_remote" = "" ]; then # git remote not defined
4343

4444
if [ "$GIT_TOKEN" = "" ]; then
4545
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
4646
git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
4747
else
48-
git remote add origin https://${git_user_id}:${GIT_TOKEN}@${git_host}/${git_user_id}/${git_repo_id}.git
48+
git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
4949
fi
5050

5151
fi
@@ -55,4 +55,3 @@ git pull origin master
5555
# Pushes (Forces) the changes in the local repository up to the remote repository
5656
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
5757
git push origin master 2>&1 | grep -v 'To https'
58-

kubernetes/kubernetes-client-core.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kubernetes-client-core
2-
version: 0.4.0.0
2+
version: 0.4.1.0
33
synopsis: Auto-generated kubernetes-client-core API Client
44
description: .
55
Client library for calling the Kubernetes API based on http-client.
@@ -38,18 +38,18 @@ library
3838
aeson >=1.0 && <2.0
3939
, base >=4.7 && <5.0
4040
, base64-bytestring >1.0 && <2.0
41-
, bytestring >=0.10.0 && <0.11
41+
, bytestring >=0.10.0
4242
, case-insensitive
4343
, containers >=0.5.0.0 && <0.8
4444
, deepseq >= 1.4 && <1.6
4545
, exceptions >= 0.4
4646
, http-api-data >= 0.3.4 && <0.5
47-
, http-client >=0.5 && <0.7
47+
, http-client >=0.5 && <0.8
4848
, http-client-tls
4949
, http-media >= 0.4 && < 0.9
5050
, http-types >=0.8 && <0.13
5151
, iso8601-time >=0.1.3 && <0.2.0
52-
, microlens >= 0.4.3 && <0.5
52+
, microlens >= 0.4.3
5353
, mtl >=2.2.1
5454
, network >=2.6.2 && <3.9
5555
, random >=1.1
@@ -165,7 +165,7 @@ test-suite tests
165165
, QuickCheck
166166
, aeson
167167
, base >=4.7 && <5.0
168-
, bytestring >=0.10.0 && <0.11
168+
, bytestring >=0.10.0
169169
, containers
170170
, hspec >=1.8
171171
, iso8601-time

kubernetes/lib/Kubernetes/OpenAPI/API/Admissionregistration.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import qualified Prelude as P
6565
--
6666
-- AuthMethod: 'AuthApiKeyBearerToken'
6767
--
68-
getAPIGroup
68+
getAPIGroup
6969
:: Accept accept -- ^ request accept ('MimeType')
7070
-> KubernetesRequest GetAPIGroup MimeNoContent V1APIGroup accept
7171
getAPIGroup _ =

0 commit comments

Comments
 (0)