From 556e87b7d70c1bc8b3bfe246a8e6deefaac224b7 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Mar 2025 03:04:40 +0000 Subject: [PATCH 01/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..bd462ef0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [1.1.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.1.0) - 2025-03-14 + +### ❤️ Thanks to all contributors! ❤️ + +@Codycody31 + +### U0001f4c8 Enhancement + +- feat: add audit logs for most endpoints [[#4](https://github.com/Codycody31/squad-aegis/pull/4)] From 0d54f401f4a1257037519cada75968f7097cceaf Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Mar 2025 03:41:26 +0000 Subject: [PATCH 02/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd462ef0..ab886e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ @Codycody31 -### U0001f4c8 Enhancement +### 📈 Enhancement - feat: add audit logs for most endpoints [[#4](https://github.com/Codycody31/squad-aegis/pull/4)] + +### Misc + +- refactor: update release config to drop unneeded sections [[#6](https://github.com/Codycody31/squad-aegis/pull/6)] From 6823b9e062fb802088162a6341ff703fcc61a3d9 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Mar 2025 14:08:33 +0000 Subject: [PATCH 03/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab886e38..38fc215d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,4 +12,5 @@ ### Misc +- refactor: enhance audit logging for admin actions [[#7](https://github.com/Codycody31/squad-aegis/pull/7)] - refactor: update release config to drop unneeded sections [[#6](https://github.com/Codycody31/squad-aegis/pull/6)] From a5a4fc9228bb0c4d7fab9c6aa01c213742c4637b Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Mar 2025 14:29:47 +0000 Subject: [PATCH 04/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38fc215d..46b6cff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,5 +12,6 @@ ### Misc +- chore: remove unused dependencies [[#8](https://github.com/Codycody31/squad-aegis/pull/8)] - refactor: enhance audit logging for admin actions [[#7](https://github.com/Codycody31/squad-aegis/pull/7)] - refactor: update release config to drop unneeded sections [[#6](https://github.com/Codycody31/squad-aegis/pull/6)] From 249b17723efe92c25fb90d0c1841da1e743da79e Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 14 Mar 2025 15:24:14 +0000 Subject: [PATCH 05/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b6cff3..c04a0cfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,16 @@ @Codycody31 -### 📈 Enhancement +### ✨ Features +- Configure ACL/RBAC based on Squad permissions [[#9](https://github.com/Codycody31/squad-aegis/pull/9)] - feat: add audit logs for most endpoints [[#4](https://github.com/Codycody31/squad-aegis/pull/4)] -### Misc +### 📈 Enhancement -- chore: remove unused dependencies [[#8](https://github.com/Codycody31/squad-aegis/pull/8)] - refactor: enhance audit logging for admin actions [[#7](https://github.com/Codycody31/squad-aegis/pull/7)] - refactor: update release config to drop unneeded sections [[#6](https://github.com/Codycody31/squad-aegis/pull/6)] + +### Misc + +- chore: remove unused dependencies [[#8](https://github.com/Codycody31/squad-aegis/pull/8)] From 781d6f98b29c9026e2bcb5c09b50068d503da853 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 15 Mar 2025 02:11:09 +0000 Subject: [PATCH 06/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c04a0cfa..8fd4d5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-15 + +### ❤️ Thanks to all contributors! ❤️ + +@Codycody31 + +### 📈 Enhancement + +- RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] + ## [1.1.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.1.0) - 2025-03-14 ### ❤️ Thanks to all contributors! ❤️ From d40cd07700814520d16b2bdb13c5748f4a35c16f Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Mar 2025 16:45:04 +0000 Subject: [PATCH 07/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd4d5f0..f0518260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-15 +## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-17 ### ❤️ Thanks to all contributors! ❤️ @Codycody31 +### ✨ Features + +- Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] + ### 📈 Enhancement - RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] From 6ff2e239b120eec91df5155f2e602af7847f2bc1 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Mar 2025 17:12:16 +0000 Subject: [PATCH 08/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0518260..e9868d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] +### 🐛 Bug Fixes + +- Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] + ### 📈 Enhancement - RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] From cd6228c68972062dd5e27c5d58b0a711808789df Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Mar 2025 17:52:43 +0000 Subject: [PATCH 09/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9868d1a..08f389e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ - RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] +### 📦️ Dependency + +- chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 [[#17](https://github.com/Codycody31/squad-aegis/pull/17)] + ## [1.1.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.1.0) - 2025-03-14 ### ❤️ Thanks to all contributors! ❤️ From f3bd2f20e1863c25681344429c2e1ab9147881fc Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Mar 2025 18:22:58 +0000 Subject: [PATCH 10/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f389e3..62b5e1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,15 @@ - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] -### 🐛 Bug Fixes - -- Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] - ### 📈 Enhancement +- enhancement(connector): global connector deletion process [[#18](https://github.com/Codycody31/squad-aegis/pull/18)] - RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] +### 🐛 Bug Fixes + +- Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] + ### 📦️ Dependency - chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 [[#17](https://github.com/Codycody31/squad-aegis/pull/17)] From b750692e9a70dc7e1616b563b314023f30f88292 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Mar 2025 19:28:11 +0000 Subject: [PATCH 11/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62b5e1f5..8d1ebda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,15 +10,20 @@ - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] -### 📈 Enhancement +### 📚 Documentation -- enhancement(connector): global connector deletion process [[#18](https://github.com/Codycody31/squad-aegis/pull/18)] -- RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] +- docs: update README with features and extensibility details [[#20](https://github.com/Codycody31/squad-aegis/pull/20)] ### 🐛 Bug Fixes +- fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)] - Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] +### 📈 Enhancement + +- enhancement(connector): global connector deletion process [[#18](https://github.com/Codycody31/squad-aegis/pull/18)] +- RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] + ### 📦️ Dependency - chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 [[#17](https://github.com/Codycody31/squad-aegis/pull/17)] From 945299c4387f2cd3e21a7a7deb442cdcbb61e35d Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 17 Mar 2025 23:47:57 +0000 Subject: [PATCH 12/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1ebda9..b34bd3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### ✨ Features +- feat(admin-chat): add admin chat functionality and endpoints [[#21](https://github.com/Codycody31/squad-aegis/pull/21)] - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] ### 📚 Documentation From 26cc6c4b812fa84c2771d2c3fe5deda62c5179a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 18 Mar 2025 00:20:02 +0000 Subject: [PATCH 13/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b34bd3c7..f1d7645b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-17 +## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-18 ### ❤️ Thanks to all contributors! ❤️ @@ -11,6 +11,12 @@ - feat(admin-chat): add admin chat functionality and endpoints [[#21](https://github.com/Codycody31/squad-aegis/pull/21)] - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] +### 📈 Enhancement + +- enhancement: add notes for extensions database records [[#22](https://github.com/Codycody31/squad-aegis/pull/22)] +- enhancement(connector): global connector deletion process [[#18](https://github.com/Codycody31/squad-aegis/pull/18)] +- RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] + ### 📚 Documentation - docs: update README with features and extensibility details [[#20](https://github.com/Codycody31/squad-aegis/pull/20)] @@ -20,11 +26,6 @@ - fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)] - Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] -### 📈 Enhancement - -- enhancement(connector): global connector deletion process [[#18](https://github.com/Codycody31/squad-aegis/pull/18)] -- RCON Manager [[#12](https://github.com/Codycody31/squad-aegis/pull/12)] - ### 📦️ Dependency - chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 [[#17](https://github.com/Codycody31/squad-aegis/pull/17)] From 8b3be16d9a9e69d3e1b7a0bf03df28d477f1ae0a Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 23 Mar 2025 16:34:06 +0000 Subject: [PATCH 14/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d7645b..11dd4c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-18 +## [1.2.0](https://github.com/Codycody31/squad-aegis/releases/tag/v1.2.0) - 2025-03-23 ### ❤️ Thanks to all contributors! ❤️ @@ -8,6 +8,7 @@ ### ✨ Features +- Log Watcher Connector & Related Extensions [[#24](https://github.com/Codycody31/squad-aegis/pull/24)] - feat(admin-chat): add admin chat functionality and endpoints [[#21](https://github.com/Codycody31/squad-aegis/pull/21)] - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] From f989faef9255e63f69280ea9ee5dcb70b4985f1f Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 23 Mar 2025 17:09:37 +0000 Subject: [PATCH 15/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11dd4c91..0d952528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ - feat(admin-chat): add admin chat functionality and endpoints [[#21](https://github.com/Codycody31/squad-aegis/pull/21)] - Server Connectors & Extensions [[#14](https://github.com/Codycody31/squad-aegis/pull/14)] +### 🐛 Bug Fixes + +- Fix log watcher docker image not using the correct binary [[#28](https://github.com/Codycody31/squad-aegis/pull/28)] +- fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)] +- Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] + ### 📈 Enhancement - enhancement: add notes for extensions database records [[#22](https://github.com/Codycody31/squad-aegis/pull/22)] @@ -22,11 +28,6 @@ - docs: update README with features and extensibility details [[#20](https://github.com/Codycody31/squad-aegis/pull/20)] -### 🐛 Bug Fixes - -- fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)] -- Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] - ### 📦️ Dependency - chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 [[#17](https://github.com/Codycody31/squad-aegis/pull/17)] From 562f0298f80dcfe17c11d767e3da48a47505c278 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 23 Mar 2025 17:15:18 +0000 Subject: [PATCH 16/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d952528..5f7266bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ### 🐛 Bug Fixes +- fix: add missing discord admin broadcast extension [[#29](https://github.com/Codycody31/squad-aegis/pull/29)] - Fix log watcher docker image not using the correct binary [[#28](https://github.com/Codycody31/squad-aegis/pull/28)] - fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)] - Fix broken connector add logic [[#16](https://github.com/Codycody31/squad-aegis/pull/16)] From 36230f3feae804973889a82527c84f4158a7ef32 Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 23 Mar 2025 22:23:02 +0000 Subject: [PATCH 17/17] =?UTF-8?q?=F0=9F=8E=89=20Release=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7266bf..3aa1d951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ ### 🐛 Bug Fixes +- fix: event emitter not respecting global for server log watcher connector events. [[#30](https://github.com/Codycody31/squad-aegis/pull/30)] - fix: add missing discord admin broadcast extension [[#29](https://github.com/Codycody31/squad-aegis/pull/29)] - Fix log watcher docker image not using the correct binary [[#28](https://github.com/Codycody31/squad-aegis/pull/28)] - fix(docker): add ca-certificates to final image dependencies [[#19](https://github.com/Codycody31/squad-aegis/pull/19)]