argo-rollouts 1.4.1 -> 1.5.0 https://github.com/argoproj/argo-rollouts/releases attrpath: argo-rollouts Checking auto update branch... No auto update branch exists Old version 1.4.1" not present in master derivation file with contents: { buildGoModule, lib, fetchFromGitHub }: buildGoModule rec { pname = "argo-rollouts"; version = "1.5.0"; src = fetchFromGitHub { owner = "argoproj"; repo = "argo-rollouts"; rev = "v${version}"; sha256 = "sha256-bOGC4RAeydPCvqyQZE+K0N01xRIGsoiwKJ4lMwVVgGk="; }; vendorHash = "sha256-IxSLlRsOz/Xamguxm+7jy8qAAEZZFm/NHDIBjm5tnCs="; # Disable tests since some test fail because of missing test data doCheck = false; subPackages = [ "cmd/rollouts-controller" "cmd/kubectl-argo-rollouts" ]; meta = with lib; { description = "Kubernetes Progressive Delivery Controller"; homepage = "https://github.com/argoproj/argo-rollouts/"; license = licenses.asl20; maintainers = with maintainers; [ psibi ]; }; }