Hidetake Iwata
e41fdf3dcd
Fix error of acceptance test ( #313 )
2020-06-22 14:33:54 +09:00
Hidetake Iwata
dd93a6537d
Update README.md
2020-06-14 16:19:52 +09:00
Hidetake Iwata
822f6c86de
Remove redundant information from caveats ( #306 )
...
This reflects the change of https://github.com/kubernetes-sigs/krew-index/pull/635
2020-06-12 18:20:01 +09:00
Hidetake Iwata
dd22ccb9c3
Bump version of github.com/spf13/cobra to v1.0.0 ( #305 )
v1.19.2
2020-06-12 14:46:59 +09:00
Hidetake Iwata
f6c4a1257d
Update acceptance-test.yaml
2020-06-12 14:35:59 +09:00
Hidetake Iwata
a0c62a9ff1
Move to CircleCI macOS build ( #304 )
2020-06-12 14:28:32 +09:00
Andreas Lindhé
0aa3e43e62
Remove install instructions for Github releases ( #303 )
...
* Remove install instructions for Github releases
Fixes #301
* Update README.md
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2020-06-10 10:37:26 +09:00
Hidetake Iwata
9028199abb
Bump kind version to v0.8.1 ( #300 )
2020-06-09 16:22:42 +09:00
ThomasAlxDmy
c308ccb511
CGO_ENABLE as a make option ( #299 )
...
* CGO_ENABLE as a make option
* Update Makefile
* Update Makefile
Co-authored-by: Thomas Dmytryk <tdmytryk@tesla.com >
Co-authored-by: Hidetake Iwata <int128@gmail.com >
2020-05-28 00:50:29 +09:00
Hidetake Iwata
ff1aa97d87
go mod tidy
2020-05-23 00:48:37 +09:00
dependabot-preview[bot]
ca21c6568b
Build(deps): bump k8s.io/client-go from 0.18.2 to 0.18.3 ( #296 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.18.2 to 0.18.3.
- [Release notes](https://github.com/kubernetes/client-go/releases )
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.18.2...v0.18.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-23 00:48:06 +09:00
dependabot-preview[bot]
117a8d35d4
Build(deps): bump github.com/google/go-cmp from 0.4.0 to 0.4.1 ( #294 )
...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp ) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/google/go-cmp/releases )
- [Commits](https://github.com/google/go-cmp/compare/v0.4.0...v0.4.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-22 21:51:49 +09:00
Hidetake Iwata
5557290105
Bump the version to v1.19.1
2020-05-16 18:25:10 +09:00
Hidetake Iwata
fe85419312
go mod tidy
v1.19.1
2020-05-16 18:07:23 +09:00
dependabot-preview[bot]
d8d810bc0d
Build(deps): bump k8s.io/client-go from 0.18.1 to 0.18.2 ( #277 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/kubernetes/client-go/releases )
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.18.1...v0.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-16 17:49:11 +09:00
dependabot-preview[bot]
170eeb4ed5
Build(deps): bump gopkg.in/yaml.v2 from 2.2.8 to 2.3.0 ( #288 )
...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml ) from 2.2.8 to 2.3.0.
- [Release notes](https://github.com/go-yaml/yaml/releases )
- [Commits](https://github.com/go-yaml/yaml/compare/v2.2.8...v2.3.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-16 16:50:25 +09:00
Michael Goodwin
01637fbe12
Update brew template to include support for LinuxBrew ( #291 )
...
This commit introduces an OS check, and extra variables `baseurl` and `kernel` to determine the right archive to download based on the platform. `baseurl` is used to compose the full URI with `#{version}` and `#{kernel}` ruby variables
2020-05-16 16:28:33 +09:00
Hidetake Iwata
e152e95a9f
Refactor: add integration test of PKCE ( #293 )
...
* Refactor: add integration test of PKCE
* Refactor: fix name to pkce/Params.IsZero()
2020-05-16 14:29:42 +09:00
Hidetake Iwata
bf8eefd045
Refactor: reduce test cases of integration test ( #292 )
2020-05-14 16:49:39 +09:00
Hidetake Iwata
e88138c640
Refactor: fix token verifier does not respect clock ( #290 )
2020-05-13 15:45:14 +09:00
Hidetake Iwata
9ad520ba22
Refactor: inject stdout mock in integration test ( #289 )
2020-05-13 11:25:59 +09:00
Hidetake Iwata
35e8ecab8d
Refactor: replace newCredentialPluginWriterMock ( #287 )
...
* Refactor: replace newCredentialPluginWriterMock
* Refactor: remove unused mock and files
2020-05-12 14:36:13 +09:00
Hidetake Iwata
c5621239e8
Refactor: remove unused mock and files
2020-05-12 14:17:19 +09:00
Hidetake Iwata
582ca48092
Refactor: replace newCredentialPluginWriterMock
2020-05-12 14:17:18 +09:00
Hidetake Iwata
da32d2184d
Refactor: remove Server.NewTokenResponse() ( #286 )
2020-05-11 20:41:46 +09:00
Hidetake Iwata
3a9768d6de
Refactor: extract httpdriver package ( #285 )
2020-05-11 12:06:11 +09:00
Hidetake Iwata
16d6fa2fbb
Refactor: replace idp mock with oidcserver package ( #284 )
2020-05-11 11:51:21 +09:00
Hidetake Iwata
175275bf3d
Fix to send challenge only if provider supports PKCE ( #283 )
2020-05-08 22:19:32 +09:00
Hidetake Iwata
4ffc914d0e
Bump the version
v1.19.0
2020-04-11 17:14:59 +09:00
Hidetake Iwata
fa008bef55
Add linux_arm and linux_arm64 binary to distribution ( #275 )
2020-04-11 17:14:00 +09:00
Hidetake Iwata
50047417ab
Delete snapcraft.yaml
2020-04-11 16:10:48 +09:00
Hidetake Iwata
4c0ebb0284
go mod tidy
2020-04-11 15:57:57 +09:00
dependabot-preview[bot]
c1173accd3
Build(deps): bump k8s.io/client-go from 0.18.0 to 0.18.1 ( #273 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/kubernetes/client-go/releases )
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.18.0...v0.18.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-11 15:57:17 +09:00
Hidetake Iwata
d4addcfc6e
Show Go version, GOOS and GOARCH in version command ( #272 )
2020-04-11 11:39:49 +09:00
Hidetake Iwata
695347e419
Merge pull request #271 from int128/refactor
...
Refactor integration test
2020-04-10 20:39:18 +09:00
Hidetake Iwata
d5c738697f
Refactor: tidy up
2020-04-10 20:32:22 +09:00
Hidetake Iwata
777a60c96c
Refactor: rename package
2020-04-10 17:15:02 +09:00
Hidetake Iwata
6f6e0723f1
Refactor: extract integration_test.authCodeFlowConfig
2020-04-10 16:32:02 +09:00
Hidetake Iwata
3fb074a4a8
Refactor: replace ClusterRoleBinding manifest with kubectl command ( #270 )
2020-04-08 20:38:35 +09:00
Hidetake Iwata
59b5f1bd89
Add --oidc-redirect-url-hostname flag ( #269 )
2020-04-08 15:25:19 +09:00
Hidetake Iwata
70819843f0
go mod tidy
2020-04-07 10:30:13 +09:00
dependabot-preview[bot]
87c46a24ae
Build(deps): bump github.com/int128/oauth2cli from 1.10.0 to 1.11.0 ( #268 )
...
Bumps [github.com/int128/oauth2cli](https://github.com/int128/oauth2cli ) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/int128/oauth2cli/releases )
- [Commits](https://github.com/int128/oauth2cli/compare/v1.10.0...v1.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 10:27:30 +09:00
Hidetake Iwata
ac504150b2
Bump k8s.io/apimachinery, k8s.io/client-go to 0.18.0 ( #267 )
2020-04-06 21:58:53 +09:00
Hidetake Iwata
caeb55f21d
Refactor: enable Go module cache ( #264 )
2020-04-02 20:08:52 +09:00
dependabot-preview[bot]
2ccda6099f
Build(deps): bump github.com/spf13/cobra from 0.0.6 to 0.0.7 ( #263 )
...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra ) from 0.0.6 to 0.0.7.
- [Release notes](https://github.com/spf13/cobra/releases )
- [Commits](https://github.com/spf13/cobra/compare/v0.0.6...0.0.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-31 11:34:19 +09:00
MOZGIII
7f4f72c9e0
Correct the command args at stage 2 instructions ( #261 )
2020-03-29 18:26:29 +09:00
Hidetake Iwata
bfc1568057
Bump the version
v1.18.0
2020-03-26 10:36:06 +09:00
Hidetake Iwata
8758d55bb3
go mod tidy
2020-03-26 10:29:32 +09:00
dependabot-preview[bot]
d9be392f5a
Build(deps): bump k8s.io/client-go from 0.17.3 to 0.17.4 ( #252 )
...
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go ) from 0.17.3 to 0.17.4.
- [Release notes](https://github.com/kubernetes/client-go/releases )
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes/client-go/compare/v0.17.3...v0.17.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-26 10:24:49 +09:00
dependabot-preview[bot]
af840a519c
Build(deps): bump github.com/golang/mock from 1.4.0 to 1.4.3 ( #253 )
...
Bumps [github.com/golang/mock](https://github.com/golang/mock ) from 1.4.0 to 1.4.3.
- [Release notes](https://github.com/golang/mock/releases )
- [Changelog](https://github.com/golang/mock/blob/master/.goreleaser.yml )
- [Commits](https://github.com/golang/mock/compare/v1.4.0...v1.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-26 10:24:31 +09:00