Commit graph

262 commits

Author SHA1 Message Date
dependabot[bot]
d031771950
Bump github.com/microsoftgraph/msgraph-sdk-go from 1.15.0 to 1.16.0 (#203)
Bumps [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 13:46:58 -07:00
dependabot[bot]
3d46ae3ee1
Bump github.com/google/uuid from 1.3.0 to 1.3.1 (#199)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.3.0...v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 13:44:17 -07:00
dependabot[bot]
962387de08
Bump github.com/microsoftgraph/msgraph-sdk-go from 1.14.0 to 1.15.0 (#200)
Bumps [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 13:44:10 -07:00
Boshi Lian
d2b002000e
add windows support (#193)
* add windows support

* build for win

* fix win build
2023-08-16 17:35:03 -07:00
dependabot[bot]
2482fd67c7
Bump k8s.io/code-generator from 0.27.4 to 0.28.0 (#197)
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.27.4 to 0.28.0.
- [Commits](https://github.com/kubernetes/code-generator/compare/v0.27.4...v0.28.0)

---
updated-dependencies:
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16 14:41:48 -07:00
dependabot[bot]
f73d7af690
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#195)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.3.0...sdk/azcore/v1.3.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-16 14:20:58 -07:00
dependabot[bot]
285a9b7152
Bump k8s.io/client-go from 0.27.4 to 0.28.0 (#194) 2023-08-16 13:59:28 -07:00
dependabot[bot]
fc7f1927a0
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.0 to 1.7.1 (#192)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.7.0...sdk/azcore/v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 15:41:17 -07:00
Boshi Lian
8031bd8a6b
update crypto to 0.12.0 (#186)
* update crypto

* go 1.21
2023-08-09 15:03:22 -07:00
dependabot[bot]
bffca38657
Bump github.com/microsoftgraph/msgraph-sdk-go from 1.13.0 to 1.14.0 (#182)
Bumps [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.13.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 02:49:01 -07:00
dependabot[bot]
051b22c907
Bump golang.org/x/term from 0.10.0 to 0.11.0 (#183)
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.10.0 to 0.11.0.
- [Commits](https://github.com/golang/term/compare/v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-07 02:48:52 -07:00
dependabot[bot]
3a8de2746e
Bump google.golang.org/protobuf from 1.30.0 to 1.31.0 (#177)
Bumps google.golang.org/protobuf from 1.30.0 to 1.31.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 20:12:19 -07:00
dependabot[bot]
066b6c22d4
Bump github.com/pquerna/otp from 1.3.0 to 1.4.0 (#178)
Bumps [github.com/pquerna/otp](https://github.com/pquerna/otp) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/pquerna/otp/releases)
- [Commits](https://github.com/pquerna/otp/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/pquerna/otp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:34:12 -07:00
dependabot[bot]
12709b9ad2
Bump github.com/microsoftgraph/msgraph-sdk-go from 1.10.0 to 1.13.0 (#179)
Bumps [github.com/microsoftgraph/msgraph-sdk-go](https://github.com/microsoftgraph/msgraph-sdk-go) from 1.10.0 to 1.13.0.
- [Release notes](https://github.com/microsoftgraph/msgraph-sdk-go/releases)
- [Changelog](https://github.com/microsoftgraph/msgraph-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoftgraph/msgraph-sdk-go/compare/v1.10.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/microsoftgraph/msgraph-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:33:58 -07:00
dependabot[bot]
fa392f111a
Bump k8s.io/code-generator from 0.26.2 to 0.27.4 (#172)
Bumps [k8s.io/code-generator](https://github.com/kubernetes/code-generator) from 0.26.2 to 0.27.4.
- [Commits](https://github.com/kubernetes/code-generator/compare/v0.26.2...v0.27.4)

---
updated-dependencies:
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-30 16:23:53 -07:00
dependabot[bot]
586d2bc430
Bump k8s.io/client-go from 0.26.2 to 0.27.4 (#173) 2023-07-30 11:13:04 -07:00
dependabot[bot]
fa6b51d1c2
Bump google.golang.org/grpc from 1.53.0 to 1.57.0 (#174) 2023-07-30 11:10:44 -07:00
dependabot[bot]
15b131d607
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.6.1 to 1.7.0 (#175) 2023-07-30 11:10:26 -07:00
Boshi Lian
2c99b9b292
update dep (#163)
* update dep

* revert go proxyproto
2023-07-11 03:31:59 -07:00
Boshi Lian
bffa03dde0
update crypto upstream (#161)
* update dep

* go mod tidy

* fix test

* fix flaky test
2023-07-06 23:05:26 -07:00
dependabot[bot]
e8c84ae4f3
Bump github.com/docker/distribution (#153)
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible.
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](https://github.com/docker/distribution/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: github.com/docker/distribution
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-11 14:32:35 -07:00
dependabot[bot]
daadad36b1
Bump github.com/docker/docker (#150)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.23+incompatible to 20.10.24+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v20.10.23...v20.10.24)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 15:26:37 -07:00
dependabot[bot]
3b1251428e
Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#147) 2023-03-14 19:17:08 -07:00
Boshi Lian
5b9091c42a
update dep (#146)
* update dep

* update crypto

* revert docker lib version
2023-03-12 05:15:22 -07:00
dependabot[bot]
841350fadb
bump golang.org/x/net from 0.6.0 to 0.7.0 (#142)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 17:11:02 -08:00
Boshi Lian
3198e767d7
update library and support dropping package (#139)
* update library

* fix ver
2023-02-12 06:32:41 -08:00
Boshi Lian
6a63582068
go 1.20 (#135) 2023-02-02 08:14:55 -08:00
Boshi Lian
ecdbfb166d
update dependencies (#130)
* update dep

* more dep
2023-01-07 09:24:18 -08:00
Boshi Lian
4c700aef49
add github go build cache (#122)
* add github go build cache

* remove unused key
2023-01-05 04:57:10 -08:00
Boshi Lian
30322498e6 dep update 2022-11-13 09:55:04 +00:00
Boshi Lian
c61c62d1f5 update crypto 2022-11-13 09:28:59 +00:00
Boshi Lian
cae06825ce go mod tidy 2022-10-22 11:26:38 +00:00
Boshi Lian
006fcb31da adopt official non auth callback 2022-10-22 11:18:47 +00:00
Boshi Lian
d3ec47f4ec update to go 1.19 2022-08-03 05:42:59 +00:00
Boshi Lian
0dd9491d13 add totp plugin 2022-07-21 09:17:45 +00:00
Boshi Lian
f37c89a6d6 init k8s 2022-07-18 23:30:58 +00:00
Boshi Lian
fdc6691d75 introduce first docker plugin 2022-07-13 21:50:38 +00:00
Boshi Lian
5bdf895dfc add yaml plugin 2022-07-09 18:33:32 +00:00
Boshi Lian
2ddd69876a replace with proxy protocol listener 2022-07-08 01:58:22 +00:00
Boshi Lian
57a57e89ef update dep 2022-07-08 01:26:19 +00:00
Boshi Lian
93da136a94 add first e2e case 2022-07-06 16:46:56 +00:00
Boshi Lian
6b3ebecf9e go mod tidy 2022-07-04 16:49:50 +00:00
Boshi Lian
fd0a0c628e first move of working dir 2022-07-04 16:49:50 +00:00
Boshi Lian
dbef31dd3d libplugin 2022-07-04 16:49:50 +00:00
Boshi Lian
9285824798 update adal to az identity 2022-05-14 13:15:04 +00:00
Boshi Lian
02e551ed2b update logger driver 2022-04-17 09:20:25 +00:00
Boshi Lian
f6ad52bb6e update dep 2022-04-17 08:28:00 +00:00
Boshi Lian
be28073eb2 inline crypto with submodule 2022-04-16 14:42:16 +00:00
Boshi Lian
31da2d06df go 1.18 2022-04-04 05:38:54 +00:00
Byron.wang
1aef76fd7a
fix bug that cause can't login with sshpipe name in kubernetes and add kubernetes pipe management (#82)
* fix kubernetes example wrong link in readme

* fix typo in example deploy file

* fix bug that cause can't login with sshpipe name in kubernetes

* add pipe management in upstream kubernetes

* update errors format
2022-03-07 12:28:41 -08:00