From 8db32ded724f4d3a52567b4769ec85907cb77127 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 9 Jun 2023 10:45:01 +0200 Subject: [PATCH] Finalize changelog for 1.0.0b3 --- CHANGELOG.md | 11 ++++++++++- changelog.d/20230609_101649_michael.hanke_gitlab.md | 10 ---------- 2 files changed, 10 insertions(+), 11 deletions(-) delete mode 100644 changelog.d/20230609_101649_michael.hanke_gitlab.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 9826c5c9..f51801bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# 1.0.0b3 (2023-06-??) +# 1.0.0b3 (2023-06-09) ## 🐛 Bug Fixes @@ -23,6 +23,15 @@ Fixes https://github.com/datalad/datalad-next/issues/412 via https://github.com/datalad/datalad-next/pull/411 (by @mih) +- Patch `create_sibling_gitlab` to work with present day GitLab deployments. + This required adjusting the naming scheme for the `flat` and `collection` + layouts. Moreover, the `hierarchy` layout is removed. it has never been + fully implemented, and conceptually suffers from various corner-cases + that cannot be (easily) addressed. Consequently, the `collection` layout + is the new default. It's behavior matches that of `hierarchy` as far as this + was functional, hence there should be no breakage for active users. + https://github.com/datalad/datalad-next/pull/413 + ## 💫 Enhancements and new features - Patch the process entrypoint of DataLad's git-annex special remote diff --git a/changelog.d/20230609_101649_michael.hanke_gitlab.md b/changelog.d/20230609_101649_michael.hanke_gitlab.md deleted file mode 100644 index b674739f..00000000 --- a/changelog.d/20230609_101649_michael.hanke_gitlab.md +++ /dev/null @@ -1,10 +0,0 @@ -### 🐛 Bug Fixes - -- Patch `create_sibling_gitlab` to work with present day GitLab deployments. - This required adjusting the naming scheme for the `flat` and `collection` - layouts. Moreover, the `hierarchy` layout is removed. it has never been - fully implemented, and conceptually suffers from various corner-cases - that cannot be (easily) addressed. Consequently, the `collection` layout - is the new default. It's behavior matches that of `hierarchy` as far as this - was functional, hence there should be no breakage for active users. - https://github.com/datalad/datalad-next/pull/413