Browse code

Clean some maintainers 👼

albers, aluzzardi, ehazlett, icecrime, lk4d4, mavenugo 🤗

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Vincent Demeester authored on 2018/02/13 19:14:23
Showing 2 changed files
... ...
@@ -23,29 +23,19 @@
23 23
 	# a subsystem, they are responsible for doing so and holding the
24 24
 	# subsystem maintainers accountable. If ownership is unclear, they are the de facto owners.
25 25
 
26
-	# For each release (including minor releases), a "release captain" is assigned from the
27
-	# pool of core maintainers. Rotation is encouraged across all maintainers, to ensure
28
-	# the release process is clear and up-to-date.
29
-
30 26
 		people = [
31 27
 			"aaronlehmann",
32 28
 			"akihirosuda",
33
-			"albers",
34
-			"aluzzardi",
35 29
 			"anusha",
36 30
 			"coolljt0725",
37 31
 			"cpuguy83",
38 32
 			"crosbymichael",
39 33
 			"dnephin",
40 34
 			"duglin",
41
-			"ehazlett",
42 35
 			"estesp",
43
-			"icecrime",
44 36
 			"jhowardmsft",
45 37
 			"johnstep",
46 38
 			"justincormack",
47
-			"lk4d4",
48
-			"mavenugo",
49 39
 			"mhbauer",
50 40
 			"mlaventure",
51 41
 			"runcom",
... ...
@@ -103,6 +93,16 @@
103 103
 	# Thank you!
104 104
 
105 105
 		people = [
106
+			# Harald Albers is the mastermind behind the bash completion scripts for the
107
+			# Docker CLI. The completion scripts moved to the Docker CLI repository, so
108
+			# you can now find him perform his magic in the https://github.com/docker/cli repository.
109
+			"albers",
110
+
111
+			# Andrea Luzzardi started contributing to the Docker codebase in the "dotCloud"
112
+			# era, even before it was called "Docker". He is one of the architects of both
113
+			# Swarm and SwarmKit, and its integration into the Docker engine.
114
+			"aluzzardi",
115
+			
106 116
 			# David Calavera contributed many features to Docker, such as an improved
107 117
 			# event system, dynamic configuration reloading, volume plugins, fancy
108 118
 			# new templating options, and an external client credential store. As a
... ...
@@ -120,6 +120,24 @@
120 120
 			# still stumble into him in our issue tracker, or on IRC.
121 121
 			"erikh",
122 122
 
123
+			# Evan Hazlett is the creator of of the Shipyard and Interlock open source projects,
124
+			# and the author of "Orca", which became the foundation of Docker Universal Control
125
+			# Plane (UCP). As a maintainer, Evan helped integrating SwarmKit (secrets, tasks)
126
+			# into the Docker engine.
127
+			"ehazlett",
128
+
129
+			# Arnaud Porterie (AKA "icecrime") was in charge of maintaining the maintainers.
130
+			# As a maintainer, he made life easier for contributors to the Docker open-source
131
+			# projects, bringing order in the chaos by designing a triage- and review workflow
132
+			# using labels (see https://icecrime.net/technology/a-structured-approach-to-labeling/),
133
+			# and automating the hell out of things with his buddies GordonTheTurtle and Poule
134
+			# (a chicken!).
135
+			# 
136
+			# A lesser-known fact is that he created the first commit in the libnetwork repository
137
+			# even though he didn't know anything about it. Some say, he's now selling stuff on
138
+			# the internet ;-)
139
+			"icecrime",
140
+
123 141
 			# After a false start with his first PR being rejected, James Turnbull became a frequent
124 142
 			# contributor to the documentation, and became a docs maintainer on December 5, 2013. As
125 143
 			# a maintainer, James lifted the docs to a higher standard, and introduced the community
... ...
@@ -139,13 +157,24 @@
139 139
 			# containers a lot more secure). Besides being a maintainer, she
140 140
 			# set up the CI infrastructure for the project, giving everyone
141 141
 			# something to shout at if a PR failed ("noooo Janky!").
142
-			# Jess is currently working on the DCOS security team at Mesosphere,
143
-			# and contributing to various open source projects.
144 142
 			# Be sure you don't miss her talks at a conference near you (a must-see),
145 143
 			# read her blog at https://blog.jessfraz.com (a must-read), and
146 144
 			# check out her open source projects on GitHub https://github.com/jessfraz (a must-try).
147 145
 			"jessfraz",
148 146
 
147
+			# Alexander Morozov contributed many features to Docker, worked on the premise of 
148
+			# what later became containerd (and worked on that too), and made a "stupid" Go
149
+			# vendor tool specificaly for docker/docker needs: vndr (https://github.com/LK4D4/vndr).
150
+			# Not many know that Alexander is a master negotiator, being able to change course
151
+			# of action with a single "Nope, we're not gonna do that".
152
+			"lk4d4",
153
+
154
+			# Madhu Venugopal was part of the SocketPlane team that joined Docker.
155
+			# As a maintainer, he was working with Jana for the Container Network
156
+			# Model (CNM) implemented through libnetwork, and the "routing mesh" powering
157
+			# Swarm mode networking.
158
+			"mavenugo",
159
+
149 160
 			# As a docs maintainer, Mary Anthony contributed greatly to the Docker
150 161
 			# docs. She wrote the Docker Contributor Guide and Getting Started
151 162
 			# Guides. She helped create a doc build system independent of
... ...
@@ -107,16 +107,13 @@
107 107
             users: [
108 108
                 "aaronlehmann",
109 109
                 "akihirosuda",
110
-                "aluzzardi",
111 110
                 "coolljt0725",
112 111
                 "cpuguy83",
113 112
                 "crosbymichael",
114 113
                 "dnephin",
115 114
                 "duglin",
116
-                "ehazlett",
117 115
                 "johnstep",
118 116
                 "justincormack",
119
-                "lk4d4",
120 117
                 "mhbauer",
121 118
                 "mlaventure",
122 119
                 "runcom",