[PR #337] [MERGED] add a provider for google cloud dns #677

Open
opened 2025-11-20 04:25:40 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/337
Author: @orbatschow
Created: 6/6/2022
Status: Merged
Merged: 9/17/2022
Merged by: @qdm12

Base: masterHead: master


📝 Commits (1)

  • 7bbd4be feat(provider): add support for GCP

📊 Changes

9 files changed (+823 additions, -11 deletions)

View changed files

📝 README.md (+2 -0)
docs/gcp.md (+37 -0)
📝 go.mod (+17 -4)
📝 go.sum (+558 -7)
📝 internal/settings/constants/providers.go (+2 -0)
📝 internal/settings/errors/validation.go (+2 -0)
internal/settings/providers/gcp/provider.go (+100 -0)
internal/settings/providers/gcp/update.go (+102 -0)
📝 internal/settings/settings.go (+3 -0)

📄 Description

closes #336


🔄 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/qdm12/ddns-updater/pull/337 **Author:** [@orbatschow](https://github.com/orbatschow) **Created:** 6/6/2022 **Status:** ✅ Merged **Merged:** 9/17/2022 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7bbd4be`](https://github.com/qdm12/ddns-updater/commit/7bbd4be6910a1d4ed247ea7e923548ba69cbb274) feat(provider): add support for GCP ### 📊 Changes **9 files changed** (+823 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/gcp.md` (+37 -0) 📝 `go.mod` (+17 -4) 📝 `go.sum` (+558 -7) 📝 `internal/settings/constants/providers.go` (+2 -0) 📝 `internal/settings/errors/validation.go` (+2 -0) ➕ `internal/settings/providers/gcp/provider.go` (+100 -0) ➕ `internal/settings/providers/gcp/update.go` (+102 -0) 📝 `internal/settings/settings.go` (+3 -0) </details> ### 📄 Description closes #336 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#677