Releases: tg123/sshpiper
Releases · tg123/sshpiper
v1.4.4
What's Changed
- Bump github.com/tg123/go-htpasswd from 1.2.2 to 1.2.3 by @dependabot in #478
- Bump github.com/creack/pty from 1.1.23 to 1.1.24 by @dependabot in #479
- Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #481
- update crypto to v0.29 by @tg123 in #484
- support cross auth type mapping by @tg123 in #483
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Bump k8s.io/client-go from 0.31.1 to 0.31.2 by @dependabot in #470
- Bump k8s.io/code-generator from 0.31.1 to 0.31.2 by @dependabot in #471
- add skel plugin for code sharing by @tg123 in #473
- Refactor README.md to update plugin list and add instructions for screen recording by @tg123 in #474
- Refactor plugin.proto and pluginbase.go to add support for metadata in connection context by @tg123 in #475
- merge totp to workingdir by @tg123 in #476
- support multiple YAML config files by @tg123 in #477
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Bump k8s.io/apimachinery from 0.30.1 to 0.31.1 by @dependabot in #441
- Bump k8s.io/code-generator from 0.30.1 to 0.31.1 by @dependabot in #457
- Bump k8s.io/client-go from 0.30.1 to 0.31.1 by @dependabot in #456
- add test coverage for go proxy by @tg123 in #460
- Refactor YAML schema to support multiple authorized keys and known hosts by @tg123 in #463
- YAML Plugin add regex match group by @tg123 in #464
- handle nextUpHook is nil by @clysto in #465
- Refactor code to use subtle.ConstantTimeCompare for secure comparison by @tg123 in #466
- add support for ssh ca auth by @tg123 in #467
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- Allow plugins to set a log formatter when TTY isn't allocated by @mtrop-godaddy in #385
- Bump go.mod to use go 1.22 and update dependencies by @tg123 in #386
- doc updates by @tg123 in #387
- Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #391
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.37.0 to 1.43.0 by @dependabot in #392
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #390
- revert partial succ support by @tg123 in #395
- feat: Add test case for publickey_simple_withmultiple_keyfile by @tg123 in #396
- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #399
- Update README.md by @eduardomozart in #408
- update to ssh V9.8.P1 to fix CVE-2024-6387 by @Damme in #412
- fix docker compose not found by @tg123 in #426
- fix lint by @tg123 in #428
- update crypto and fix partial succ support by @tg123 in #435
- Fix timing format to correctly handle microsecond portion of time delta by @clysto in #448
- support assciicast and logpath refactor by @clysto in #450
- move Azure Device Code plugin for sshpiperd out of tree by @tg123 in #453
- Fix grpc.Dial usage in sshpiperd by @tg123 in #436
- update docker sdk to v25 by @tg123 in #455
New Contributors
- @eduardomozart made their first contribution in #408
- @Damme made their first contribution in #412
- @clysto made their first contribution in #448
Full Changelog: v1.3.0...v1.4.1
v1.3.1
What's Changed
- Allow plugins to set a log formatter when TTY isn't allocated by @mtrop-godaddy in #385
- Bump go.mod to use go 1.22 and update dependencies by @tg123 in #386
- doc updates by @tg123 in #387
- Bump github.com/urfave/cli/v2 from 2.27.1 to 2.27.2 by @dependabot in #391
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.37.0 to 1.43.0 by @dependabot in #392
- Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #390
- revert partial succ support by @tg123 in #395
- feat: Add test case for publickey_simple_withmultiple_keyfile by @tg123 in #396
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Breaking change
PROXY is disabled by default, need to set --allowed-proxy-addresses
to enable
What's Changed
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.2 to 1.10.0 by @dependabot in #336
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.33.0 to 1.35.0 by @dependabot in #335
- Bump golang.org/x/term from 0.17.0 to 0.18.0 by @dependabot in #339
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #340
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.35.0 to 1.36.0 by @dependabot in #343
- Add new plugins for working directory by key and TOTP authentication by @tg123 in #348
- Bump google.golang.org/grpc from 1.62.0 to 1.62.1 by @dependabot in #341
- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #344
- Bump k8s.io/api from 0.29.2 to 0.29.3 by @dependabot in #349
- Bump k8s.io/code-generator from 0.29.2 to 0.29.3 by @dependabot in #350
- Bump k8s.io/client-go from 0.29.2 to 0.29.3 by @dependabot in #351
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.36.0 to 1.37.0 by @dependabot in #353
- sync crypto with upstream by @tg123 in #363
- Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #366
- Make the log formatter configurable by @mtrop-godaddy in #371
- Bump golangci/golangci-lint-action from 4 to 6 by @dependabot in #372
- chore: Update snapcraft installation command to use specific revision by @tg123 in #373
- Bump go.mod to use go 1.22 and update dependencies by @tg123 in #374
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.10.0 to 1.11.1 by @dependabot in #357
- Bump google.golang.org/grpc from 1.62.1 to 1.63.2 by @dependabot in #360
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.5.2 by @dependabot in #361
New Contributors
- @mtrop-godaddy made their first contribution in #371
v1.2.8
What's Changed
- Bump k8s.io/api from 0.29.1 to 0.29.2 by @dependabot in #328
- Bump k8s.io/code-generator from 0.29.1 to 0.29.2 by @dependabot in #330
- Bump k8s.io/client-go from 0.29.1 to 0.29.2 by @dependabot in #327
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #333
- add openpubkey by @tg123 in #337
- Update remotesigner version by @tg123 in #338
Full Changelog: v1.2.7...v1.2.8
v1.2.7
What's Changed
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #309
- Bump google.golang.org/grpc from 1.60.1 to 1.61.0 by @dependabot in #311
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.30.0 to 1.32.0 by @dependabot in #314
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #319
- add remote signer api and e2e test of it by @tg123 in #320
- Update dependencies to latest versions by @tg123 in #321
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.1 to 1.9.2 by @dependabot in #316
- Update Golang version in Dockerfile to 1.22 by @tg123 in #322
- Bump google.golang.org/grpc from 1.61.0 to 1.61.1 by @dependabot in #324
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.32.0 to 1.33.0 by @dependabot in #325
- fix ping@openssh being passed to unsupported sshd by @tg123 in #326
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.28.0 to 1.29.0 by @dependabot in #294
- Add kubeconfig flag for k8s plugin by @haiker2011 in #296
- Bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #297
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.29.0 to 1.30.0 by @dependabot in #300
- Bump k8s.io/api from 0.29.0 to 0.29.1 by @dependabot in #305
- Bump k8s.io/code-generator from 0.29.0 to 0.29.1 by @dependabot in #303
- fix default value missing by @tg123 in #306
- Bump k8s.io/client-go from 0.29.0 to 0.29.1 by @dependabot in #302
- Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.4.0 to 1.5.1 by @dependabot in #304
- Bump github.com/microsoft/kiota-authentication-azure-go from 1.0.1 to 1.0.2 by @dependabot in #307
New Contributors
- @haiker2011 made their first contribution in #296
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
- fix badge by @tg123 in #279
- Bump k8s.io/client-go from 0.28.4 to 0.29.0 by @dependabot in #280
- Bump k8s.io/code-generator from 0.28.4 to 0.29.0 by @dependabot in #281
- Update crypto subproject and golang.org/x/crypto version by @tg123 in #285
- Bump github.com/tg123/go-htpasswd from 1.2.1 to 1.2.2 by @dependabot in #288
- Bump google.golang.org/grpc from 1.60.0 to 1.60.1 by @dependabot in #286
- Bump github.com/microsoftgraph/msgraph-sdk-go from 1.27.0 to 1.28.0 by @dependabot in #287
- Bump google.golang.org/protobuf from 1.31.0 to 1.32.0 by @dependabot in #289
- Add PipeCreateErrorCallback to handle pipe creation errors by @tg123 in #290
- Add doc and tests for ioconn package by @tg123 in #291
- Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.0 by @dependabot in #292
- Bump github.com/urfave/cli/v2 from 2.27.0 to 2.27.1 by @dependabot in #293
Full Changelog: v1.2.4...v1.2.5