Skip to content

Releases: shoenig/go-landlock

v1.2.1

06 Feb 14:34
Compare
Choose a tag to compare

What's Changed

Changes

  • build(deps): bump golang.org/x/sys from 0.14.0 to 0.15.0 by @dependabot in #69
  • build(deps): bump golang.org/x/sys from 0.15.0 to 0.16.0 by @dependabot in #70
  • build: update ci items by @shoenig in #71

Full Changelog: v1.2.0...v1.2.1

v1.2.0

05 Nov 15:32
Compare
Choose a tag to compare

v1.2.0 represents the first stable release!

Changes

Full Changelog: v0.1.8...v1.2.0

v0.1.8

31 Oct 22:51
Compare
Choose a tag to compare

What's Changed

Changes

  • build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #51
  • build(deps): bump kernel.org/pub/linux/libs/security/libcap/psx from 1.2.68 to 1.2.69 by @dependabot in #57
  • build(deps): bump golang.org/x/sys from 0.8.0 to 0.11.0 by @dependabot in #62
  • build(deps): bump github.com/shoenig/test from 0.6.6 to 0.6.7 by @dependabot in #61
  • ci: modernize linter action by @shoenig in #64
  • deps: update to go-set/v2 by @shoenig in #63
  • setup copywrite by @shoenig in #65

Full Changelog: v0.1.7...v0.1.8

v0.1.7

23 Apr 19:55
Compare
Choose a tag to compare

What's Changed

Changes

  • path: add /usr/libexec to shared paths by @shoenig in #50

Full Changelog: v0.1.6...v0.1.7

v0.1.6

02 Apr 01:45
Compare
Choose a tag to compare

What's Changed

Changes

  • build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #39
  • build(deps): bump github.com/hashicorp/go-set from 0.1.8 to 0.1.9 by @dependabot in #40
  • build(deps): bump kernel.org/pub/linux/libs/security/libcap/psx from 1.2.66 to 1.2.67 by @dependabot in #41
  • deps: update dependencies by @shoenig in #45
  • caps: add support for file truncate with landlock v3 by @shoenig in #46
  • option only available by @shoenig in #47

Full Changelog: v0.1.5...v0.1.6

v0.1.5

29 Jan 15:13
57072a3
Compare
Choose a tag to compare

What's Changed

Changes

  • deps: setup monthly dependabot by @shoenig in #28
  • build(deps): bump github.com/shoenig/test from 0.5.1 to 0.6.0 by @dependabot in #29
  • build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0 by @dependabot in #30
  • repo: setup release.yaml by @shoenig in #31
  • syscall: remove explicit version check by @shoenig in #33
  • readme: update with note about OnlySupported mode by @shoenig in #36
  • deps: update dependencies by @shoenig in #37
  • readme: orange license link by @shoenig in #38

New Contributors

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

v0.1.4

19 Jan 18:00
0db99c1
Compare
Choose a tag to compare

What's Changed

  • tests: refactor to use helpers for parent/child forking by @shoenig in #21
  • safety: add OnlySupported mode for convenience by @shoenig in #23
  • repo: ignore ds_store on mac by @shoenig in #24
  • deps: pull in updates by @shoenig in #25
  • tests: add tests for hardlinks and mounts by @shoenig in #26
  • lint: use skip-cache in golangci-lint by @shoenig in #27

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