Commit graph

362 commits

Author SHA1 Message Date
dependabot[bot]
6340756f8c
Build(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#3848)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from
0.43.0 to 0.45.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4e0068c009"><code>4e0068c</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="e79546e28b"><code>e79546e</code></a>
ssh: curb GSSAPI DoS risk by limiting number of specified OIDs</li>
<li><a
href="f91f7a7c31"><code>f91f7a7</code></a>
ssh/agent: prevent panic on malformed constraint</li>
<li><a
href="2df4153a03"><code>2df4153</code></a>
acme/autocert: let automatic renewal work with short lifetime certs</li>
<li><a
href="bcf6a849ef"><code>bcf6a84</code></a>
acme: pass context to request</li>
<li><a
href="b4f2b62076"><code>b4f2b62</code></a>
ssh: fix error message on unsupported cipher</li>
<li><a
href="79ec3a51fc"><code>79ec3a5</code></a>
ssh: allow to bind to a hostname in remote forwarding</li>
<li><a
href="122a78f140"><code>122a78f</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="c0531f9c34"><code>c0531f9</code></a>
all: eliminate vet diagnostics</li>
<li><a
href="0997000b45"><code>0997000</code></a>
all: fix some comments</li>
<li>Additional commits viewable in <a
href="https://github.com/golang/crypto/compare/v0.43.0...v0.45.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.43.0&new-version=0.45.0)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/StackExchange/dnscontrol/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-21 12:45:31 -05:00
Gabe Van Engel
bdf8bef203
DEPS: Switch to maintained fork of shoutrrr (#3838) 2025-11-17 11:52:26 -05:00
Tom Limoncelli
71c2cc24ca
CHORE: Update dependencies (#3831) 2025-11-05 12:47:35 -05:00
Tom Limoncelli
bfc2b26911
CHORE: generate-all.sh (#3827) 2025-11-03 15:32:53 -05:00
Kevin Neufeld
24f602a5a1
feat(Route53): Add support for RoleArn and ExternalId #3816 (#3817)
Co-authored-by: Tom Limoncelli <6293917+tlimoncelli@users.noreply.github.com>
2025-11-03 11:38:13 -05:00
Tom Limoncelli
60e5fa6c4f
CHORE: Update dependencies (#3825) 2025-11-03 11:21:35 -05:00
Tom Limoncelli
db21e30abb
Update deps (#3790) 2025-10-10 14:16:46 -04:00
Tom Limoncelli
30d91d5f60
CHORE: Update deps (#3782) 2025-10-01 15:44:02 -04:00
Tom Limoncelli
1abb11de62
CHORE: Update dependencies (#3771) 2025-09-15 16:10:19 -04:00
Tom Limoncelli
850a2bdc07
FEATURE: "--cmax n" limits preview/push concurrency to n connections (#3764) 2025-09-15 09:57:28 -04:00
Tom Limoncelli
b529bc6593
CHORE: Upgrade github.com/failsafe-go/failsafe-go v0.6.9 to v0.7.0 (#3760) 2025-09-02 10:59:45 -04:00
Tom Limoncelli
3f8e09d268
CHORE: Upgrade aws-sdk-go-v2 (#3759) 2025-09-02 10:52:41 -04:00
Tom Limoncelli
3088ec67b5 Revert "Upgrade aws-sdk-go-v2"
This reverts commit b933492967.
2025-09-02 09:55:58 -04:00
Tom Limoncelli
b933492967 Upgrade aws-sdk-go-v2 2025-09-02 09:49:30 -04:00
Tom Limoncelli
45c98b9d1e
CHORE: Update dependencies (#3747) 2025-08-28 12:47:37 -04:00
Tom Limoncelli
02ac788a24
CHORE: Update deps (#3745) 2025-08-26 15:54:13 -04:00
dependabot[bot]
e423cc83e7
Build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 (#3743)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-26 13:32:49 -04:00
Tom Limoncelli
3645e332c3
security fix: Prevent exposure of creds in debug output (#3733) 2025-08-19 10:47:02 -04:00
Tom Limoncelli
4ee1ed6ad2
CHORE: upgrade deps, fix OPENPGPKEY test (#3726) 2025-08-14 12:17:25 -04:00
Tom Limoncelli
953e3865d2 CHORE: Update dependencies 2025-08-06 08:54:14 -04:00
Yuhui Xu
1e8d720fdd
GCORE: update create zone call signature from latest SDK (#3712)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-05 07:49:45 -04:00
Tom Limoncelli
33e87d941d
CHORE: Update dependencies (#3711) 2025-08-04 13:47:30 -04:00
Tom Limoncelli
65a2a4fa90
Require Go 1.24 or higher (#3696) 2025-07-29 14:01:31 -04:00
Tom Limoncelli
a8a3ea73ba
CHORE: remove unused module pkg/acme (get-certs) (#3667) 2025-07-14 15:40:31 -04:00
Tom Limoncelli
f8252436c5
CHORE: Update dependencies (#3666) 2025-07-14 15:08:21 -04:00
Jan-Philipp Benecke
e3b6141715
chore: update go-powerdns to v0.6.7 and adjust SOAEditAPI type (#3664) 2025-07-14 09:42:26 -04:00
e9b49e23aa
LUADNS: Support HTTPS record type, enable concurrency, adopt newest SDK (#3640) 2025-07-10 10:50:33 -04:00
Tom Limoncelli
6fdbac726b
CHORE: Update dependencies (#3659) 2025-07-09 17:03:43 -04:00
Tom Limoncelli
8a6baa7c24 Reapply "CHORE: Remove the MSDNS provider (#3656)"
This reverts commit e9f136036f.
2025-07-09 13:07:03 -04:00
Tom Limoncelli
e9f136036f Revert "CHORE: Remove the MSDNS provider (#3656)"
This reverts commit 1ccd5eb532.
2025-07-09 13:06:42 -04:00
Tom Limoncelli
1ccd5eb532
CHORE: Remove the MSDNS provider (#3656) 2025-07-09 12:47:48 -04:00
James O'Gorman
4ce19352e9
PORKBUN: Improve retry handling, mark as concurrent (#3652) 2025-07-09 12:03:59 -04:00
Tom Limoncelli
b66251bfda
CHORE: update dependencies and fmt (#3655)
Co-authored-by: Klett IT <github@klett-it.net>
Co-authored-by: Klett IT <71817167+KlettIT@users.noreply.github.com>
Co-authored-by: Klett IT <git@klett-it.net>
2025-07-09 10:56:00 -04:00
Tom Limoncelli
0d60e0c166
CHORE: Update dependencies (#3643) 2025-06-30 12:52:15 -04:00
dependabot[bot]
9fc981471d
Build(deps): Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#3644)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-30 12:20:40 -04:00
Tom Limoncelli
df7bf9f4ad
CHORE: Update dependencies (#3604) 2025-06-04 11:29:38 -04:00
Tom Limoncelli
217f410a62
CHORE: Update dependencies (#3602) 2025-06-03 15:07:09 -04:00
dependabot[bot]
bf5a4250b2
Build(deps): Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.9.0 to 1.10.0 (#3595)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:03:48 -04:00
dependabot[bot]
d7d5a6b701
Build(deps): Bump github.com/digitalocean/godo from 1.146.1 to 1.150.0 (#3596)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:02:53 -04:00
dependabot[bot]
9af2e8a81b
Build(deps): Bump github.com/oracle/oci-go-sdk/v65 from 65.91.0 to 65.92.0 (#3597)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:02:39 -04:00
dependabot[bot]
b7df6d562a
Build(deps): Bump github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.148 to 0.1.152 (#3598)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:02:25 -04:00
dependabot[bot]
cffa7e4f60
Build(deps): Bump github.com/mittwald/go-powerdns from 0.6.6 to 0.6.7 (#3594)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 13:02:11 -04:00
Tom Limoncelli
7882326a8d
CHORE: generate-all.sh (#3572) 2025-05-13 18:11:37 -04:00
Tom Limoncelli
cf26268955
CHORE: Update dependencies (#3560) 2025-05-03 08:18:56 -04:00
Tom Limoncelli
587519e008
CHORE: Update dependencies (#3515) 2025-03-30 16:32:50 -04:00
Tom Limoncelli
d5368053cf
CHORE: Update dependencies (#3504) 2025-03-23 15:37:05 -04:00
dependabot[bot]
00c9c62321
Build(deps): Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#3503)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-23 08:52:29 -04:00
Tom Limoncelli
f281698124
CHORE: Update dependencies (#3484) 2025-03-07 10:45:51 -05:00
dependabot[bot]
1962fb8840
Build(deps): Bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (#3465)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 12:31:59 -05:00
Tom Limoncelli
8c3903ea8c
CHORE: update deps; go generate (#3455) 2025-02-24 07:03:27 -05:00