Skip to content

Commit

Permalink
update changelog date
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Jul 1, 2024
1 parent 979bf0b commit d0f9953
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions devscripts/files/docker-compose.certbot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
db:
environment:
Expand Down Expand Up @@ -48,7 +47,7 @@ services:
aliases:
- ca.example.com
certbot:
build:
build:
context: .
dockerfile: devscripts/files/Dockerfile.certbot

Expand Down Expand Up @@ -81,6 +80,6 @@ networks:
dns:
driver: bridge
ipam:
config:
config:
- subnet: "10.5.0.0/16"
gateway: "10.5.0.1"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###################
1.29.0 (2024-06-30)
1.29.0 (2024-07-01)
###################

* Fix the `encoding` GET parameter when retrieving certificate revocation lists.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ debian-releases = [
ubuntu-releases = [
"focal", # 20.04, until 2025-04-23
"jammy", # 22.04, until 2027-04-21
"mantic", # 23.10, until 2024-07
"noble", # 24.04, until 2029-05-31
]

Expand Down

0 comments on commit d0f9953

Please sign in to comment.