Build Service - Package Updates
Pinned
Build Service
-
[2.0.0]
- Use token auth for cloudron cli - requires a reconfiguration of the cli build service
- Use OpenID instead of LDAP
- Rewrite frontend to use Pankow components
-
[2.1.0]
- Implement new push API
-
[2.1.1]
- Truncate old build log on push
-
[2.2.0]
- Update Docker to 27.3.1
-
[2.2.1]
- Update instructions
- Start with a fresh builddb if the JSON storage is corrupted
- Update frontend dependencies
-
[2.2.2]
- Fixup UI session state
-
[2.2.3]
- Update Docker to 27.4.0
-
[2.2.4]
- Update moby to 27.4.1
- Full Changelog
- docker/cli, 27.4.1 milestone
- moby/moby, 27.4.1 milestone
- Fix excessive memory allocations when OTel is not configured. moby/moby#49079
- The
docker info
command and the correspondingGET /info
API endpoint no longer include warnings whenbridge-nf-call-iptables
orbridge-nf-call-ip6tables
are disabled at the daemon is started. Thebr_netfilter
kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. moby/moby#49090 - Attempt to load kernel modules, including
ip6_tables
andbr_netfilter
when required, using a method that is likely to succeed inside a Docker-in-Docker container. moby/moby#49043 - Fix a bug that could result in an iptables
DOCKER FILTER
chain not being cleaned up on failure. moby/moby#49110 - pkg/system: Deprecate
Lstat()
,Mkdev()
,Mknod()
,FromStatT()
andStat()
functions, and relatedStatT
types. These were only used internally, and will be removed in the next release. moby/moby#49100
-
[2.3.0]
- Update moby to 27.5.0
-
[2.3.1]
- Update moby to 27.5.1
- docker/cli, 27.5.1 milestone
- moby/moby, 27.5.1 milestone
- Fixed an issue that could persistently prevent daemon startup after failure to initialize the default bridge. moby/moby#49307
- Add a
DOCKER_IGNORE_BR_NETFILTER_ERROR
environment variable. Setting it to1
allows running on hosts that cannot loadbr_netfilter
. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. moby/moby#49306 - Update Go runtime to 1.22.11 (fix CVE-2024-45341, CVE-2024-45336). moby/moby#49312, docker/docker-ce-packaging#1147, docker/cli#5762
- Update RootlessKit to v2.3.2 to support
passt
>= 2024_10_30.ee7d0b6. moby/moby#49304 - Update Buildx to v0.20.0. docker/docker-ce-packaging#1149