Skip to content

Releases: aquaproj/aqua-proxy

v1.1.2-0

14 Jun 00:19
7f25fa2
Compare
Choose a tag to compare
v1.1.2-0 Pre-release
Pre-release

Pull Requests | Issues | v1.1.1...v1.1.2-0

Changelog

  • 7f25fa2 Merge pull request #40 from aquaproj/chore/windows-build
  • 036cc4c chore: build asset for Windows

v1.1.1

14 Jun 00:08
39ce91a
Compare
Choose a tag to compare

Pull Requests | Issues | v1.1.0...v1.1.1

Fixes

#36 #39 Fix for Windows Support

Others

#38 Update Go from v1.18.1 to v1.18.3

v1.1.0

12 May 10:43
acc340b
Compare
Choose a tag to compare

Pull Requests | Issues | v1.0.0...v1.1.0

Features

aquaproj/aqua#710 aquaproj/aqua#725 #25 #28 Support the experimental feature to execute commands by execve(2).

⚠️ This is an experimental feature. By default, this is disabled but you can enable this feature by the environment variable AQUA_EXPERIMENTAL_X_SYS_EXEC.

$ export AQUA_EXPERIMENTAL_X_SYS_EXEC=true

Note that there is a known issue of this feature on macOS, so we don't recommend this feature for macOS users. aquaproj/aqua#710 (comment)

v1.1.0-1

11 May 12:21
acc340b
Compare
Choose a tag to compare
v1.1.0-1 Pre-release
Pre-release

Pull Requests | Issues | v1.1.0-0...v1.1.0-1

Changelog

  • acc340b Merge pull request #28 from aquaproj/feat/support-experimental-feature
  • 2c91f2f feat: support AQUA_EXPERIMENTAL_X_SYS_EXEC

v1.1.0-0

10 May 16:27
dd5a698
Compare
Choose a tag to compare
v1.1.0-0 Pre-release
Pre-release

Pull Requests | Issues | v1.0.0...v1.1.0-0

Features

#25 Replace os/exec to golang.org/x/sys/unix

aquaproj/aqua#710 (comment)

v1.0.0

20 Apr 14:15
bb56ec8
Compare
Choose a tag to compare

Pull Requests | Issues | v0.2.1...v1.0.0

🎉 Release v1

Basically, there is no difference between v0.2.1 and v1.0.0.
aqua-proxy is already stable, so we've released v1.

Others

#24 Update Go from 1.17 to 1.18.1

v1.0.0-0

20 Apr 14:09
bb56ec8
Compare
Choose a tag to compare
v1.0.0-0 Pre-release
Pre-release

Changelog

  • bb56ec8 Merge pull request #24 from aquaproj/chore/update-go
  • ae4892e chore: update Go from 1.17 to 1.18.1
  • ff58370 Merge pull request #23 from aquaproj/chore/replace-renovate-config-validator
  • 2cff7b7 chore: replace GitHub Actions for renovate-config-validator
  • 14a8596 chore: ignore .DS_Store
  • 6e84ae7 chore(deps): update rinchsan/renovate-config-validator action to v0.0.11
  • 00592fc Merge pull request #21 from aquaproj/renovate/golangci-golangci-lint-action-3.x
  • a71d66f chore(deps): update golangci/golangci-lint-action action to v3
  • 374ddd0 Merge pull request #19 from aquaproj/renovate/actions-checkout-3.x
  • 544bc08 chore(deps): update actions/checkout action to v3
  • f7523ea Merge pull request #20 from aquaproj/renovate/actions-setup-go-3.x
  • b4fd93c chore(deps): update actions/setup-go action to v3

v0.2.1

14 Dec 14:03
1c3e571
Compare
Choose a tag to compare

Milestone | v0.2.0...v0.2.1

#18 Prevent the infinite loop

v0.2.0

27 Nov 08:21
0cbcc64
Compare
Choose a tag to compare

Milestone
v0.1.2...v0.2.0

#13 The project aqua has been migrated to the GitHub Organizations https://github.com/aquaproj

v0.1.2

30 Aug 11:46
461e480
Compare
Choose a tag to compare

Milestone
v0.1.1...v0.1.2

Bug Fix

#8 Get the command name by filepath.Base