Skip to content

Commit 7dc093a

Browse files
committed
bump: version 1.0.3 → 1.0.4
1 parent 5232a48 commit 7dc093a

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.0.4 (2025-04-08)
2+
3+
### Feat
4+
5+
- update to 0.20.1
6+
- update to 0.20.0
7+
- update tcs-garr
8+
- update tcs-garr
9+
- update tcs-garr
10+
- update tcs-garr. update CI
11+
112
## 1.0.3 (2025-03-07)
213

314
### Feat

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TCS_VERSION=0.20.1
1+
ARG TCS_VERSION=0.21.0
22
FROM ghcr.io/consortiumgarr/tcs-garr:${TCS_VERSION}
33

44
ARG USER=tcs

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ your own discretion.**
2626

2727
To use the Docker image, you need:
2828

29-
- An administrative account on <https://cm.harica.gr> for your organization
29+
- Read [prerequisites](https://github.com/ConsortiumGARR/tcs-garr/blob/main/README.md#prerequisites)
3030
- Knowledge of and familiarity with the
3131
[harica-cli README](https://github.com/ConsortiumGARR/tcs-garr/blob/main/README.md)
3232
- Familiarity with [certbot-sectigo](docker/certbot-sectigo)
@@ -65,6 +65,8 @@ docker build -t auto-harica:latest .
6565
| HARICA_USERNAME | Harica account email | |
6666
| HARICA_PASSWORD | Harica account password | |
6767
| HARICA_TOTP_SEED | TOTP seed used for 2FA | |
68+
| HARICA_HTTP_PROXY | HTTP Proxy (e.g. use when you don't have direct internet access) | None |
69+
| HARICA_HTTPS_PROXY | HTTPS Proxy (e.g. use when you don't have direct internet access) | None |
6870
| HARICA_OUTPUT_FOLDER | Destination folder for generated certificates | /app/harica_cerificates |
6971
| ENVIRONMENT | Specify which Harica environment to use (production or stg) | production |
7072
| SECTIGO_BACKWARD_COMPATIBILITY | Searches for expiring certificates belonging to $DOMAIN in the volume previously created by Sectigo | false |

env.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ if [ -z "$HARICA_PASSWORD" ]; then
1717
exit 1
1818
fi
1919

20-
if [ -z "$HARICA_TOTP_SEED" ]; then
21-
echo "No totp set, please fill -e 'HARICA_TOTP_SEED=otpauth://totp/HARICA.....'"
22-
exit 1
23-
fi
24-
2520
if [ "$ENVIRONMENT" != "production" ] && [ "$ENVIRONMENT" != "stg" ]; then
2621
echo "No valid environment set, please fill -e 'ENVIRONMENT=production' or -e 'ENVIRONMENT=stg'"
2722
exit 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "auto-harica"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Automated SSL/TLS certificate issuance and renewal for Harica using Docker."
55
readme = "README.md"
66
requires-python = ">=3.13"

0 commit comments

Comments
 (0)