Skip to content

Releases: namespacelabs/breakpoint

v0.0.23

05 Jun 17:30
51fe07c

Choose a tag to compare

Changelog

  • 51fe07c hold: add --stop option to stop the breakpoint server after holding (#25)

v0.0.22

05 Jun 14:47
cc3567c

Choose a tag to compare

Changelog

  • cc3567c cmd/breakpoint: Add hold command to wait until there are no connections (#24)

v0.0.21

04 Jun 21:10
577fa7e

Choose a tag to compare

Changelog

  • 577fa7e Add support for windows shell and command wrapping
  • a0e1bb3 cmd/breakpoint: Add number of active connections to breakpoint status (#20)
  • e284c8a cmd/breakpoint: Add start command that starts breakpoint in the background (#18)
  • 787c2e3 cmd/breakpoint: add --duration as alias of --for to extend command (#19)
  • 2856c8a first windows port; no pty support. (#21)
  • afabff3 goreleaser: added windows build. (#22)

v0.0.20

04 Jun 20:07
afabff3

Choose a tag to compare

Changelog

  • a0e1bb3 cmd/breakpoint: Add number of active connections to breakpoint status (#20)
  • e284c8a cmd/breakpoint: Add start command that starts breakpoint in the background (#18)
  • 787c2e3 cmd/breakpoint: add --duration as alias of --for to extend command (#19)
  • 2856c8a first windows port; no pty support. (#21)
  • 0ca7d02 goreleaser: added windows build.

v0.0.19

13 Jan 19:12

Choose a tag to compare

Changelog

  • d456c06 Modify output "connect with" to be more copy-pastable.

v0.0.18

15 Oct 11:16
8059a95

Choose a tag to compare

Changelog

  • e7fb289 cmd/breakpoint: Make bash the default shell.

v0.0.17

15 Oct 10:41
8059a95

Choose a tag to compare

Changelog

  • 6eece93 GitHub: don't fail if a user has no SSH keys. (#13)
  • 8059a95 cmd/breakpoint: Use user preferred shell if set.

v0.0.16

03 Nov 20:32
@n-g n-g

Choose a tag to compare

Changelog

  • 8115e62 GitHub: improve error message when SSH key resolution fails.
  • 09eacae Slackbot: include the commit message, if one is available (e.g. push event), in the notification.
  • f1b1d55 Switch us over to the Slackbot, so messages can be updated in-place.
  • bcac85e action: setup-go
  • 409c074 actions: build and vet on nscloud runners
  • 09b3be5 build(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#8)
  • 3814c42 readme: typo
  • f10c7ba workflows: change confusing name to workflow

v0.0.15

26 May 07:31

Choose a tag to compare

Changelog

  • b12806e Instructions to deploy rendezvous server
  • d4015d8 Update the Slack webhook example to include github.com in the URLs.
  • e843088 Updates some bits in the README.
  • d3b3842 Use breakpoint-action on workflow failures.
  • 81b4710 more README updates.
  • 5813984 more README updates.
  • a5fcc83 readme: fixed badges color and order
  • f5fc977 readme: update config file fields
  • ddf3388 release: build for arm64
  • ca9af11 waiter: add Slack bot support. This allows us to both post, and update messages in place.

v0.0.14

25 May 12:12

Choose a tag to compare

Changelog

  • a164811 Ensure that templating applies to arrays as well.
  • 8516faf Reduce the size of the banner image in README.
  • 72fabdb Updated the README.md.
  • e29a872 readme: build, checks and license badges
  • 8dc7b3c workflows: checks and release workflows