Skip to content

Commit

Permalink
re-gen kubernetes with updated generator commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschoning committed May 28, 2022
1 parent fa79fb7 commit a4a39ef
Show file tree
Hide file tree
Showing 13 changed files with 174,937 additions and 168,703 deletions.
8 changes: 4 additions & 4 deletions kubernetes-client/kubernetes-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: kubernetes-client
version: 0.4.2.0
version: 0.4.3.0
synopsis: Client library for Kubernetes
description: Client library for interacting with a Kubernetes cluster.
.
Expand Down Expand Up @@ -60,7 +60,7 @@ library
, http-client-tls >=0.3
, jose-jwt >=0.8
, jsonpath >=0.1 && <0.3
, kubernetes-client-core ==0.4.2.0
, kubernetes-client-core ==0.4.3.0
, microlens >=0.4
, mtl >=2.2
, oidc-client >=0.4
Expand Down Expand Up @@ -105,7 +105,7 @@ test-suite example
, jose-jwt >=0.8
, jsonpath >=0.1 && <0.3
, kubernetes-client
, kubernetes-client-core ==0.4.2.0
, kubernetes-client-core ==0.4.3.0
, microlens >=0.4
, mtl >=2.2
, oidc-client >=0.4
Expand Down Expand Up @@ -158,7 +158,7 @@ test-suite spec
, jose-jwt >=0.8
, jsonpath >=0.1 && <0.3
, kubernetes-client
, kubernetes-client-core ==0.4.2.0
, kubernetes-client-core ==0.4.3.0
, microlens >=0.4
, mtl >=2.2
, oidc-client >=0.4
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubernetes-client
version: 0.4.2.0
version: 0.4.3.0
description: |
Client library for interacting with a Kubernetes cluster.
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies:
- http-client >=0.5 && <0.8
- http-client-tls >=0.3
- jose-jwt >=0.8
- kubernetes-client-core ==0.4.2.0
- kubernetes-client-core ==0.4.3.0
- microlens >=0.4
- mtl >=2.2
- oidc-client >=0.4
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/.openapi-generator/COMMIT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Requested Commit: 1247e774530b715fb54f719a3b10000d5dd2137b
Actual Commit: 1247e774530b715fb54f719a3b10000d5dd2137b
Requested Commit: 078232acb56b0a8cdceded6508cec4999bf547d6
Actual Commit: 078232acb56b0a8cdceded6508cec4999bf547d6
2 changes: 1 addition & 1 deletion kubernetes/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.0-SNAPSHOT
6.0.1-SNAPSHOT
1 change: 1 addition & 0 deletions kubernetes/.openapi-generator/swagger.json-default.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
681bfc7f139bd481224e485f53d0136ceb9699008bd99749547236a2122b45f0
2 changes: 1 addition & 1 deletion kubernetes/kubernetes-client-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubernetes-client-core
version: 0.4.2.0
version: 0.4.3.0
synopsis: Auto-generated kubernetes-client-core API Client
description: .
Client library for calling the Kubernetes API based on http-client.
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ data KubernetesClientConfig = KubernetesClientConfig
, configLogContext :: LogContext -- ^ Configures the logger
, configAuthMethods :: [AnyAuthMethod] -- ^ List of configured auth methods
, configValidateAuthMethods :: Bool -- ^ throw exceptions if auth methods are not configured
, configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':'
, configQueryExtraUnreserved :: B.ByteString -- ^ Configures additional querystring characters which must not be URI encoded, e.g. '+' or ':'
}

-- | display the config
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI/LoggingKatip.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ initLogContext = LG.initLogEnv "Kubernetes.OpenAPI" "dev"

-- | Runs a Katip logging block with the Log environment
runDefaultLogExecWithContext :: LogExecWithContext
runDefaultLogExecWithContext x = LG.runKatipT x
runDefaultLogExecWithContext = LG.runKatipT

-- * stdout logger

Expand Down
Loading

0 comments on commit a4a39ef

Please sign in to comment.