Skip to content

Releases: tg123/sshpiper

v1.4.4

10 Nov 11:03
085ba59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.3...v1.4.4

v1.4.3

28 Oct 09:00
4694964
Compare
Choose a tag to compare

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

23 Oct 17:14
ed19d55
Compare
Choose a tag to compare

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

18 Oct 16:17
304dd72
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.1

v1.3.1

30 May 18:53
305e816
Compare
Choose a tag to compare

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

09 May 21:25
70fb830
Compare
Choose a tag to compare

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

v1.2.8

03 Mar 13:44
450ed38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.7...v1.2.8

v1.2.7

15 Feb 06:49
fb8eba9
Compare
Choose a tag to compare

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

30 Jan 08:42
5f1c954
Compare
Choose a tag to compare

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

Full Changelog: v1.2.5...v1.2.6

v1.2.5

01 Jan 23:56
0c10123
Compare
Choose a tag to compare

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