[PR #589] [CLOSED] chore(deps): bump github.com/qdm12/gosettings from 0.4.0-rc1 to 0.4.0-rc6 #738

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/589
Author: @dependabot[bot]
Created: 1/15/2024
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/qdm12/gosettings-0.4.0-rc6


📝 Commits (1)

  • 08e09f3 chore(deps): bump github.com/qdm12/gosettings

📊 Changes

2 files changed (+11 additions, -11 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+8 -8)

📄 Description

Bumps github.com/qdm12/gosettings from 0.4.0-rc1 to 0.4.0-rc6.

Release notes

Sourced from github.com/qdm12/gosettings's releases.

v0.4.0-rc6

Features

  • reader/sources/env: key prefix option, use settings struct to create source

Maintenance

  • Tidy Go modules dependencies

v0.4.0-rc5

Hotfixes

  • reader: Uint returns a uint not an int

Features

  • reader: add NetipPrefix, NetipAddrPort and CSVNetipAddrPorts methods

v0.4.0-rc4

Breaking changes

  • Move reader/parse to internal/parse

Maintenance

  • Upgrade dependency golang.org/x/exp
  • Upgrade CI Docker image Alpine from 3.16 to 3.18
  • Upgrade Go from 1.20 to 1.21
  • Upgrade actions/checkout from 3 to 4 (#12)

Features

  • reader:
    • add builtin methods: Int8, Int16, Int32, Int64, Int8Ptr, Int16Ptr, Int32Ptr, Int64Ptr, Float32, Float32Ptr and Float64Ptr
    • default reader sources are flags then env isntead of only env

Documentation

  • Simplify README.md reader Go code example
  • Update reader example code to use flag and env instead of both sources as env

v0.4.0-rc3

Breaking changes

  • Move environment variables source env.go to its own reader/sources/env package

Features

  • Add flags source package reader/sources/flag

... (truncated)

Commits
  • c0eeccd feat(sources/env): key prefix option, use settings struct to create source
  • 82456db chore(deps): tidy go modules
  • 793cd95 feat(reader): add CSVNetipAddrPorts method
  • 06abcf0 feat(reader): add NetipAddrPort method
  • 0bd3384 feat(reader): add NetipPrefix method
  • 1a5ee4e fix(reader): Uint returns a uint not an int
  • 2278925 chore(deps): bump golang.org/x/exp
  • 4c853e1 chore(build): bump Alpine from 3.16 to 3.18
  • ead2f88 chore(build): upgrade Go from 1.20 to 1.21
  • e0957ee chore(deps): bump actions/checkout from 3 to 4 (#12)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/589 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/qdm12/gosettings-0.4.0-rc6` --- ### 📝 Commits (1) - [`08e09f3`](https://github.com/qdm12/ddns-updater/commit/08e09f375efbf38b81d51f8c9febc1ec0129c042) chore(deps): bump github.com/qdm12/gosettings ### 📊 Changes **2 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+8 -8) </details> ### 📄 Description Bumps [github.com/qdm12/gosettings](https://github.com/qdm12/gosettings) from 0.4.0-rc1 to 0.4.0-rc6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/qdm12/gosettings/releases">github.com/qdm12/gosettings's releases</a>.</em></p> <blockquote> <h2>v0.4.0-rc6</h2> <h2>Features</h2> <ul> <li>reader/sources/env: key prefix option, use settings struct to create source</li> </ul> <h2>Maintenance</h2> <ul> <li>Tidy Go modules dependencies</li> </ul> <h2>v0.4.0-rc5</h2> <h2>Hotfixes</h2> <ul> <li><code>reader</code>: <code>Uint</code> returns a <code>uint</code> not an <code>int</code></li> </ul> <h2>Features</h2> <ul> <li><code>reader</code>: add <code>NetipPrefix</code>, <code>NetipAddrPort</code> and <code>CSVNetipAddrPorts</code> methods</li> </ul> <h2>v0.4.0-rc4</h2> <h2>Breaking changes</h2> <ul> <li>Move <code>reader/parse</code> to <code>internal/parse</code></li> </ul> <h2>Maintenance</h2> <ul> <li>Upgrade dependency <code>golang.org/x/exp</code></li> <li>Upgrade CI Docker image Alpine from 3.16 to 3.18</li> <li>Upgrade Go from 1.20 to 1.21</li> <li>Upgrade actions/checkout from 3 to 4 (<a href="https://redirect.github.com/qdm12/gosettings/issues/12">#12</a>)</li> </ul> <h2>Features</h2> <ul> <li><code>reader</code>: <ul> <li>add builtin methods: <code>Int8</code>, <code>Int16</code>, <code>Int32</code>, <code>Int64</code>, <code>Int8Ptr</code>, <code>Int16Ptr</code>, <code>Int32Ptr</code>, <code>Int64Ptr</code>, <code>Float32</code>, <code>Float32Ptr</code> and <code>Float64Ptr</code></li> <li>default reader sources are flags then env isntead of only env</li> </ul> </li> </ul> <h2>Documentation</h2> <ul> <li>Simplify README.md reader Go code example</li> <li>Update reader example code to use flag and env instead of both sources as env</li> </ul> <h2>v0.4.0-rc3</h2> <h2>Breaking changes</h2> <ul> <li>Move environment variables source <code>env.go</code> to its own <code>reader/sources/env</code> package</li> </ul> <h2>Features</h2> <ul> <li>Add flags source package <code>reader/sources/flag</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/qdm12/gosettings/commit/c0eeccd59938f87105f1e0c837aa4ff9a59a47b0"><code>c0eeccd</code></a> feat(sources/env): key prefix option, use settings struct to create source</li> <li><a href="https://github.com/qdm12/gosettings/commit/82456db2a78b1f463025b18e664ab6315439e260"><code>82456db</code></a> chore(deps): tidy go modules</li> <li><a href="https://github.com/qdm12/gosettings/commit/793cd95b4246bddd6f90204fe9dc913963f14a34"><code>793cd95</code></a> feat(reader): add <code>CSVNetipAddrPorts</code> method</li> <li><a href="https://github.com/qdm12/gosettings/commit/06abcf0c8aeb201824108bb3608810d2b9276ca1"><code>06abcf0</code></a> feat(reader): add <code>NetipAddrPort</code> method</li> <li><a href="https://github.com/qdm12/gosettings/commit/0bd3384ca1fe54ab26845a8df94265ee9ef6828d"><code>0bd3384</code></a> feat(reader): add <code>NetipPrefix</code> method</li> <li><a href="https://github.com/qdm12/gosettings/commit/1a5ee4e9890c61c44a55839036373ff747e82c6a"><code>1a5ee4e</code></a> fix(reader): <code>Uint</code> returns a <code>uint</code> not an <code>int</code></li> <li><a href="https://github.com/qdm12/gosettings/commit/2278925b3469e30ecefb9bbceafda2b2d6d1a299"><code>2278925</code></a> chore(deps): bump golang.org/x/exp</li> <li><a href="https://github.com/qdm12/gosettings/commit/4c853e1118280e5d184b4794f8c37c664d0e63fa"><code>4c853e1</code></a> chore(build): bump Alpine from 3.16 to 3.18</li> <li><a href="https://github.com/qdm12/gosettings/commit/ead2f88e379c48a3bd51a09fb33889ce722e25b0"><code>ead2f88</code></a> chore(build): upgrade Go from 1.20 to 1.21</li> <li><a href="https://github.com/qdm12/gosettings/commit/e0957eebbca4abeab1f2d970939fbdaa2b337e42"><code>e0957ee</code></a> chore(deps): bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/qdm12/gosettings/issues/12">#12</a>)</li> <li>Additional commits viewable in <a href="https://github.com/qdm12/gosettings/compare/v0.4.0-rc1...v0.4.0-rc6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/qdm12/gosettings&package-manager=go_modules&previous-version=0.4.0-rc1&new-version=0.4.0-rc6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <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:54 -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#738