Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 8.01 KB

CHANGELOG.md

File metadata and controls

83 lines (50 loc) · 8.01 KB

Changelog

0.12.0 (2024-12-27)

Build System or External Dependencies

  • deps: Bump github.com/containerd/cgroups/v3 from 3.0.3 to 3.0.5 (#130) (bc69841)
  • deps: Bump github.com/containerd/go-cni from 1.1.10 to 1.1.11 (#134) (82f9629)
  • deps: Bump github.com/containerd/typeurl/v2 from 2.2.0 to 2.2.3 (#133) (d9704ff)
  • deps: Bump github.com/docker/cli from 26.0.0+incompatible to 27.4.1+incompatible (#125) (bff4a1f)
  • deps: Bump github.com/docker/docker from 26.1.5+incompatible to 27.4.1+incompatible (#127) (f77066d)
  • deps: Bump github.com/moby/moby from 26.0.0+incompatible to 27.4.1+incompatible (#132) (da5f7cd)
  • deps: Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.22.1 (#129) (606c16b)
  • deps: Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#136) (72facd2)
  • deps: Bump github.com/vishvananda/netns from 0.0.4 to 0.0.5 (#112) (40d3991)
  • deps: Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#120) (5c99f3e)
  • deps: Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#116) (682d4cd)
  • deps: Bump google.golang.org/protobuf from 1.35.2 to 1.36.0 (#128) (b46d499)

Features

  • add distribution API (with bug fix) (#121) (da0dab7)
  • add more options to container create API (#122) (9fda9cd)

Bug Fixes

0.11.0 (2024-11-27)

Build System or External Dependencies

  • deps: Bump github.com/containernetworking/cni from 1.2.2 to 1.2.3 (#87) (46df1b6)
  • deps: Bump github.com/coreos/go-iptables from 0.7.0 to 0.8.0 (#106) (9905569)
  • deps: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#107) (e5b9878)
  • deps: Bump golang.org/x/net from 0.29.0 to 0.31.0 (#93) (dcffe39)
  • deps: Bump github.com/containerd/containerd from 1.7.22 to 1.7.24 (#102) (0d6cd12)
  • deps: Bump github.com/containerd/errdefs from 0.1.0 to 1.0.0 (#102) (0d6cd12)

Features

  • Implementation of enable_icc option (#69) (5fd2e3e)

Bug Fixes

  • Make DOCKER_CONFIG available to buildctl (#94) (f5b426d)
  • Pidfile handling and socket docs (#101) (5c2e99f)
  • return an error if custom bridge name is not set successfully (#100) (0469999)

0.10.0 (2024-10-31)

Build System or External Dependencies

  • deps: bump github.com/containerd/nerdctl from 1.7.5 to 1.7.7 (#66) (80fdae9)
  • deps: bump github.com/runfinch/common-tests from 0.7.21 to 0.8.0 (#64) (df9f0ca)

Features

  • Add Support for Extra Hosts (#85) (5722300)
  • Add support for nerdctl config and default variables (#73) (284c73f)
  • Add support for pidfile (#90) (55eacb5)
  • Add support for socket Activation (#89) (d185ad3)

Bug Fixes

0.9.0 Finch-Daemon Init

This is the first release of the Finch Daemon. The Finch Daemon project is an open source container runtime engine that enables users to integrate software that uses Docker's RESTful APIs as a programmatic dependency.