Tom McLaughlin
3e695764cd
Switch to using explicit stack.yaml files in CI
2023-06-26 19:06:10 -07:00
Tom McLaughlin
a9ee8b4e65
stack-8.10.2.yaml -> stack-8.10.7.yaml
2023-06-26 19:06:10 -07:00
Tom McLaughlin
61856031cb
Remove old stack-8.8.4.yaml files
2023-06-26 19:06:10 -07:00
Tom McLaughlin
c0e41edccc
Version with megaparsec and attoparsec
2023-06-26 19:06:10 -07:00
Tom McLaughlin
0911424e9a
Almost there with Stackage lts-21.0
2023-06-26 19:06:10 -07:00
Tom McLaughlin
bc1985b60b
Fix CI issues by specifying resolver properly
2023-06-26 19:06:10 -07:00
Tom McLaughlin
ac75bcc610
Bump GHC versions in CI
2023-06-26 19:06:10 -07:00
Peter Becich
f57082824b
GitHub Actions work from peterbecich
2023-06-26 19:06:10 -07:00
Kubernetes Prow Robot
116f01d327
Merge pull request #103 from rjsadow/master
...
use dl.k8s.io, not kubernetes-release bucket
2023-06-14 13:14:18 -07:00
Ricky Sadowski
2ae58585d7
[CI/CD] Remove .travis.yml as it's no longer used
...
Signed-off-by: Ricky Sadowski <richard.j.sadowski@gmail.com >
2023-06-14 11:45:40 +00:00
Kubernetes Prow Robot
1a262bbb7e
Merge pull request #98 from urbit/ghc-9.2.5
...
Support for latest Stackage and GHC 9.2
2023-03-01 23:57:07 -08:00
Andrew Cowie
3a0d77f0f4
Relax upper bounds
2023-03-02 13:38:31 +11:00
Kubernetes Prow Robot
3018d516c9
Merge pull request #96 from codedownio/ghc9
...
Support GHC 9 (with both Aeson 1 and Aeson 2)
2023-02-14 07:17:31 -08:00
Tom McLaughlin
f15864a42b
Try updating travis config
2022-05-29 14:30:31 -07:00
Jon Schoning
c04d857e88
re-gen kubernetes with updated generator commit
2022-05-29 14:09:38 -07:00
Tom McLaughlin
fa79fb75ac
Add stack configurations for GHC 9.0.2 with aeson 1 and 2
2022-05-20 19:13:04 -07:00
Tom McLaughlin
440aa72dd1
Support new hoauth2, due to newer oidc-client
2022-05-20 19:13:04 -07:00
Tom McLaughlin
89dec1775d
Support aeson 2
2022-05-20 19:13:04 -07:00
Tom McLaughlin
8215bcfbdd
Be able to build on GHC 9
2022-05-20 17:38:47 -07:00
Kubernetes Prow Robot
94ee7cc3ff
Merge pull request #92 from jonschoning/fix-incorrectly-generated-querystrings
...
fix Incorrectly generated query strings (that rely on + not being urlencoded)
2022-01-09 01:25:11 -08:00
Jon Schoning
541fb76466
fix Incorrectly generated query strings (that rely on + not being urlencoded)
...
In the Kubernetes API client, we should be able to generate queries like
?labelSelector=environment+in+%28production%2Cqa%29%2Ctier+in+%28frontend%29
(from https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#list-and-watch-filtering ).
When the generated URIs URL-encode the plus signs, the API server rejects them.
With this change, (newConfig :: IO KubernetesClientConfig) now sets
the default configQueryExtraUnreserved setting to "+". Requests
generated with this config object will avoid URI encoding "+" all
querystring params.
2021-09-20 12:23:34 -05:00
Kubernetes Prow Robot
edfb4744a4
Merge pull request #91 from jonschoning/prepare-ghc-9
...
udpate openapi-generator commit; fixes for ghc-9
2021-09-14 23:02:40 -07:00
Jon Schoning
7522b3fe86
udpate openapi-generator commit; fixes for ghc-9
2021-09-14 18:40:45 -05:00
Kubernetes Prow Robot
4eee195a42
Merge pull request #89 from martinbeentjes/patch-1
...
Update Main.hs
2021-05-06 13:48:00 -07:00
Martin Beentjes
864553d1a3
Update Main.hs
...
Fix a minor typo
2021-05-06 15:47:21 +02:00
Kubernetes Prow Robot
e848bc0c5c
Merge pull request #88 from mrbobbytables/owners
...
Remove inactive members from OWNERS
2021-03-01 05:00:43 -08:00
Bob Killen
009c3e3b51
Remove inactive members from OWNERS
...
As a part of cleaning up inactive members (those with no activity within
the past 18 months) from OWNERS files, this commit moves mbohlool from
an approver to emeritus_approver.
2021-02-28 14:49:33 -05:00
Kubernetes Prow Robot
cdd539a95b
Merge pull request #87 from jonschoning/release-1.20
...
regen for kubernetes release-1.20
2021-02-19 03:26:25 -08:00
Jon Schoning
93235ad70c
regen for kubernetes release-1.20
2021-02-14 19:30:50 -06:00
Kubernetes Prow Robot
b078aa6fe0
Merge pull request #85 from akshaymankar/fix-cabal
...
kubernetes-client: Update package.yaml and regenerate cabal file
2021-01-13 09:16:37 -08:00
Akshay Mankar
da24f1f2a1
kubernetes-client: Update package.yaml and regenerate cabal file
2021-01-10 15:57:41 +01:00
Kubernetes Prow Robot
aedbbe369b
Merge pull request #84 from jonschoning/83_json_mime_types
...
re-include mimetypes for json patch
2021-01-06 14:29:45 -08:00
Jon Schoning
8d64efcb7a
re-include mimetypes for json patch
2021-01-06 15:34:06 -06:00
Kubernetes Prow Robot
7fc71436aa
Merge pull request #82 from akshaymankar/support-latest-ghcs
...
Support GHC 8.8 and 8.10
2020-12-07 19:29:11 -08:00
Akshay Mankar
c253589ae4
Support GHC 8.8 and 8.10
...
Also includes:
* Drop support for GHC 8.2 and 8.4.
* Commit kubernetes-client.cabal as recommended by latest versions of stack.
* Upgrade jsonpath to 0.2.0.0 in default stack.yaml.
2020-12-06 22:38:01 +01:00
Kubernetes Prow Robot
ddc20d4eb2
Merge pull request #81 from akshaymankar/hoauth2-bump
...
Support hoauth2 >= 1.11
2020-12-04 08:47:59 -08:00
Akshay Mankar
88f1efe236
Support hoauth2 >= 1.11
...
This commit drops support for hoauth2 < 1.11
2020-12-04 15:01:34 +01:00
Kubernetes Prow Robot
a9d6705e8c
Merge pull request #79 from jonschoning/append-parameters
...
append optional parameters instead of replace
2020-10-30 12:22:39 -07:00
Jon Schoning
bdc7da25fc
append optional parameters instead of replace
2020-10-27 18:42:18 -05:00
Kubernetes Prow Robot
060c6f8537
Merge pull request #78 from akshaymankar/bump-client-0.3
...
Bump version of kubernetes-client to match core
2020-09-20 17:44:30 -07:00
Akshay Mankar
f57bf16d93
Bump version of kubernetes-client to match core
2020-09-20 16:59:22 +02:00
Kubernetes Prow Robot
9774afc5f0
Merge pull request #75 from jonschoning/update-openapigenerator-and-regen
...
update openapigenerator and regen
2020-09-01 13:09:50 -07:00
Kubernetes Prow Robot
1820c33f07
Merge pull request #61 from akshaymankar/integration-tests
...
Add Integration tests
2020-09-01 07:53:50 -07:00
Jon Schoning
425798b931
update versions
2020-08-23 23:01:19 -05:00
Jon Schoning
6ee7316b3f
regen
2020-08-23 22:59:07 -05:00
Jon Schoning
9bc8961b35
update OPENAPI_GENERATOR_COMMIT=7bb8a8d9ff346823b7451f6ca57602be9dd9c938
2020-08-23 22:58:54 -05:00
Kubernetes Prow Robot
779d6192d4
Merge pull request #70 from frincon/basic-auth
...
Implement basic authentication
2020-07-19 04:28:50 -07:00
Fernando Rincon
728c650eac
New line at the end of file
2020-07-18 10:34:30 +08:00
Fernando Rincon
7c3a8f5f89
Add BasicAuth test spec
2020-07-18 10:27:10 +08:00
Kubernetes Prow Robot
9b5bc68d62
Merge pull request #71 from akshaymankar/akshaymankar/release-2020-06-29
...
Bump both pacakge versions to 0.2.0.0
2020-06-30 08:44:07 -07:00