2022-12-03T05:13:42 flannel 0.20.1 -> 0.20.2-k3s1.23 https://github.com/flannel-io/flannel/releases 2022-12-03T05:13:44 attrpath: flannel 2022-12-03T05:13:44 Checking auto update branch... 2022-12-03T05:13:44 No auto update branch exists 2022-12-03T05:13:45 Old version 0.20.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, nixosTests }: with lib; buildGoModule rec { pname = "flannel"; version = "0.20.2"; rev = "v${version}"; vendorSha256 = null; src = fetchFromGitHub { inherit rev; owner = "flannel-io"; repo = "flannel"; sha256 = "sha256-kuYW73orgtJsz+PC9Cr7XAtfFxiUSi42Sn6iMbwX0HA="; }; ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ]; # TestRouteCache/TestV6RouteCache fail with "Failed to create newns: operation not permitted" doCheck = false; passthru.tests = { inherit (nixosTests) flannel; }; meta = { description = "Network fabric for containers, designed for Kubernetes"; license = licenses.asl20; homepage = "https://github.com/flannel-io/flannel"; maintainers = with maintainers; [ johanot offline ]; platforms = with platforms; linux; }; } 2022-12-03T14:10:37 flannel 0.20.1 -> 0.20.2 https://repology.org/metapackage/flannel/versions 2022-12-03T14:10:40 attrpath: flannel 2022-12-03T14:10:40 Checking auto update branch... 2022-12-03T14:10:40 No auto update branch exists 2022-12-03T14:10:40 Old version 0.20.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub, nixosTests }: with lib; buildGoModule rec { pname = "flannel"; version = "0.20.2"; rev = "v${version}"; vendorSha256 = null; src = fetchFromGitHub { inherit rev; owner = "flannel-io"; repo = "flannel"; sha256 = "sha256-kuYW73orgtJsz+PC9Cr7XAtfFxiUSi42Sn6iMbwX0HA="; }; ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ]; # TestRouteCache/TestV6RouteCache fail with "Failed to create newns: operation not permitted" doCheck = false; passthru.tests = { inherit (nixosTests) flannel; }; meta = { description = "Network fabric for containers, designed for Kubernetes"; license = licenses.asl20; homepage = "https://github.com/flannel-io/flannel"; maintainers = with maintainers; [ johanot offline ]; platforms = with platforms; linux; }; }