Releases: capnspacehook/whalewall
Releases · capnspacehook/whalewall
v0.2.3
What's Changed
- Bump modernc.org/sqlite from 1.20.0 to 1.20.3 by @dependabot in #50
- Update sqlc to 1.17.2 by @capnspacehook in #61
- Bump golang from 1.20.0-alpine to 1.20.1-alpine by @dependabot in #60
- Bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #62
- Update landlock dep and slightly simplify rule creation logic by @capnspacehook in #63
- Add allowed syscall argument to clock_gettime by @capnspacehook in #64
- Bump github.com/matryer/is from 1.4.0 to 1.4.1 by @dependabot in #65
- Bump modernc.org/sqlite from 1.20.3 to 1.21.0 by @dependabot in #67
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Bump golang.org/x/sys from 0.3.0 to 0.4.0 by @dependabot in #43
- Bump dominikh/staticcheck-action from 1.2.0 to 1.3.0 by @dependabot in #44
- Bump golang from 1.19.4-alpine to 1.19.5-alpine by @dependabot in #46
- Bump hadolint/hadolint-action from 3.0.0 to 3.1.0 by @dependabot in #47
- Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #49
- Bump docker/build-push-action from 3 to 4 by @dependabot in #51
- Move the Go version used in workflows to a central location to make it easier to update by @capnspacehook in #54
- Bump golang from 1.19.5-alpine to 1.20.0-alpine by @dependabot in #52
- Update gvisor dep by @capnspacehook in #55
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Bump modernc.org/sqlite from 1.19.4 to 1.19.5 by @dependabot in #26
- Bump modernc.org/sqlite from 1.19.5 to 1.20.0 by @dependabot in #27
- Workflow improvements by @capnspacehook in #28
- Bump go.uber.org/zap from 1.23.0 to 1.24.0 by @dependabot in #29
- Bump golang.org/x/sys from 0.2.0 to 0.3.0 by @dependabot in #30
- Use latest git version in Dockerfile to fix building by @capnspacehook in #31
- Bump golang from 1.19.3-alpine to 1.19.4-alpine by @dependabot in #32
- Bump goreleaser/goreleaser-action from 3 to 4 by @dependabot in #33
- Bump github.com/docker/docker from 20.10.21+incompatible to 20.10.22+incompatible by @dependabot in #34
- Detect and handle when containers exiting by @capnspacehook in #36
Full Changelog: v0.2.0-rc1...v0.2.1
v0.2.0
A lot has changed since v0.1.0, here are the highlights:
- A Docker image was added to make installation and deployment easier
- Landlock and seccomp are used to severely reduce attack surface
-clear
will now delete all firewall rules created by whalewall- Losing connection to the Docker daemon will no longer cause an endless stream of error messages
- All Docker images and released checksum files are now signed
Full Changelog: v0.1.0...v0.2.0
v0.2.0-rc1
What's Changed
- Bump wangyoucao577/go-release-action from 1.30 to 1.31 by @dependabot in #8
- Bump wangyoucao577/go-release-action from 1.31 to 1.32 by @dependabot in #10
- Bump modernc.org/sqlite from 1.18.1 to 1.19.1 by @dependabot in #9
- Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #14
- Bump github.com/docker/docker from 20.10.18+incompatible to 20.10.21+incompatible by @dependabot in #15
- Bump modernc.org/sqlite from 1.19.1 to 1.19.2 by @dependabot in #12
- Bump modernc.org/sqlite from 1.19.2 to 1.19.3 by @dependabot in #16
- Overhaul workflows, embed vcs info into binary in docker image by @capnspacehook in #17
- Bump golang from 1.19.2-alpine to 1.19.3-alpine by @dependabot in #19
- Bump modernc.org/sqlite from 1.19.3 to 1.19.4 by @dependabot in #20
- Bump golang.org/x/sys from 0.1.0 to 0.2.0 by @dependabot in #21
- start debugging go generate job by @capnspacehook in #22
- Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #23
- Bump hadolint/hadolint-action from 2.0.0 to 3.0.0 by @dependabot in #24
New Contributors
- @dependabot made their first contribution in #8
- @capnspacehook made their first contribution in #17
Full Changelog: v0.1.0...v0.2.0-rc1
v0.1.0
add release action