From 4cbf1d94fdbec0ef3e850f99d447ddc8e9478099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:48:08 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642b845..34f55ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.1.0](https://github.com/vexxhost/netoffload/compare/v1.0.1...v1.1.0) (2026-01-19) + + +### Features + +* use docker-atmosphere for image builds ([772de5e](https://github.com/vexxhost/netoffload/commit/772de5e96fe550938179663b1c8bdca5b54a6df8)) + + +### Bug Fixes + +* **deps:** update module github.com/klauspost/cpuid/v2 to v2.3.0 ([#21](https://github.com/vexxhost/netoffload/issues/21)) ([d3cccf5](https://github.com/vexxhost/netoffload/commit/d3cccf560b973c6a608813d91eaf28a95c493441)) +* **deps:** update module github.com/safchain/ethtool to v0.7.0 ([#22](https://github.com/vexxhost/netoffload/issues/22)) ([3a5b35b](https://github.com/vexxhost/netoffload/commit/3a5b35bf93d2a5f530f80fb8dcbd5ef7c2f19738)) +* **deps:** update module github.com/spf13/afero to v1.15.0 ([#23](https://github.com/vexxhost/netoffload/issues/23)) ([dc37c81](https://github.com/vexxhost/netoffload/commit/dc37c81d8adef885d7b20c7c694d87708deb4c0f)) +* **deps:** update module github.com/spf13/cobra to v1.10.2 ([#24](https://github.com/vexxhost/netoffload/issues/24)) ([574a008](https://github.com/vexxhost/netoffload/commit/574a008078966143bb4b6708e233c6361f060635)) +* **deps:** update module github.com/stretchr/testify to v1.11.1 ([#25](https://github.com/vexxhost/netoffload/issues/25)) ([e852d73](https://github.com/vexxhost/netoffload/commit/e852d7377362ec52ecf406bf5e584f551212c834)) +* **deps:** update module github.com/u-root/u-root to v0.15.0 ([#26](https://github.com/vexxhost/netoffload/issues/26)) ([edc6339](https://github.com/vexxhost/netoffload/commit/edc633933538980a097e61c8be3ea895602256af)) +* **deps:** update module github.com/vishvananda/netlink to v1.3.1 ([#27](https://github.com/vexxhost/netoffload/issues/27)) ([5442e24](https://github.com/vexxhost/netoffload/commit/5442e24988da54d0e6aae258519ba10523522ed5)) + ## [1.0.1](https://github.com/vexxhost/netoffload/compare/v1.0.0...v1.0.1) (2023-06-30)