[PR #871] [CLOSED] Update to 0.7.0 #951

Closed
opened 2025-12-29 02:18:41 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/871
Author: @tdgroot
Created: 4/6/2022
Status: Closed

Base: masterHead: update_0.7.0


📝 Commits (10+)

  • fe92756 Debian packaging for dehydrated
  • 9ecf147 add --create-dirs flag
  • 27e31bf Merge pull request #1 from vdloo/add-create-dirs-flag
  • 9bdf68d Merge remote-tracking branch 'upstream/master' into debian
  • 94b9dfc update license
  • 50da648 Merge pull request #2 from ByteInternet/ingridbyte-patch-1
  • bc775b8 Update changelog for 0.3.1-byte1 release
  • 8865d80 Merge remote-tracking branch 'lukas2511/master' into pull-upstream
  • 5366958 Merge pull request #3 from ByteInternet/pull-upstream
  • 31fc6d5 Update changelog for 0.6.2-byte1 release

📊 Changes

14 files changed (+436 additions, -1 deletions)

View changed files

_build_local.sh (+57 -0)
debian/changelog (+58 -0)
debian/compat (+1 -0)
debian/control (+13 -0)
debian/copyright (+25 -0)
debian/default-config (+85 -0)
debian/dehydrated.dirs (+4 -0)
debian/dehydrated.docs (+1 -0)
debian/dehydrated.examples (+1 -0)
debian/dehydrated.install (+1 -0)
debian/rules (+8 -0)
debian/source/format (+1 -0)
📝 dehydrated (+27 -1)
mark-release.sh (+154 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/871 **Author:** [@tdgroot](https://github.com/tdgroot) **Created:** 4/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update_0.7.0` --- ### 📝 Commits (10+) - [`fe92756`](https://github.com/dehydrated-io/dehydrated/commit/fe9275647911833acfd4b4643029cf4063c54d57) Debian packaging for dehydrated - [`9ecf147`](https://github.com/dehydrated-io/dehydrated/commit/9ecf147a9583ac35277b98f89ea9bf19ecd9e27a) add --create-dirs flag - [`27e31bf`](https://github.com/dehydrated-io/dehydrated/commit/27e31bf36eb0f5d60b6c6544597b1dae2502999c) Merge pull request #1 from vdloo/add-create-dirs-flag - [`9bdf68d`](https://github.com/dehydrated-io/dehydrated/commit/9bdf68dcbaa1dae6f69bf764b001e6dbd88529ae) Merge remote-tracking branch 'upstream/master' into debian - [`94b9dfc`](https://github.com/dehydrated-io/dehydrated/commit/94b9dfc3d8d2faca82230eb4029138edcf65aba3) update license - [`50da648`](https://github.com/dehydrated-io/dehydrated/commit/50da6489488ff6e3eca4ccc614cc6992cbc93f3e) Merge pull request #2 from ByteInternet/ingridbyte-patch-1 - [`bc775b8`](https://github.com/dehydrated-io/dehydrated/commit/bc775b8e33e28345d14c3a7851419ce96f76b250) Update changelog for 0.3.1-byte1 release - [`8865d80`](https://github.com/dehydrated-io/dehydrated/commit/8865d8019675a12a48d06ef83db926bf1e23456f) Merge remote-tracking branch 'lukas2511/master' into pull-upstream - [`5366958`](https://github.com/dehydrated-io/dehydrated/commit/5366958d2bb480f1f2c27eeda0a215986e7cf08b) Merge pull request #3 from ByteInternet/pull-upstream - [`31fc6d5`](https://github.com/dehydrated-io/dehydrated/commit/31fc6d5c497aaa10e3dab229c68172c89dc076b3) Update changelog for 0.6.2-byte1 release ### 📊 Changes **14 files changed** (+436 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `_build_local.sh` (+57 -0) ➕ `debian/changelog` (+58 -0) ➕ `debian/compat` (+1 -0) ➕ `debian/control` (+13 -0) ➕ `debian/copyright` (+25 -0) ➕ `debian/default-config` (+85 -0) ➕ `debian/dehydrated.dirs` (+4 -0) ➕ `debian/dehydrated.docs` (+1 -0) ➕ `debian/dehydrated.examples` (+1 -0) ➕ `debian/dehydrated.install` (+1 -0) ➕ `debian/rules` (+8 -0) ➕ `debian/source/format` (+1 -0) 📝 `dehydrated` (+27 -1) ➕ `mark-release.sh` (+154 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:18:41 +01:00
adam closed this issue 2025-12-29 02:18:41 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#951