Skip to content

Releases: flowexec/flow

v0.1.5

25 Apr 02:07

Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

18 Mar 01:18

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

17 Mar 21:59

Choose a tag to compare

What's Changed

  • Bump mvdan.cc/sh/v3 from 3.7.0 to 3.8.0 by @dependabot in #81
  • Bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in #80
  • Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #79
  • Executable arguments and templates by @jahvon in #82
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #71
  • Improve version handling and installation processes by @jahvon in #84
  • Improve workspace handling with configurable modes by @jahvon in #85

Full Changelog: v0.1.2...v0.1.3

v0.1.2

11 Feb 23:33
e294cd0

Choose a tag to compare

What's Changed

  • Improve log command UX and add exec ref copy trigger by @jahvon in #76

Full Changelog: v0.1.1...v0.1.2

v0.1.1

10 Feb 04:05
d18a292

Choose a tag to compare

What's Changed

  • Bump golang.org/x/sync from 0.3.0 to 0.5.0 by @dependabot in #48
  • Bump actions/setup-go from 4 to 5 by @dependabot in #54
  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #52
  • Bump github/codeql-action from 2 to 3 by @dependabot in #53
  • Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #51
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #47
  • Bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #55
  • Revamp terminal output with bubbletea TUI by @jahvon in #38
  • Major UX improvements: finished TUI views, request and render runners, and cleanup by @jahvon in #56
  • Restore commits by @jahvon in #61
  • Inject flow env vars into runners by @jahvon in #63
  • Move tui components to own repo by @jahvon in #72
  • Bump golang.org/x/sync from 0.5.0 to 0.6.0 by @dependabot in #66
  • Bump github.com/onsi/ginkgo/v2 from 2.13.2 to 2.15.0 by @dependabot in #67
  • Bump github.com/samber/lo from 1.38.1 to 1.39.0 by @dependabot in #69
  • Bump github.com/onsi/gomega from 1.30.0 to 1.31.1 by @dependabot in #68
  • Bump golang.org/x/crypto from 0.17.0 to 0.19.0 by @dependabot in #73
  • Improve error handling and logging by @jahvon in #74
  • Add flow logs command along with some tui bug fixes by @jahvon in #75

Full Changelog: v0.0.3...v0.1.1

v0.1.0

21 Jan 20:17
dd944b1

Choose a tag to compare

What's Changed

  • Bump golang.org/x/sync from 0.3.0 to 0.5.0 by @dependabot in #48
  • Bump actions/setup-go from 4 to 5 by @dependabot in #54
  • Bump golang.org/x/crypto from 0.15.0 to 0.17.0 by @dependabot in #52
  • Bump github/codeql-action from 2 to 3 by @dependabot in #53
  • Bump github.com/onsi/ginkgo/v2 from 2.13.1 to 2.13.2 by @dependabot in #51
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 by @dependabot in #47
  • Bump golang.org/x/term from 0.15.0 to 0.16.0 by @dependabot in #55
  • Revamp terminal output with bubbletea TUI by @jahvon in #38
  • Major UX improvements: finished TUI views, request and render runners, and cleanup by @jahvon in #56
  • Add docs gen and cleanup readme by @jahvon in #57

Full Changelog: v0.0.3...v0.1.0

v0.0.3

24 Nov 23:12
49805c0

Choose a tag to compare

What's Changed

  • Replace complex loops with lo by @jahvon in #36
  • Fix a usability bugs by @jahvon in #35
  • Bump github.com/onsi/gomega from 1.28.0 to 1.29.0 by @dependabot in #37
  • Bump golang.org/x/crypto from 0.14.0 to 0.15.0 by @dependabot in #39
  • Bump github.com/fatih/color from 1.15.0 to 1.16.0 by @dependabot in #40
  • Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 by @dependabot in #42
  • Refactor repo structure, configuration files, and executable runners by @jahvon in #44
  • Bump github.com/pterm/pterm from 0.12.69 to 0.12.71 by @dependabot in #45
  • Bump github.com/onsi/ginkgo/v2 from 2.13.0 to 2.13.1 by @dependabot in #46

Full Changelog: v0.0.2...v0.0.3

v0.0.2

24 Oct 02:29
9f2613e

Choose a tag to compare

What's Changed

  • Address security issues by @jahvon in #18
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #19
  • Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #20
  • Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #21
  • Bump actions/checkout from 3 to 4 by @dependabot in #24
  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 by @dependabot in #32
  • Define more exhaustive workspace configuration options by @jahvon in #34

Full Changelog: v0.0.1...v0.0.2

v0.0.1

10 Oct 02:13

Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 3 to 4 by @dependabot in #4
  • Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in #2
  • Bump golangci/golangci-lint-action from 2 to 3 by @dependabot in #3
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 by @dependabot in #1
  • Adjust setup by @jahvon in #5
  • Cleanup along with creating config management by @jahvon in #6
  • Bump actions/checkout from 3 to 4 by @dependabot in #7
  • Bump golang.org/x/crypto from 0.12.0 to 0.13.0 by @dependabot in #8
  • Bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #10
  • cleanup repo docs and workflows by @jahvon in #17
  • Bump golang.org/x/term from 0.12.0 to 0.13.0 by @dependabot in #16
  • Bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #13
  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 by @dependabot in #12
  • Bump golang.org/x/crypto from 0.13.0 to 0.14.0 by @dependabot in #15
  • Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 by @dependabot in #14
  • Introduce workspace definitions and executables starting with open and run agents by @jahvon in #11

New Contributors

Full Changelog: https://github.com/jahvon/flow/commits/v0.0.1