Skip to content

Releases: M0Rf30/yap

1.11

28 Jun 01:31
Compare
Choose a tag to compare

Changelog

🧰 Miscellaneous Tasks

  • chore(deps): bump docker/build-push-action from 5 to 6 (@dependabot[bot])
  • chore(deps): bump github.com/github/go-spdx/v2 from 2.2.0 to 2.3.1 (@dependabot[bot])
  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (@dependabot[bot])
  • chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (@dependabot[bot])
  • chore: 1.11 (@M0Rf30)
  • chore: golangci-lint: disable deprecated checks (@M0Rf30)
  • chore: rpm: disable automatic dependency generatio by default (@M0Rf30)
  • chore: use pkgrel override instead of pkgver one (@M0Rf30)

1.10

14 May 08:26
Compare
Choose a tag to compare

Changelog

🧰 Miscellaneous Tasks

  • chore: 1.10 (@M0Rf30)
  • chore: rpm: switch to dnf instead of yum (@M0Rf30)

1.9

13 May 21:50
Compare
Choose a tag to compare
1.9

Changelog

🚀 Features

  • feat: add lzip support (mholt/archiver update) (@M0Rf30)
  • feat: add zap flag to reset the environment (@M0Rf30)
  • feat: rpm: enable weak dependencies (@M0Rf30)
  • feat: terminal ui rendering (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore: 1.9 (@M0Rf30)
  • chore: add strip binary within ubuntu images (@M0Rf30)
  • chore: build environment: add libtool (@M0Rf30)
  • chore: docker: rocky: enable powertools/crb (@M0Rf30)
  • chore: go.mod: golang 1.22 (@M0Rf30)
  • chore: update golang to 1.22.2 (@M0Rf30)

1.8

10 May 14:45
Compare
Choose a tag to compare
1.8

Changelog

🚀 Features

  • feat: add ubuntu-noble images (@M0Rf30)

🐛 Bug Fixes

  • fix: better management of archive extraction (close #56) (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0 (@dependabot[bot])
  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot[bot])
  • chore: 1.8 (@M0Rf30)
  • chore: README.md: move some content in the wiki (@M0Rf30)
  • chore: build: enable upx compression (@M0Rf30)
  • chore: go.mod: update mholt/archiver (@M0Rf30)

1.7

21 Feb 07:00
Compare
Choose a tag to compare
1.7

Changelog

🚀 Features

  • feat: build a single PKGBUILD without yap.json (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore(deps): bump github.com/go-playground/validator/v10 (@dependabot[bot])
  • chore(deps): bump mvdan.cc/sh/v3 from 3.7.0 to 3.8.0 (@dependabot[bot])
  • chore: 1.7 (@M0Rf30)
  • chore: build: disable CGO cause not needed (@M0Rf30)
  • chore: golangci-lint pass (@M0Rf30)
  • chore: update golang to 1.22.0 (@M0Rf30)

1.6

06 Feb 23:59
Compare
Choose a tag to compare
1.6

Changelog

🚀 Features

  • feat: add dependencies constraints syntax (@M0Rf30)

🧰 Miscellaneous Tasks

  • chore: ci: add goreleaser (@M0Rf30)
  • chore: enable prepare() function (@M0Rf30)
  • chore: general cleanup and simplification (@M0Rf30)

1.5

14 Jan 23:42
Compare
Choose a tag to compare
1.5

Changelog

🚀 Features

  • Build a range of packages featured in yap.json using --from and --to flags
  • Add support for private git repos with ssh keys

🧰 Miscellaneous Tasks

  • Update golang to 1.21.6
  • More consistent commands and add --nobuild flag
  • General cleanup

1.4

01 Jan 00:51
Compare
Choose a tag to compare
1.4

Changelog

🐛 Bug Fixes

  • rpm: root path / is not skipped in %files
  • Exit immediately if a command exits with a non-zero status (close #50)

🧰 Miscellaneous Tasks

  • Add rpm-build in container images
  • License ids: add PROPRIETARY and CUSTOM values
  • dpkg: add replaces and breaks logic
  • go.mod: update to golang 1.21

1.3

10 Nov 15:45
Compare
Choose a tag to compare
1.3

Changelog

🐛 Bug Fixes

  • Rpm files section misses empty folders

🚀 Features

  • Add preliminary copyright(deb) and vendor(rpm) support

1.2

01 Nov 00:29
Compare
Choose a tag to compare
1.2

Changelog

🐛 Bug Fixes

  • Examples: use valid go build command
  • Apk and pacman now correctly evaluate arrays

📘 Documentation

  • Add preliminary codebase documentation

🚀 Features

  • Add shellcheckrc and editorconfig
  • Debian: use zstd to create archives

🧰 Miscellaneous Tasks

  • Project layout improvements
  • Improve readibility and simplify a lot of code