From c7fe60d47e0cc32fc7123e37532d104eaa392b50 Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Sat, 6 Apr 2024 22:03:57 +1100 Subject: [PATCH] chore: add changelogs --- aya-ebpf-macros/CHANGELOG.md | 33 +++++++++++++++++++++++++ ebpf/aya-ebpf-bindings/CHANGELOG.md | 37 +++++++++++++++++++++++++++++ ebpf/aya-ebpf/CHANGELOG.md | 36 ++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+) create mode 100644 aya-ebpf-macros/CHANGELOG.md create mode 100644 ebpf/aya-ebpf-bindings/CHANGELOG.md create mode 100644 ebpf/aya-ebpf/CHANGELOG.md diff --git a/aya-ebpf-macros/CHANGELOG.md b/aya-ebpf-macros/CHANGELOG.md new file mode 100644 index 00000000..1aa6d570 --- /dev/null +++ b/aya-ebpf-macros/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.1.0 (2024-04-06) + +### Chore + + - Rename bpf -> ebpf + +### Commit Statistics + + + + - 3 commits contributed to the release over the course of 31 calendar days. + - 1 commit was understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Release aya-ebpf-cty v0.2.1, aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 ([`e372fcf`](https://github.com/aya-rs/aya/commit/e372fcf653304c6d7c2647cd7812ca11474f41fc)) + - Merge pull request #528 from dave-tucker/rename-all-the-things ([`63d8d4d`](https://github.com/aya-rs/aya/commit/63d8d4d34bdbbee149047dc0a5e9c2b191f3b32d)) + - Rename bpf -> ebpf ([`ea80737`](https://github.com/aya-rs/aya/commit/ea8073793e44c593e983e69eaa43a4f72799bfc5)) +
+ diff --git a/ebpf/aya-ebpf-bindings/CHANGELOG.md b/ebpf/aya-ebpf-bindings/CHANGELOG.md new file mode 100644 index 00000000..a5636eb7 --- /dev/null +++ b/ebpf/aya-ebpf-bindings/CHANGELOG.md @@ -0,0 +1,37 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.1.0 (2024-04-06) + +### Chore + + - Rename bpf -> ebpf + +### Other + + - Generate new bindings + +### Commit Statistics + + + + - 3 commits contributed to the release over the course of 31 calendar days. + - 2 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Generate new bindings ([`b06ff40`](https://github.com/aya-rs/aya/commit/b06ff402780b80862933791831c578e4c339fc96)) + - Merge pull request #528 from dave-tucker/rename-all-the-things ([`63d8d4d`](https://github.com/aya-rs/aya/commit/63d8d4d34bdbbee149047dc0a5e9c2b191f3b32d)) + - Rename bpf -> ebpf ([`70ac91d`](https://github.com/aya-rs/aya/commit/70ac91dc1e6f209a701cd868db215763d65efa73)) +
+ diff --git a/ebpf/aya-ebpf/CHANGELOG.md b/ebpf/aya-ebpf/CHANGELOG.md new file mode 100644 index 00000000..6a7c5c62 --- /dev/null +++ b/ebpf/aya-ebpf/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.1.0 (2024-04-06) + +### Chore + + - Rename BpfContext -> EbpfContext + - Rename bpf -> ebpf + - Rename bpf -> ebpf + +### Commit Statistics + + + + - 4 commits contributed to the release over the course of 31 calendar days. + - 3 commits were understood as [conventional](https://www.conventionalcommits.org). + - 0 issues like '(#ID)' were seen in commit messages + +### Commit Details + + + +
view details + + * **Uncategorized** + - Merge pull request #528 from dave-tucker/rename-all-the-things ([`63d8d4d`](https://github.com/aya-rs/aya/commit/63d8d4d34bdbbee149047dc0a5e9c2b191f3b32d)) + - Rename BpfContext -> EbpfContext ([`d7af6ac`](https://github.com/aya-rs/aya/commit/d7af6acb42055ed1e0571bdc4d7dbbfa46c5835e)) + - Rename bpf -> ebpf ([`ea80737`](https://github.com/aya-rs/aya/commit/ea8073793e44c593e983e69eaa43a4f72799bfc5)) + - Rename bpf -> ebpf ([`41c6156`](https://github.com/aya-rs/aya/commit/41c61560eae01a30c703ea22c5bfeeff0ecf6b1b)) +
+