From 810c1081cfb581a497f1ce32b1e3d8865aa891e4 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Mon, 11 Oct 2021 17:14:32 +0200 Subject: [PATCH 1/4] Volunteer @roidelapluie and @juliusv as upcoming release shepherds Signed-off-by: beorn7 --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 4dc3d12e0..948a66427 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -35,8 +35,8 @@ Release cadence of first pre-releases being cut is 6 weeks. | v2.28 | 2021-06-16 | Julius Volz (GitHub: @juliusv) | | v2.29 | 2021-07-28 | Frederic Branczyk (GitHub: @brancz) | | v2.30 | 2021-09-08 | Ganesh Vernekar (GitHub: @codesome) | -| v2.31 | 2021-10-20 | **searching for volunteer** | -| v2.32 | 2021-12-01 | **searching for volunteer** | +| v2.31 | 2021-10-20 | Julien Pivotto (GitHub: @roidelapluie) | +| v2.32 | 2021-12-01 | Julius Volz (GitHub: @juliusv) | | v2.33 | 2022-01-12 | **searching for volunteer** | If you are interested in volunteering please create a pull request against the [prometheus/prometheus](https://github.com/prometheus/prometheus) repository and propose yourself for the release series of your choice. From 81cb67eb95d4fa99a0e5e24f708759e2602a911b Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Mon, 11 Oct 2021 17:46:59 +0200 Subject: [PATCH 2/4] Add Levi as maintainer (#9487) Signed-off-by: Julien Pivotto --- MAINTAINERS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 3dc5abd25..be57c4708 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,4 +1,4 @@ -Julien Pivotto ( / @roidelapluie) is the main/default maintainer, some parts of the codebase have other maintainers: +Julien Pivotto ( / @roidelapluie) and Levi Harisson ( / @LeviHarrison) are the main/default maintainers, some parts of the codebase have other maintainers: * `cmd` * `promtool`: David Leadbeater ( / @dgl), Jessica Grebenschikov ( / @jessicagreben) @@ -19,4 +19,3 @@ size of this repository, the natural changes in focus of maintainers over time, and nuances of where particular features live, this list will always be incomplete and out of date. However the listed maintainer(s) should be able to direct a PR/question to the right person. - From e245edf5a4c281499060ab1bd6d473b576094c04 Mon Sep 17 00:00:00 2001 From: Julien Pivotto Date: Tue, 12 Oct 2021 02:05:22 +0200 Subject: [PATCH 3/4] Fix Levi's name in MAINTAINERS.md (#9491) Signed-off-by: Julien Pivotto --- MAINTAINERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS.md b/MAINTAINERS.md index be57c4708..cb99bca96 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -1,4 +1,4 @@ -Julien Pivotto ( / @roidelapluie) and Levi Harisson ( / @LeviHarrison) are the main/default maintainers, some parts of the codebase have other maintainers: +Julien Pivotto ( / @roidelapluie) and Levi Harrison ( / @LeviHarrison) are the main/default maintainers, some parts of the codebase have other maintainers: * `cmd` * `promtool`: David Leadbeater ( / @dgl), Jessica Grebenschikov ( / @jessicagreben) From 9486be535bbfbff65d858f94720b5e467caead4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Rabenstein?= Date: Tue, 12 Oct 2021 10:54:12 +0200 Subject: [PATCH 4/4] Add deprecation notice for the pkg directory (#9477) As per consensus expressed on the dev summit: https://docs.google.com/document/d/11LC3wJcVk00l8w5P3oLQ-m3Y37iom6INAMEu2ZAGIIE/edit?pli=1#heading=h.80qrixk0sjgv Signed-off-by: beorn7 --- pkg/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/README.md diff --git a/pkg/README.md b/pkg/README.md new file mode 100644 index 000000000..3aa989ffc --- /dev/null +++ b/pkg/README.md @@ -0,0 +1,3 @@ +The `pkg` directory is deprecated. +Please do not add new packages to this directory. +Existing packages will be moved elsewhere eventually.