87 Commits

Author SHA1 Message Date
ef4cbce8d2
Update dependency apprise to v1.9.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m43s
Test Pull Request / Notify (pull_request) Successful in 2s
Build Image / Validate Image (push) Successful in 1m40s
Build Image / Publish Image (push) Successful in 4m7s
Build Image / Notify (push) Successful in 2s
2025-04-06 20:00:11 +00:00
db2dcbdf4b
Checkout repo before running build stage of validate image action (#49) [skip-ci]
Some checks failed
Build Image / Publish Image (push) Has been cancelled
Build Image / Notify (push) Has been cancelled
Build Image / Validate Image (push) Has been cancelled
Reviewed-on: #49
2025-03-22 08:56:22 +00:00
d765616d7c
Update certbot to v3.3.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m9s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 2m23s
Build Image / Publish Image (push) Successful in 4m24s
Build Image / Notify (push) Successful in 5s
2025-03-18 17:00:11 +00:00
23c2a2a07c
Update dependency go to v1.24.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 5m37s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 2m22s
Build Image / Publish Image (push) Successful in 4m0s
Build Image / Notify (push) Successful in 8s
2025-03-13 08:00:19 +00:00
47bc7c9657
Update alpine Docker tag to v3.21.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 38m8s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 2m38s
Build Image / Publish Image (push) Successful in 6m17s
Build Image / Notify (push) Successful in 3s
2025-02-21 20:00:10 +00:00
30d95c69cd
Update certbot to v3.2.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m18s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Publish Image (push) Has been skipped
Build Image / Notify (push) Has been skipped
Build Image / Validate Image (push) Successful in 1m40s
2025-02-18 22:00:12 +00:00
a09b5471bf
Update alpine Docker tag to v3.21.2
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 3m11s
Test Pull Request / Notify (pull_request) Successful in 3s
renovate/stability-days Updates have met minimum release age requirement
Build Image / Validate Image (push) Successful in 2m30s
Build Image / Publish Image (push) Successful in 3m42s
Build Image / Notify (push) Successful in 3s
Build Tagged Release Image / Build Image (push) Successful in 4m3s
Build Tagged Release Image / Create Release (push) Successful in 38s
Build Tagged Release Image / Notify (push) Successful in 2s
1.3.0
2025-01-15 13:00:11 +00:00
659f5c4054
Update dependency apprise to v1.9.2
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 5m21s
Test Pull Request / Notify (pull_request) Successful in 2s
Build Image / Validate Image (push) Successful in 2m28s
Build Image / Publish Image (push) Successful in 3m49s
Build Image / Notify (push) Successful in 2s
2025-01-15 12:00:14 +00:00
c52e0667eb
Fix formatting in Dockerfile (#43) [skip ci]
Reviewed-on: #43
2025-01-15 11:43:54 +00:00
b05b79fffb
Update certbot to v3 (major) (#42)
All checks were successful
Build Image / Validate Image (push) Successful in 2m35s
Build Image / Publish Image (push) Successful in 4m16s
Build Image / Notify (push) Successful in 3s
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [certbot](https://github.com/certbot/certbot) | major | `==2.11.0` -> `==3.1.0` |
| [certbot-dns-cloudflare](https://github.com/certbot/certbot) | major | `==2.11.0` -> `==3.1.0` |

---

### Release Notes

<details>
<summary>certbot/certbot (certbot)</summary>

### [`v3.1.0`](https://github.com/certbot/certbot/releases/tag/v3.1.0): Certbot 3.1.0

[Compare Source](https://github.com/certbot/certbot/compare/v3.0.1...v3.1.0)

##### Added

-

##### Changed

-   Python 3.8 support was removed.
-   certbot-dns-rfc2136's minimum required version of dnspython is now 2.6.1.
-   Updated our Docker images to be based on Alpine Linux 3.20.
-   Our runtime dependency on setuptools has been dropped from all Certbot
    components.
-   Certbot's packages no longer depend on library importlib_resources.

##### Fixed

-   Included an OpenSSL library that was missing in our Certbot snap fixing
    crashes affecting 32-bit ARM users.

More details about these changes can be found on our GitHub repo.

### [`v3.0.1`](https://github.com/certbot/certbot/releases/tag/v3.0.1): Certbot 3.0.1

[Compare Source](https://github.com/certbot/certbot/compare/v3.0.0...v3.0.1)

##### Fixed

-   Removed a CryptographyDeprecationWarning that was being displayed to users
    when checking OCSP status.

More details about these changes can be found on our GitHub repo.

### [`v3.0.0`](https://github.com/certbot/certbot/releases/tag/v3.0.0): Certbot 3.0.0

[Compare Source](https://github.com/certbot/certbot/compare/v2.11.0...v3.0.0)

##### Added

-

##### Changed

-   The update_symlinks command was removed.
-   The `csr_dir` and `key_dir` attributes on
    `certbot.configuration.NamespaceConfig` were removed.
-   The `--manual-public-ip-logging-ok` command line flag was removed.
-   The `--dns-route53-propagation-seconds` command line flag was removed.
-   The `certbot_dns_route53.authenticator` module has been removed. This should
    not affect any users of the plugin and instead would only affect developers
    trying to develop on top of the old code.
-   Support for Python 3.8 was deprecated and will be removed in our next planned
    release.

##### Fixed

-

More details about these changes can be found on our GitHub repo.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Reviewed-on: #42
Co-authored-by: Renovate Bot <renovate@mrmeeb.stream>
Co-committed-by: Renovate Bot <renovate@mrmeeb.stream>
2025-01-15 11:06:00 +00:00
2ed23e1021
Update alpine Docker tag to v3.21.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m21s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 2m24s
Build Image / Publish Image (push) Successful in 4m57s
Build Image / Notify (push) Successful in 3s
2025-01-14 06:00:10 +00:00
4c2ddbfe98
Update dependency apprise to v1.9.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m26s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 2m41s
Build Image / Publish Image (push) Successful in 4m24s
Build Image / Notify (push) Successful in 3s
2024-12-25 02:00:10 +00:00
e73fca921f
Update alpine Docker tag to v3.21.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m2s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 1m58s
Build Image / Publish Image (push) Successful in 4m50s
Build Image / Notify (push) Successful in 4s
2024-12-13 02:00:12 +00:00
7935535c55
Update dependency just-containers/s6-overlay to v3.2.0.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 3m34s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 2m25s
Build Image / Publish Image (push) Successful in 4m3s
Build Image / Notify (push) Successful in 3s
2024-10-18 00:00:12 +00:00
f49865a3c8
Update dependency apprise to v1.9.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 3m27s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 1m44s
Build Image / Publish Image (push) Successful in 3m47s
Build Image / Notify (push) Successful in 2s
2024-09-14 19:00:11 +00:00
e3bb7aa9bb
Update alpine Docker tag to v3.20.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 5m28s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 2m35s
Build Image / Publish Image (push) Successful in 6m11s
Build Image / Notify (push) Successful in 5s
2024-09-13 23:01:11 +00:00
9e12fde518
Update dependency apprise to v1.8.1
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 4m46s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 1m38s
Build Image / Publish Image (push) Successful in 5m22s
Build Image / Notify (push) Successful in 3s
2024-08-03 20:00:11 +00:00
7e3360f187
Update alpine Docker tag to v3.20.2
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m48s
Test Pull Request / Notify (pull_request) Successful in 2s
Build Image / Validate Image (push) Successful in 2m3s
Build Image / Publish Image (push) Successful in 5m12s
Build Image / Notify (push) Successful in 2s
2024-07-22 22:00:12 +00:00
9b848e7edb
Delay Renovate from picking up new releases by 7 days (#31) [skip ci]
When Renovate acts too quickly, weirdness can occur, especially when more core packages like Alpine are updated - things haven't had time to propogate if we start updating less than an hour after the release. Waiting 7 days should give plenty of time for other maintainers to update their packages and for things to distribute.

Reviewed-on: #31
2024-06-22 15:37:03 +00:00
4ca8981d0c
Update alpine Docker tag to v3.20.1
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m49s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 2m27s
Build Image / Publish Image (push) Successful in 4m57s
Build Image / Notify (push) Successful in 3s
2024-06-20 19:00:12 +00:00
f6d067b561
Fix s6-overlay format error (#29)
All checks were successful
Build Image / Validate Image (push) Successful in 2m29s
Build Image / Publish Image (push) Successful in 4m58s
Build Image / Notify (push) Successful in 3s
Build Tagged Release Image / Build Image (push) Successful in 4m46s
Build Tagged Release Image / Create Release (push) Successful in 19s
Build Tagged Release Image / Notify (push) Successful in 2s
Add missing shebangs that cause `S6 warning: unable to spawn ./finish: Exec format error` when `ONESHOT=true`. Fixes #28

Also brings the method for killing a container via service exit inline with s6's documented method

Reviewed-on: #29
1.2.1
2024-06-15 15:55:18 +00:00
2962b45496
Update dependency just-containers/s6-overlay to v3.2.0.0
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m23s
Test Pull Request / Notify (pull_request) Successful in 4s
Build Image / Validate Image (push) Successful in 1m40s
Build Image / Publish Image (push) Successful in 4m58s
Build Image / Notify (push) Successful in 3s
2024-06-07 15:00:12 +00:00
535a33506b
Update certbot to v2.11.0
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m37s
Test Pull Request / Notify (pull_request) Successful in 3s
Build Image / Validate Image (push) Successful in 2m32s
Build Image / Publish Image (push) Successful in 4m53s
Build Image / Notify (push) Successful in 3s
2024-06-06 08:00:17 +00:00
c187e05fad Add logrotate (#25)
All checks were successful
Build Image / Validate Image (push) Successful in 36s
Build Tagged Release Image / Build Image (push) Successful in 5m14s
Build Image / Publish Image (push) Successful in 4m57s
Build Image / Notify (push) Successful in 2s
Build Tagged Release Image / Create Release (push) Successful in 52s
Build Tagged Release Image / Notify (push) Successful in 2s
Adds logrotate, running every day at 00:00.

Rotates `letsencrypt.log`, keeping 10 versions.
Rotates `renew.log` at 100 megabytes

Closes #10

Reviewed-on: #25
Co-authored-by: MrMeeb <mrmeeb@noreply.git.mrmeeb.stream>
Co-committed-by: MrMeeb <mrmeeb@noreply.git.mrmeeb.stream>
1.2.0
2024-06-04 17:52:46 +00:00
d4dd1c57c1 Add renewal notifications (#24)
Closes #9

Reviewed-on: #24
Co-authored-by: MrMeeb <mrmeeb@noreply.git.mrmeeb.stream>
Co-committed-by: MrMeeb <mrmeeb@noreply.git.mrmeeb.stream>
2024-06-04 17:52:26 +00:00
aa4bbc765d Move to Feature Branch Workflow [skip ci] (#23)
Change branch method for [Feature Branch](https://www.atlassian.com/git/tutorials/comparing-workflows/feature-branch-workflow) workflow. Gitflow workflow is overkill for my needs.

Reviewed-on: #23
Co-authored-by: MrMeeb <mrmeeb@noreply.git.mrmeeb.stream>
Co-committed-by: MrMeeb <mrmeeb@noreply.git.mrmeeb.stream>
2024-06-04 17:51:56 +00:00
b810f98831 Merge pull request 'Update alpine Docker tag to v3.20.0' (#19) from renovate/alpine-3.x into master
Reviewed-on: #19
2024-05-29 17:01:13 +00:00
b25bb57772 Add setuptools for certbot dependencies 2024-05-29 16:35:00 +00:00
9e06b48edb Update alpine Docker tag to v3.20.0 2024-05-27 22:46:33 +00:00
ef9cebf093 Revert c12eb0b381ba146398e8e7dc63c67e07b2fb4455 (#18)
Reviewed-on: #18
2024-05-27 22:30:03 +00:00
4983cfb5ef revert c12eb0b381ba146398e8e7dc63c67e07b2fb4455
revert Update alpine Docker tag to v3.20.0
2024-05-27 22:24:29 +00:00
3c2d85b994 Update certbot to v2.10.0 2024-05-27 22:12:33 +00:00
63c85278a9 Update alpine Docker tag to v3.20.0 2024-05-27 22:07:58 +00:00
ce992d4859 Fix incorrect reference to default branch (#17)
Reviewed-on: #17
2024-05-27 22:01:48 +00:00
f8d17978e3 Fix incorrect reference to default branch 2024-05-27 20:53:20 +00:00
08d4bf5d6d Update base renovate branch 2024-05-27 15:57:57 +00:00
b1ff81c726 Merge pull request 'Add automations and bump base versions' (#11) from develop into master
Reviewed-on: #11
2024-05-12 11:40:44 +00:00
76ee09a143 Correct build-main workflow 2024-05-12 11:33:34 +00:00
f83d27e411 Merge branch 'automation' into develop 2024-05-12 11:30:13 +00:00
93ed0281a1 Correct workflow dependency graph 2024-05-12 11:22:16 +00:00
ff6dcbccd1 Add gitea actions 2024-05-12 11:00:57 +00:00
a82028cde5 Remove Drone build badges 2024-05-12 10:58:19 +00:00
c213e9214c Add gitea actions 2024-05-12 10:57:43 +00:00
a259156875 Change release formatting 2024-05-12 09:25:01 +00:00
9906cf6c0a Update goreleaser syntax 2024-05-12 09:24:53 +00:00
8ba971571c Rebase to Alpine 3.19.1 2024-05-12 09:22:25 +00:00
ef7fff219d Update S6 to 3.1.6.2 2024-05-12 09:22:08 +00:00
15a0cb3a16 Version control for Certbot packages 2024-05-12 09:21:44 +00:00
6a2cca0af6 Enable Renovate 2024-05-12 09:21:23 +00:00
c678de2009 Update README.md [CI SKIP] 2024-01-13 17:30:08 +00:00