Skip to content

Commit

Permalink
add CHANGES.md
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
  • Loading branch information
metux committed Sep 6, 2023
1 parent 09189f7 commit 510255a
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
CHANGES
=======

v0.2
----

* deb_autopkg: support default pool

- when no pool is given to repo-build-pool, pick the default pool(s) to build from the config key "defaults::build-pool", which defaults to 'default'.

* cf: repos: devuan: config for container tools (master)

- Add an example repo config building container tools for various Devuan releases (oss-qm master branches), including dependencies like newer golang toolchain.

* csdb: new packages

- add nerdctl
- debian: add golang-defaults
- add containerd-cgroups
- rename golang to golang-go

* cf: targets

- add Devuan unstable (multiarch-repo)
- add Devuan testing (multiarch-repo)
- add Devuan beowulf (multiarch-repo)
- add Devuan unstable chimaera (multiarch-repo)
- add Devuan unstable daedalus (multiarch-repo)

* github CI workflow:

- autobuild: drop runner.os and runner.arch from cache names
- move builder setup steps to it's own composite action
- cache rootfs tarballs

* tools: add simple pool builder tool

- Simple command line util for building a pool from given config file.

* deb_autopkg:

- allow packages to be skipped on specific targets
- deb_autopkg: target and repo config via target/ configs
- add support for default pool (when none given)

0 comments on commit 510255a

Please sign in to comment.