Skip to content

Commit 230b395

Browse files
committed
Update dependencies
Signed-off-by: Sascha Grunert <[email protected]>
1 parent ea96fda commit 230b395

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ nix:
6767

6868
.PHONY: nixdeps
6969
nixdeps:
70+
@echo '| Application | Version |'
71+
@echo '| - | - |'
7072
@nix-instantiate nix 2> /dev/null \
71-
| sed -n 's;/nix/store/[[:alnum:]]\{32\}-\(.*\)-\(.*\).drv\(!bin\)\{0,1\};\1 (\2);p' \
73+
| sed -n 's;/nix/store/[[:alnum:]]\{32\}-\(.*\)-\(.*\).drv\(!bin\)\{0,1\};| \1 | v\2 |;p' \
7274
| sort
7375

7476
.PHONY: nixpkgs

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ keeping track of the running processes.
3737

3838
The following technology stack is currently being used:
3939

40-
| Application |  Purpose | Version |
41-
| ----------------- | ---------------------- | ---------- |
42-
| [Kubernetes][10] | Cluster Orchestration | v1.15.4 |
43-
| [CRI-O][11] | Container Runtime | v1.16.0 |
44-
| [runc][12] | Container Runtime | v1.0.0-rc9 |
45-
| [cri-tools][13] | CRI Manipulation Tool | v1.15.0 |
46-
| [CNI Plugins][14] | Container Networking | v0.8.2 |
47-
| [etcd][15] | Database Backend | v3.3.13 |
48-
| [CoreDNS][16] | Kubernetes DNS Support | v1.6.5 |
49-
50-
[10]: https://github.com/kubernetes/kubernetes
51-
[11]: https://github.com/cri-o/cri-o
52-
[12]: https://github.com/opencontainers/runc
53-
[13]: https://github.com/kubernetes-sigs/cri-tools
54-
[14]: https://github.com/containernetworking/plugins
55-
[15]: https://github.com/etcd-io/etcd
56-
[16]: https://github.com/coredns/coredns
57-
58-
Some other tools are not explicitly mentioned here, like [CFSSL][17] for the
59-
certificate generation.
60-
61-
[17]: https://github.com/cloudflare/cfssl
40+
| Application | Version |
41+
| --------------- | ------------ |
42+
| cfssl | v1.3.2 |
43+
| cni-plugins | v0.8.3 |
44+
| conmon | v2.0.2 |
45+
| conntrack-tools | v1.4.5 |
46+
| cri-o | v1.16.0 |
47+
| cri-tools | v1.15.0 |
48+
| etcd | v3.3.13 |
49+
| iproute2 | v5.3.0 |
50+
| iptables | v1.8.3 |
51+
| kmod | v26 |
52+
| kubernetes | v1.15.4 |
53+
| nss-cacert | v3.46.1 |
54+
| podman | v1.6.3 |
55+
| runc | v1.0.0-rc9 |
56+
| socat | v1.7.3.3 |
57+
| sysctl | v1003.1-2008 |
58+
| util-linux | v2.33.2 |
59+
60+
Some other tools are not explicitly mentioned here, because they are no
61+
first-level dependencies.
6262

6363
### Single Dependency
6464

nix/nixpkgs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"url": "https://github.com/nixos/nixpkgs",
3-
"rev": "f28fad5e2fe777534f1c2719a40e69812085dfe5",
4-
"date": "2019-11-06T19:30:58+01:00",
5-
"sha256": "0qb021c3y2k1ai0vvadv9cd6vacj0lsd5xv2a4ir1hhn0pnc5g59",
3+
"rev": "db3beda6b56563777254156351b9bed349cf7d07",
4+
"date": "2019-11-14T08:59:11+01:00",
5+
"sha256": "0lkxj9pkzwxbihn3j5nyk61814m5kshpziagdzicxlns1gn1295i",
66
"fetchSubmodules": false
77
}

0 commit comments

Comments
 (0)