2.0.4 (2026-04-03)
- Bump github.com/docker/cli from 29.1.5+incompatible to 29.2.0+incompatible (#298) (18fd188)
- Bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 (#304) (053cae7)
- Bump github.com/rs/zerolog from 1.34.0 to 1.35.0 (#306) (d89a82e)
- Bump golang.org/x/sync from 0.19.0 to 0.20.0 (#302) (a59c44b)
- Bump golang.org/x/sys from 0.40.0 to 0.42.0 (#301) (49c5fb8)
- Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#305) (8cb4445)
2.0.3 (2026-02-06)
- agent: Don't wait for shutdown command to execute (f95b16e)
- server: Increase timeouts and properly handle context for RPC calls (0abdf45)
2.0.2 (2026-02-06)
- Use retryable HTTP client (880eb53)
2.0.1 (2026-02-05)
- Ensure only one Goroutine pulls a given image (e9e299e)
- Make sure pool isn't stopping before attempting to scale (f4c7f91)
2.0.0 (2026-02-03)
- Multiple improvements
1.0.1 (2026-01-28)
1.0.0 (2026-01-23)
- Multiple improvements (#288)
0.4.0 (2025-11-07)
- Bump github.com/gin-contrib/pprof from 1.5.2 to 1.5.3 (#247) (bec3dc2)
- Bump github.com/gin-gonic/gin from 1.10.0 to 1.10.1 (#254) (330b0df)
- Bump go.uber.org/mock from 0.5.0 to 0.5.2 (#246) (fbab855)
0.3.1 (2025-05-07)
- Bump github.com/containerd/containerd from 1.7.25 to 1.7.27 (#231) (16c4478)
- Bump github.com/gin-contrib/requestid from 1.0.4 to 1.0.5 (#235) (13083ee)
- Bump github.com/go-playground/validator/v10 from 10.25.0 to 10.26.0 (#234) (f606e05)
- Bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 (#227) (d1b6de5)
- Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.1 (#228) (e24b72b)
- Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 (#239) (f3600fb)
- Bump github.com/rs/zerolog from 1.33.0 to 1.34.0 (#233) (bd8deaf)
- Bump golang.org/x/sync from 0.11.0 to 0.14.0 (#245) (b8334e8)
0.3.0 (2025-02-18)
- Bump github.com/containerd/containerd from 1.7.24 to 1.7.25 (#219) (a2174e1)
- Bump github.com/gin-contrib/pprof from 1.5.1 to 1.5.2 (#216) (afac1c2)
- Bump github.com/gin-contrib/requestid from 1.0.3 to 1.0.4 (#215) (a62d4f5)
- Bump github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0 (#218) (844fba6)
- Bump github.com/go-playground/validator/v10 from 10.24.0 to 10.25.0 (#223) (f1889e5)
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#224) (cdcca75)
- Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#221) (e16306c)
0.2.8 (2024-12-23)
0.2.7 (2024-12-10)
- Handle install.sh options with equal sign (4d2da80)
- Bump github.com/containerd/containerd from 1.7.23 to 1.7.24 (#209) (108aa2e)
- Bump github.com/gin-contrib/pprof from 1.5.0 to 1.5.1 (#206) (7aabac4)
- Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 (#205) (95966a2)
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#210) (ff892b2)
- Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#211) (3b7b126)
0.2.6 (2024-11-13)
- Bump github.com/containerd/errdefs from 0.3.0 to 1.0.0 (#191) (8773609)
- Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#201) (72b9ddd)
0.2.5 (2024-10-22)
- Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#187) (67fc624)
- Bump go.uber.org/mock from 0.4.0 to 0.5.0 (#188) (1764e95)
0.2.4 (2024-10-15)
- Bump github.com/containerd/containerd from 1.7.20 to 1.7.21 (#159) (1169cf4)
- Bump github.com/containerd/containerd from 1.7.21 to 1.7.22 (#161) (070ef0f)
- Bump github.com/containerd/containerd from 1.7.22 to 1.7.23 (#175) (4578edf)
- Bump github.com/containerd/nerdctl from 1.7.6 to 1.7.7 (#169) (a26c704)
- Bump github.com/gin-contrib/requestid from 1.0.2 to 1.0.3 (#158) (02bdfeb)
- Bump github.com/go-playground/validator/v10 (#162) (2b8699d)
- Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2 (#154) (d062a6c)
- Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 (#160) (0c444ab)
- Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 (#171) (57e0d4a)
0.2.3 (2024-08-22)
- Bump github.com/cbrgm/githubevents from 1.15.1 to 1.16.1 (#146) (d148200)
- Bump github.com/docker/docker (#148) (4dcd871)
- Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1 (#152) (56e0274)
- Bump github.com/samber/lo from 1.46.0 to 1.47.0 (#151) (d25c3f5)
- Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#147) (8473920)
0.2.2 (2024-06-20)
- Bump github.com/cbrgm/githubevents from 1.13.2 to 1.15.1 (#135) (bb998f2)
- Bump github.com/containerd/containerd from 1.7.17 to 1.7.18 (#134) (2da4c80)
- Bump github.com/go-playground/validator/v10 (#137) (74c749c)
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#132) (2d493bb)
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#136) (348b69b)
0.2.1 (2024-05-21)
- Bump github.com/containerd/containerd from 1.7.14 to 1.7.15 (#118) (74a6468)
- Bump github.com/containerd/containerd from 1.7.15 to 1.7.16 (#121) (99f8f4f)
- Bump github.com/containerd/containerd from 1.7.16 to 1.7.17 (#130) (81936d8)
- Bump github.com/containerd/nerdctl from 1.7.5 to 1.7.6 (#122) (ecedc2a)
- Bump github.com/gin-contrib/pprof from 1.4.0 to 1.5.0 (#128) (5edd825)
- Bump github.com/gin-contrib/requestid from 0.0.6 to 1.0.0 (#116) (6cf52f1)
- Bump github.com/gin-contrib/requestid from 1.0.0 to 1.0.2 (#123) (0b73938)
- Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#127) (204c2f7)
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 (#129) (d141f71)
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#117) (154ed79)
0.2.0 (2024-03-24)
0.1.8 (2024-03-18)
- Don't set expiration time on Containerd lease (78e76f1)
0.1.7 (2024-03-16)
- Race condition on graceful shutdown (5ad2390)
0.1.6 (2024-03-16)
- Deadlock when removing Firecracker VM reference from map (ee5c00a)
- Gracefully handle SIGTERM (0302167)
0.1.5 (2024-03-15)
- Don't set timeout on Firecracker VM context (3570347)
0.1.4 (2024-03-15)
- Collect current_runners_count metric even if pool is paused (0c0969c)
0.1.3 (2024-03-15)
- Correctly set fireactions_pool_scale_ metrics (9a6988b)
0.1.2 (2024-03-13)
- goreleaser: Correct checksum name format (463008e)
0.1.1 (2024-03-13)
- goreleaser: Include v prefix in package name (4be3e03)
0.1.0 (2024-03-13)
- Initial commit (b996018)