[PR #22] [MERGED] Feature/mg 341 #226

Closed
opened 2026-02-26 04:34:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/22
Author: @mageddo
Created: 7/13/2017
Status: Merged
Merged: 7/14/2017
Merged by: @mageddo

Base: masterHead: feature/MG-341


📝 Commits (10+)

  • c7add5a MG-341 binary now knows your version
  • f80d2ba MG-341 renaming the name by convection found at moby repository
  • 6b6dfab MG-341 making version dinamic setted at compile time and migrating build script to builder file
  • 1465998 MG-341 fixing build script
  • 2a35f0a MG-341 formating build script
  • c4c536a MG-341 is not necessary be at master to generate a release, adding release notes
  • 87703eb MG-341 migrating docker service run from docker-compose to docker (no docker-compose needle anymore)
  • b8572db MG-341 fixing ports formats, get port of flags options and removing .yml from service instalation
  • fddba51 MG-341 updating relase notes
  • 5d7c6d8 MG-341 adding old release notes

📊 Changes

13 files changed (+76 additions, -20 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 Dockerfile.hub (+1 -1)
📝 README.md (+1 -2)
RELEASE-NOTES.md (+10 -0)
VERSION (+1 -0)
📝 build.gradle (+3 -2)
📝 builder (+25 -0)
📝 docker-compose.yml (+3 -3)
📝 gradle.properties (+1 -1)
📝 src/dns.go (+2 -1)
📝 src/github.com/mageddo/dns-proxy-server/conf/conf.go (+8 -7)
📝 src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go (+1 -1)
📝 src/github.com/mageddo/dns-proxy-server/flags/flags.go (+19 -1)

📄 Description

Notes

  • Support for --version option that shows the current version
  • Docker Compose is not required anymore to run DNS Proxy Server as a docker service

🔄 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/mageddo/dns-proxy-server/pull/22 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 7/13/2017 **Status:** ✅ Merged **Merged:** 7/14/2017 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feature/MG-341` --- ### 📝 Commits (10+) - [`c7add5a`](https://github.com/mageddo/dns-proxy-server/commit/c7add5a29e08b57e4a74a7e5fb3bc14e2bed8eed) MG-341 binary now knows your version - [`f80d2ba`](https://github.com/mageddo/dns-proxy-server/commit/f80d2ba1b84d9a69a85a7e4f0e090b2934561fb8) MG-341 renaming the name by convection found at moby repository - [`6b6dfab`](https://github.com/mageddo/dns-proxy-server/commit/6b6dfab78c956e6dc31c7509fc0933be51ee991a) MG-341 making version dinamic setted at compile time and migrating build script to builder file - [`1465998`](https://github.com/mageddo/dns-proxy-server/commit/146599848f7bfb8d0b444d9dc09947e27441f690) MG-341 fixing build script - [`2a35f0a`](https://github.com/mageddo/dns-proxy-server/commit/2a35f0a74b0f0170a83e56502669dbb72f8e6fa3) MG-341 formating build script - [`c4c536a`](https://github.com/mageddo/dns-proxy-server/commit/c4c536a95d87887dee00d965f35e1cf703d0c87e) MG-341 is not necessary be at master to generate a release, adding release notes - [`87703eb`](https://github.com/mageddo/dns-proxy-server/commit/87703ebac1fa8ba698c385d4e7f5a10fdcab923a) MG-341 migrating docker service run from docker-compose to docker (no docker-compose needle anymore) - [`b8572db`](https://github.com/mageddo/dns-proxy-server/commit/b8572dba48e8b004b9b6f1b8766f3d059362c049) MG-341 fixing ports formats, get port of flags options and removing .yml from service instalation - [`fddba51`](https://github.com/mageddo/dns-proxy-server/commit/fddba51074867cbaa3397839ca90200158fcb8d2) MG-341 updating relase notes - [`5d7c6d8`](https://github.com/mageddo/dns-proxy-server/commit/5d7c6d8e6a644028188b0d6e243604f7d8df9c59) MG-341 adding old release notes ### 📊 Changes **13 files changed** (+76 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.hub` (+1 -1) 📝 `README.md` (+1 -2) ➕ `RELEASE-NOTES.md` (+10 -0) ➕ `VERSION` (+1 -0) 📝 `build.gradle` (+3 -2) 📝 `builder` (+25 -0) 📝 `docker-compose.yml` (+3 -3) 📝 `gradle.properties` (+1 -1) 📝 `src/dns.go` (+2 -1) 📝 `src/github.com/mageddo/dns-proxy-server/conf/conf.go` (+8 -7) 📝 `src/github.com/mageddo/dns-proxy-server/events/docker/DockerEvents.go` (+1 -1) 📝 `src/github.com/mageddo/dns-proxy-server/flags/flags.go` (+19 -1) </details> ### 📄 Description # Notes * Support for --version option that shows the current version * Docker Compose is not required anymore to run DNS Proxy Server as a docker service --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:34:32 +03: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
starred/dns-proxy-server-mageddo#226
No description provided.