about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/linkerd/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-01-20linkerd_stable: 2.14.8 -> 2.14.9R. Ryantm1-2/+2
2024-01-04linkerd_stable: 2.14.7 -> 2.14.8R. Ryantm1-2/+2
2023-12-21linkerd_stable: 2.14.6 -> 2.14.7R. Ryantm1-2/+2
2023-12-16linkerd: 2.14.5 -> 2.14.6R. Ryantm1-3/+3
2023-11-23linkerd: 2.14.2 -> 2.14.5R. Ryantm1-2/+2
2023-10-27linkerd_stable: 2.14.1 -> 2.14.2R. Ryantm1-3/+3
2023-09-28linkerd: 2.14.0 -> 2.14.1R. Ryantm1-3/+3
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-08-28linkerd: 2.13.6 -> 2.14.0R. Ryantm1-3/+3
2023-08-12linkerd: 2.13.5 -> 2.13.6R. Ryantm1-2/+2
2023-06-23linkerd: 2.13.4 -> 2.13.5R. Ryantm1-2/+2
2023-06-11linkerd_stable: 2.13.3 -> 2.13.4R. Ryantm1-2/+2
2023-05-11linkerd: 2.13.2 -> 2.13.3R. Ryantm1-3/+3
2023-04-29linkerd: 2.13.1 -> 2.13.2R. Ryantm1-2/+2
2023-04-20linkerd_stable: 2.12.4 -> 2.13.1R. Ryantm1-3/+3
2023-02-11linkerd: 2.12.3 -> 2.12.4R. Ryantm1-3/+3
2022-12-23linkerd: 2.12.0 -> 2.12.3R. Ryantm1-3/+3
2022-08-26linkerd: 2.11.2 -> 2.12.0superherointj1-3/+3
2022-06-17linkerd: 2.11.1 -> 2.11.2Bryan A. S1-3/+3
2022-01-01buildGoModule packages: remove unnecessary `runVend`zowoq1-1/+1
2021-10-28linkerd: 2.11.0 -> 2.11.1superherointj1-2/+2
2021-10-23linkerd: 2.10.2 -> 2.11.0superherointj1-3/+3
2021-10-03linkerd: add updateScriptsuperherointj1-71/+8
2021-09-19linkerd_edge: 21.8.2 -> 21.9.3superherointj1-3/+3
2021-08-13linkerd_edge: 21.7.4 -> 21.8.2superherointj1-3/+3
2021-08-06linkerd: buildFlagsArray -> tagszowoq1-2/+2
2021-07-22linkerd_edge: 21.7.3 -> 21.7.4superherointj1-3/+3
2021-07-15linkerd_edge: 21.7.2 -> 21.7.3superherointj1-3/+3
2021-07-12linkerd_edge: 21.7.1 -> 21.7.2superherointj1-3/+3
2021-07-03linkerd_edge: 21.6.3 -> 21.7.1superherointj1-3/+3
2021-06-17linkerd_edge: 21.6.2 -> 21.6.3superherointj1-3/+3
2021-06-16linkerd: 2020-05-01 -> edge-21.6.2superherointj1-20/+64
linkerd.stable: init stable-2.9.5 linkerd.edge: init edge-21.6.2 Fixes #113218 This PR was a huge colaboration between many people: @NobbZ, @Kalbasit, @Tomberek, @ldesgoui, @Gonzih, @jnetod, @bryanasdev000, @AndersonTorres and more... And @jnetod won the crown by being the last one to put the nail in the coffin! Co-authored-by: bryanasdev000 <bryanasdev000@gmail.com> Co-authored-by: jnetod <jnetod@users.noreply.github.com> Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
2021-05-09linkerd: mark as brokensuperherointj1-0/+1
"linkerd" builds but does not output a working application.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-08-10buildGoModule packages: set doCheck = falsezowoq1-0/+2
2020-08-01Fix typo in linkerd package nameKarsten Heymann1-1/+1
2020-07-31buildGoModule packages: editorconfig fixeszowoq1-1/+1
2020-05-14go-modules: Update files to use vendorSha256Colin L Rice1-5/+5
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-27Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim1-3/+1
This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
2020-03-21linkerd: fix build on darwinMario Rodas1-1/+3
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-07-27linkerd: init at 2019-07-26 (#65436)Max Gonzih1-0/+24