Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed Jul 25, 2020
1 parent 9a59de3 commit ee0b038
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changelog

## master - CURRENT

## 3.5.1 - 24/07/2020
## Modified
* Modify dependencies versions pinning to fix the docker images builds

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "dnsrobocert"
version = "3.5.1"
version = "3.5.0"
description = "A tool to manage your DNS-challenged TLS certificates"
license = "MIT"
keywords = [
Expand Down
2 changes: 1 addition & 1 deletion src/dnsrobocert/core/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def auth(dnsrobocert_config: Dict[str, Any], lineage: str):
break
else:
print(
f"Wait {sleep_time0} seconds to let all challenges be propagated: {challenges_to_check}"
f"Wait {sleep_time} seconds to let all challenges be propagated: {challenges_to_check}"
)
time.sleep(sleep_time)

Expand Down
2 changes: 0 additions & 2 deletions test/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ file:
/etc/dnsrobocert/config.yml:
exists: true
mode: "0644"
size: 12
owner: root
group: root
filetype: file
contains: []
/usr/bin/dnsrobocert:
exists: true
mode: "0755"
size: 220
owner: root
group: root
filetype: file
Expand Down

0 comments on commit ee0b038

Please sign in to comment.