[PR #1199] [CLOSED] Update versions #988

Closed
opened 2025-11-13 12:15:32 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1199
Author: @Lokowitz
Created: 8/1/2025
Status: Closed

Base: mainHead: update-versions


📝 Commits (10+)

📊 Changes

24 files changed (+279 additions, -62 deletions)

View changed files

📝 .dockerignore (+1 -0)
📝 .github/dependabot.yml (+22 -0)
📝 .github/workflows/cicd.yml (+1 -1)
📝 docker-compose.example.yml (+1 -1)
📝 docker-compose.yml (+2 -1)
📝 install/config/crowdsec/traefik_config.yml (+1 -1)
📝 install/config/docker-compose.yml (+1 -1)
📝 install/go.mod (+3 -3)
📝 install/go.sum (+4 -4)
📝 messages/en-US.json (+5 -0)
📝 server/db/pg/schema.ts (+2 -1)
📝 server/db/sqlite/schema.ts (+2 -1)
📝 server/middlewares/integration/index.ts (+1 -0)
server/middlewares/integration/verifyApiKeyClientAccess.ts (+86 -0)
📝 server/routers/client/getClient.ts (+9 -9)
📝 server/routers/client/pickClientDefaults.ts (+1 -1)
📝 server/routers/client/updateClient.ts (+6 -3)
📝 server/routers/gerbil/peers.ts (+54 -23)
📝 server/routers/gerbil/updateHolePunch.ts (+8 -5)
📝 server/routers/integration.ts (+52 -2)

...and 4 more files

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

  • update go version for installer to latest 1.24
  • add go to dependabot
  • update treafik to 3.5
  • update crowdsec bouncer plugin to 1.4.4

🔄 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/fosrl/pangolin/pull/1199 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 8/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `update-versions` --- ### 📝 Commits (10+) - [`d38656e`](https://github.com/fosrl/pangolin/commit/d38656e026fbaa9b751c3beeaabcb92a02f91032) add clients to int api - [`b351520`](https://github.com/fosrl/pangolin/commit/b351520e921af1b3374dcdfe0ee9f609ec14d0b8) add clients enabled middleware - [`69802e7`](https://github.com/fosrl/pangolin/commit/69802e78f8fd0e225410fd59d350a719da25f704) Org is not optional - [`f0138fa`](https://github.com/fosrl/pangolin/commit/f0138fad4f93582a0dadf3c57afb1b95d308893e) Improve gerbil logging - [`36d0b83`](https://github.com/fosrl/pangolin/commit/36d0b83ed38e98103061665b2bf0413b0227dc0b) Fix errors again - [`9b1cd5f`](https://github.com/fosrl/pangolin/commit/9b1cd5f79c4ed64d0fdec42ff5f425ba3cb5cf21) Ignore the config dir - [`39c5101`](https://github.com/fosrl/pangolin/commit/39c5101957a721d51d67a609644923d5be173875) Merge branch 'main' into dev - [`0151f8a`](https://github.com/fosrl/pangolin/commit/0151f8a6a91cf9aa4c45752eb7dd530e2ba0d4cd) Fix bad sourcePort - [`ea6f803`](https://github.com/fosrl/pangolin/commit/ea6f803e78362c1a99fb453fe77f9345954d2ac7) Add createdAt to org - [`6d359b6`](https://github.com/fosrl/pangolin/commit/6d359b6bb95042ac8d027fabc259edadb9b417ee) Add createdAt to org insert ### 📊 Changes **24 files changed** (+279 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -0) 📝 `.github/dependabot.yml` (+22 -0) 📝 `.github/workflows/cicd.yml` (+1 -1) 📝 `docker-compose.example.yml` (+1 -1) 📝 `docker-compose.yml` (+2 -1) 📝 `install/config/crowdsec/traefik_config.yml` (+1 -1) 📝 `install/config/docker-compose.yml` (+1 -1) 📝 `install/go.mod` (+3 -3) 📝 `install/go.sum` (+4 -4) 📝 `messages/en-US.json` (+5 -0) 📝 `server/db/pg/schema.ts` (+2 -1) 📝 `server/db/sqlite/schema.ts` (+2 -1) 📝 `server/middlewares/integration/index.ts` (+1 -0) ➕ `server/middlewares/integration/verifyApiKeyClientAccess.ts` (+86 -0) 📝 `server/routers/client/getClient.ts` (+9 -9) 📝 `server/routers/client/pickClientDefaults.ts` (+1 -1) 📝 `server/routers/client/updateClient.ts` (+6 -3) 📝 `server/routers/gerbil/peers.ts` (+54 -23) 📝 `server/routers/gerbil/updateHolePunch.ts` (+8 -5) 📝 `server/routers/integration.ts` (+52 -2) _...and 4 more files_ </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description - update go version for installer to latest 1.24 - add go to dependabot - update treafik to 3.5 - update crowdsec bouncer plugin to 1.4.4 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-13 12:15:32 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#988