[PR #2508] [MERGED] bump version #4591

Closed
opened 2026-05-05 14:44:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2508
Author: @fatedier
Created: 8/3/2021
Status: Merged
Merged: 8/3/2021
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (10+)

  • 5692596 Typo: josn => json (#2429)
  • c7d4637 fix web js (#2444)
  • 900454e more e2e test cases (#2450)
  • 95cd9ab update dependency github.com/prometheus/client_golang to v1.11.0
  • a98a961 update dependency github.com/rodaine/table to v1.0.1
  • 1fd6ba2 update github.com/spf13/cobra to v1.1.3
  • 8a333c2 update github.com/stretchr/testify to v1.7.0
  • 3f11b6a update k8s.io/apimachinery to v0.21.2
  • fe4e9b5 update github.com/pires/go-proxyproto to v0.5.0
  • a51e221 add real ip test

📊 Changes

88 files changed (+3830 additions, -2319 deletions)

View changed files

📝 .circleci/config.yml (+4 -4)
📝 Makefile (+4 -4)
📝 Release.md (+5 -0)
📝 assets/frpc/static/index.html (+1 -1)
📝 assets/frpc/static/manifest.js (+1 -1)
📝 assets/frpc/static/vendor.js (+1 -1)
📝 assets/frpc/statik/statik.go (+1 -1)
📝 assets/frps/static/index.html (+1 -1)
📝 assets/frps/static/manifest.js (+1 -1)
📝 assets/frps/static/vendor.js (+1 -1)
📝 assets/frps/statik/statik.go (+1 -1)
📝 client/proxy/proxy.go (+5 -5)
📝 cmd/frpc/sub/status.go (+6 -6)
📝 conf/frps_full.ini (+1 -1)
📝 conf/systemd/frpc.service (+1 -0)
📝 conf/systemd/frpc@.service (+2 -1)
📝 conf/systemd/frps.service (+1 -0)
📝 conf/systemd/frps@.service (+1 -0)
📝 go.mod (+18 -18)
📝 go.sum (+496 -77)

...and 68 more files

📄 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/fatedier/frp/pull/2508 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 8/3/2021 **Status:** ✅ Merged **Merged:** 8/3/2021 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5692596`](https://github.com/fatedier/frp/commit/56925961dfec84e0b34d37934774b1802a1763a3) Typo: josn => json (#2429) - [`c7d4637`](https://github.com/fatedier/frp/commit/c7d4637382bef6756683e822e2fc651a00f20e5a) fix web js (#2444) - [`900454e`](https://github.com/fatedier/frp/commit/900454e58b4dd26a80e7f2228163b95c4fd09eed) more e2e test cases (#2450) - [`95cd9ab`](https://github.com/fatedier/frp/commit/95cd9ab90069abefd38e1b983be8147c203ceb73) update dependency github.com/prometheus/client_golang to v1.11.0 - [`a98a961`](https://github.com/fatedier/frp/commit/a98a9616f6d351a98d0473e3fcc61725000ab3b0) update dependency github.com/rodaine/table to v1.0.1 - [`1fd6ba2`](https://github.com/fatedier/frp/commit/1fd6ba273811d8c9f7a061d49e0dba9fdf2b7bbe) update github.com/spf13/cobra to v1.1.3 - [`8a333c2`](https://github.com/fatedier/frp/commit/8a333c2ae057eb83de6a37bdb34ff3d58c165c31) update github.com/stretchr/testify to v1.7.0 - [`3f11b6a`](https://github.com/fatedier/frp/commit/3f11b6a082acc7d4adb460ead390464ceb9be993) update k8s.io/apimachinery to v0.21.2 - [`fe4e9b5`](https://github.com/fatedier/frp/commit/fe4e9b55f3e04e26932b25a4beefcc0100b1ef87) update github.com/pires/go-proxyproto to v0.5.0 - [`a51e221`](https://github.com/fatedier/frp/commit/a51e221db3fa9b53d87a604fd5c7ac48f3360caa) add real ip test ### 📊 Changes **88 files changed** (+3830 additions, -2319 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.yml` (+4 -4) 📝 `Makefile` (+4 -4) 📝 `Release.md` (+5 -0) 📝 `assets/frpc/static/index.html` (+1 -1) 📝 `assets/frpc/static/manifest.js` (+1 -1) 📝 `assets/frpc/static/vendor.js` (+1 -1) 📝 `assets/frpc/statik/statik.go` (+1 -1) 📝 `assets/frps/static/index.html` (+1 -1) 📝 `assets/frps/static/manifest.js` (+1 -1) 📝 `assets/frps/static/vendor.js` (+1 -1) 📝 `assets/frps/statik/statik.go` (+1 -1) 📝 `client/proxy/proxy.go` (+5 -5) 📝 `cmd/frpc/sub/status.go` (+6 -6) 📝 `conf/frps_full.ini` (+1 -1) 📝 `conf/systemd/frpc.service` (+1 -0) 📝 `conf/systemd/frpc@.service` (+2 -1) 📝 `conf/systemd/frps.service` (+1 -0) 📝 `conf/systemd/frps@.service` (+1 -0) 📝 `go.mod` (+18 -18) 📝 `go.sum` (+496 -77) _...and 68 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:44:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4591
No description provided.