[PR #2088] [MERGED] bump version to v0.34.3 #4504

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

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/2088
Author: @fatedier
Created: 11/20/2020
Status: Merged
Merged: 11/20/2020
Merged by: @fatedier

Base: masterHead: dev


📝 Commits (5)

📊 Changes

15 files changed (+174 additions, -79 deletions)

View changed files

.github/ISSUE_TEMPLATE (+0 -29)
.github/ISSUE_TEMPLATE/bug-report.md (+44 -0)
.github/ISSUE_TEMPLATE/config.yml (+5 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+22 -0)
📝 .github/workflows/build-and-push-image.yml (+16 -16)
.github/workflows/goreleaser.yml (+30 -0)
📝 .gitignore (+1 -0)
.goreleaser.yml (+19 -0)
📝 .travis.yml (+1 -1)
📝 Makefile (+2 -2)
📝 Makefile.cross-compiles (+26 -29)
Release.md (+3 -0)
📝 cmd/frps/root.go (+3 -0)
📝 go.mod (+1 -1)
📝 pkg/util/version/version.go (+1 -1)

📄 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/2088 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 11/20/2020 **Status:** ✅ Merged **Merged:** 11/20/2020 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`c3b7575`](https://github.com/fatedier/frp/commit/c3b757545347c38976976875769d16da23255bfe) Add enable_prometheus option as command line flag (#2057) - [`191da54`](https://github.com/fatedier/frp/commit/191da54980f56849415823979a115646ee59eba9) .travis.yml add go1.15 and remove go1.13 - [`9b45c93`](https://github.com/fatedier/frp/commit/9b45c93c14d6d8d6adb936974499525d86940182) Fix set-env in github actions of frp (#2060) - [`0138dbd`](https://github.com/fatedier/frp/commit/0138dbd352f052bac64963a0d7f24ce94f62808e) update ISSUE_TEMPLATE (#2061) - [`8a779eb`](https://github.com/fatedier/frp/commit/8a779eb88cc302a16bd3ddf22bc5c719c9e387f7) add goreleaser action (#2087) ### 📊 Changes **15 files changed** (+174 additions, -79 deletions) <details> <summary>View changed files</summary> ➖ `.github/ISSUE_TEMPLATE` (+0 -29) ➕ `.github/ISSUE_TEMPLATE/bug-report.md` (+44 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+5 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+22 -0) 📝 `.github/workflows/build-and-push-image.yml` (+16 -16) ➕ `.github/workflows/goreleaser.yml` (+30 -0) 📝 `.gitignore` (+1 -0) ➕ `.goreleaser.yml` (+19 -0) 📝 `.travis.yml` (+1 -1) 📝 `Makefile` (+2 -2) 📝 `Makefile.cross-compiles` (+26 -29) ➕ `Release.md` (+3 -0) 📝 `cmd/frps/root.go` (+3 -0) 📝 `go.mod` (+1 -1) 📝 `pkg/util/version/version.go` (+1 -1) </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:43:22 -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#4504
No description provided.