Merge pull request #200642 from qowoz/tf-rm-gitlab

terraform-providers.gitlab: 3.18.0 -> 3.19.0

authored by Jörg Thalheim and committed by GitHub c78dfbcf 8c8f38c1

+8 -5
+4 -1
pkgs/applications/networking/cluster/terraform-providers/default.nix
··· 2 , stdenv 3 , buildGoModule 4 , fetchFromGitHub 5 , callPackage 6 , config 7 , writeShellScript ··· 21 , vendorHash ? throw "use vendorHash instead of vendorSha256" # added 2202/09 22 , deleteVendor ? false 23 , proxyVendor ? false 24 , mkProviderGoModule ? buildGoModule 25 # Looks like "registry.terraform.io/vancluever/acme" 26 , provider-source-address ··· 35 # goreleaser (used for builds distributed via terraform registry) requires that CGO is disabled 36 CGO_ENABLED = 0; 37 ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${rev}" ]; 38 - src = fetchFromGitHub { 39 name = "source-${rev}"; 40 inherit owner repo rev hash; 41 }; ··· 68 netlify = automated-providers.netlify.overrideAttrs (_: { meta.broken = stdenv.isDarwin; }); 69 pass = automated-providers.pass.overrideAttrs (_: { meta.broken = stdenv.isDarwin; }); 70 tencentcloud = automated-providers.tencentcloud.overrideAttrs (_: { meta.broken = stdenv.isDarwin; }); 71 # mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630 72 libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; }); 73 };
··· 2 , stdenv 3 , buildGoModule 4 , fetchFromGitHub 5 + , fetchFromGitLab 6 , callPackage 7 , config 8 , writeShellScript ··· 22 , vendorHash ? throw "use vendorHash instead of vendorSha256" # added 2202/09 23 , deleteVendor ? false 24 , proxyVendor ? false 25 + , mkProviderFetcher ? fetchFromGitHub 26 , mkProviderGoModule ? buildGoModule 27 # Looks like "registry.terraform.io/vancluever/acme" 28 , provider-source-address ··· 37 # goreleaser (used for builds distributed via terraform registry) requires that CGO is disabled 38 CGO_ENABLED = 0; 39 ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${rev}" ]; 40 + src = mkProviderFetcher { 41 name = "source-${rev}"; 42 inherit owner repo rev hash; 43 }; ··· 70 netlify = automated-providers.netlify.overrideAttrs (_: { meta.broken = stdenv.isDarwin; }); 71 pass = automated-providers.pass.overrideAttrs (_: { meta.broken = stdenv.isDarwin; }); 72 tencentcloud = automated-providers.tencentcloud.overrideAttrs (_: { meta.broken = stdenv.isDarwin; }); 73 + gitlab = automated-providers.gitlab.override { mkProviderFetcher = fetchFromGitLab; owner = "gitlab-org"; }; 74 # mkisofs needed to create ISOs holding cloud-init data and wrapped to terraform via deecb4c1aab780047d79978c636eeb879dd68630 75 libvirt = automated-providers.libvirt.overrideAttrs (_: { propagatedBuildInputs = [ cdrtools ]; }); 76 };
+4 -4
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 431 "version": "5.8.0" 432 }, 433 "gitlab": { 434 - "hash": "sha256-eNd1o0UjG6A9OTRmcJfcPLLtWIJmdZ+viDnSZhyHpgY=", 435 "owner": "gitlabhq", 436 "provider-source-address": "registry.terraform.io/gitlabhq/gitlab", 437 "repo": "terraform-provider-gitlab", 438 - "rev": "v3.18.0", 439 - "vendorHash": "sha256-YrgsycnRIB5UoWGADphfP6lf78M8ZnkJGP0Ti2QJtQ8=", 440 - "version": "3.18.0" 441 }, 442 "google": { 443 "hash": "sha256-guE04J0RCFOHPXGtEpxGZu8s6fnfoh0WLRRZ5GW/gLk=",
··· 431 "version": "5.8.0" 432 }, 433 "gitlab": { 434 + "hash": "sha256-1Ljf9kwpj96mzu/uHqitYCKIixNn/sZL21zOM8xQsU4=", 435 "owner": "gitlabhq", 436 "provider-source-address": "registry.terraform.io/gitlabhq/gitlab", 437 "repo": "terraform-provider-gitlab", 438 + "rev": "v3.19.0", 439 + "vendorHash": "sha256-e9J4g5ZuiKcI/WSXMFY3Qglgt87qbXv7tDpxYbRRuaU=", 440 + "version": "3.19.0" 441 }, 442 "google": { 443 "hash": "sha256-guE04J0RCFOHPXGtEpxGZu8s6fnfoh0WLRRZ5GW/gLk=",