about summary refs log tree commit diff
path: root/pkgs/servers/etcd
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10etcd_3_5: init at 3.5.1Danielle Lancashire1-0/+82
2022-01-08etcd: version the default `etcd`zowoq1-0/+0
easier to override
2022-01-07etcd: remove unnecessary `platform`zowoq2-2/+0
using the default platform from `buildGoModule` is fine
2021-11-15etcd_3_4: remove deleteVendorzowoq1-1/+0
no op with `vendorSha256 = null`, should have been removed in f89abb76bc16a6c7ade6ecc52b7acde28382eef1
2021-11-15etcd_3_4: 3.4.16 -> 3.4.18Bryan A. S1-2/+2
2021-11-15etcd: 3.3.25 -> 3.3.27Bryan A. S1-2/+2
2021-05-14etcd_3_4: 3.4.15 -> 3.4.16R. RyanTM1-3/+3
2021-03-01etcd_3_4: 3.4.14 -> 3.4.15R. RyanTM1-3/+3
2020-11-28etcd_3_4: 3.4.13 -> 3.4.14R. RyanTM1-2/+2
2020-09-02etcd: 3.3.22 -> 3.3.25zowoq1-6/+3
2020-08-25etcd_3_4: 3.4.10 -> 3.4.13R. RyanTM1-7/+4
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+3
2020-07-19etcd_3_4: 3.4.9 -> 3.4.10zowoq1-3/+3
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md#v3410-2020-07-16
2020-05-22etcd_3_4: 3.4.8 -> 3.4.9zowoq1-3/+6
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md#v349-2020-05-20
2020-05-22etcd: 3.3.21 -> 3.3.22zowoq1-2/+2
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3322-2020-05-20
2020-05-20etcd_3_4: init at 3.4.8zowoq1-0/+33
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md
2020-05-20etcd: add maintainerzowoq1-1/+1
2020-05-20etcd: 3.3.20 -> 3.3.21zowoq1-3/+2
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3321-2020-05-18
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq1-1/+1
2020-04-27etcd: 3.3.13 -> 3.3.20zowoq1-17/+24
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-09etcd: 3.3.1 -> 3.3.13edef1-5/+2
While I would've liked to keep them, the release branch drops the tools directory as of v3.3.4, seemingly without explanation: https://github.com/etcd-io/etcd/commit/074e4177707f4daead816c108a06980d77d0aad0 master appears to contain them, so they might return at some point.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-02-25etcd: 3.1.6 -> 3.3.1Ryan Mulligan1-2/+2
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/benchmark -h` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/benchmark --help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/benchmark help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcd-dump-db -h` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcd-dump-db --help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcd-dump-db help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl -h` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl --help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl -v` and found version 3.3.1 - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl --version` and found version 3.3.1 - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl -h` and found version 3.3.1 - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl --help` and found version 3.3.1 - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcdctl help` and found version 3.3.1 - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcd -h` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcd --help` got 0 exit code - ran `/nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin/bin/etcd --version` and found version 3.3.1 - found 3.3.1 with grep in /nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin - found 3.3.1 in filename of file in /nix/store/bv1hwms0avpnxymgsvwyw9j3n8578k24-etcd-3.3.1-bin
2017-04-23etcd: 3.0.6 -> 3.1.6Kevin Cox2-338/+9
Upgrade etcd. - Switches from their old dependency version system to their vendored packages. - Fixes SSL support.
2016-09-16buildGoPackage: deps.json -> deps.nix in NIXONKamil Chmielewski3-336/+336
https://github.com/NixOS/nixpkgs/pull/17254#issuecomment-245295541 * update docs to describe `deps.nix` * include goDeps in nix-shell GOPATH * NixOS 16.09 rel notes about replacing goPackages
2016-09-03etcd: add update noticeJaka Hudoklin1-1/+1
2016-09-03etcd: add meta informationJaka Hudoklin1-0/+10
2016-08-24etcd: 2.3.7 -> 3.0.6Jaka Hudoklin2-22/+337
2016-08-11buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski1-7/+18
After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
2016-07-18etcd: 2.3.0 -> 2.3.7 (#16896)Stefan Junker1-2/+2
2016-06-09Moving from fetchgit generated by go2nix to fetchFromGitHub where rev isKamil Chmielewski1-3/+4
a tag
2016-06-09no more goPackagesKamil Chmielewski1-4/+1
2016-06-09etcd: extracted from goPackagesKamil Chmielewski2-0/+31
2015-07-29etcd: Use goPackages versionWilliam A. Kennington III1-25/+0
2015-03-18Add skydnsJaka Hudoklin1-2/+0
2015-02-05Add dontInstallSrc flag to buildGoPackageLuca Bruno1-0/+2
2015-02-04Port etcd to buildGoPackageLuca Bruno2-46/+13
2014-12-29etcd: upgrade server and ctlMatej Cotman2-3/+3
2014-11-29etcd: update to 0.5.0-alpha.4Jaka Hudoklin2-3/+3
2014-11-21etcd: update to v0.5.0-alpha3Jaka Hudoklin2-32/+6
2014-07-22Don't use ensureDirEelco Dolstra1-1/+1
2014-06-23add etcd packageCharles Strahan2-0/+84