Releases: theohbrothers/docker-easyrsa
Releases · theohbrothers/docker-easyrsa
20240519.0.0
Changes
✨ Enhancements
- Enhancement: Add easyrsa 3.2.0 variants @theohbrothersbot (#61)
🖊️ Refactors
- Refactor (ci): Bump actions to node 20 @leojonathanoh (#60)
20240406.0.0
Changes
✨ Enhancements
- Enhancement: Constraint versions in
versions.json
@leojonathanoh (#54)
🐛 Bug Fixes
- Fix: Fix regression of downloaded file not being cleaned up @leojonathanoh (#56)
- Fix: Fix
docker-entrypoint.sh
printing passed arguments @leojonathanoh (#59)
🖊️ Refactors
- Refactor: Update CI files @theohbrothersbot (#57)
📝 Documentation
- Docs: Update spelling in Update-Versions.ps1 @leojonathanoh (#55)
- Docs (readme): Update GitHub CI badge @leojonathanoh (#58)
20231014.0.1
Changes
🐛 Bug Fixes
- Fix: Fix rare error
rm: can't remove '/root/.gnupg/S.*
during docker build @leojonathanoh (#53)
20231014.0.0
20230927.0.0
Changes
- Change: Remove
v
prefix from docker tags @leojonathanoh (#50)
20230926.0.0
Changes
🚀 Features
- Enhancement (ci): Add support for incremental variants @leojonathanoh (#45)
- Enhancement (ci): Add
workflow_dispatch
tocron
job @leojonathanoh (#44)
🐛 Bug Fixes
- Fix: Sleep 1 second before cleaning up
/root/.gnupg
to avoid race condition error @leojonathanoh (#46) - Fix: Fix error removing
/root/.gnupg
@leojonathanoh (#48) - Fix (docker-entrypoint.sh): Fix detection of
easyrsa
subcommands for 3.1.6 @leojonathanoh (#47)
🖊️ Refactors
- Refactor (ci): Use a
job_group_key
to group jobs @leojonathanoh (#49)
20230922.0.0
Changes
🚀 Features
- Enhancement (ci): Remove
$env:GITHUB_TOKEN
inUpdate-Versions.ps1
@leojonathanoh (#42)
🖊️ Refactors
- Refactor (ci): Use new
versions.json
config @leojonathanoh (#43)
📝 Documentation
- Docs (readme): Update Variant versions section @leojonathanoh (#41)
20230915.1.0
Changes
🚀 Features
- Enhancement: Remove unneeded
iptables
@leojonathanoh (#39)
🐛 Bug Fixes
- Fix: Remove
/root/.gnupg
after removinggnupg
@leojonathanoh (#40)
20230915.0.0
Changes
🚀 Features
- Enhancement: Add v3.1.6 variants @theohbrothers2 (#32)
- Enhancement: Add v3.1.4 variants @theohbrothers2 (#33)
- Enhancement: Add v3.1.3 variants @theohbrothers2 (#34)
- Enhancement: Add v3.1.0 variants @theohbrothers2 (#35)
- Enhancement: Add v3.0.9 variants @theohbrothers2 (#36)
- Enhancement: Add v3.0.2 variants @theohbrothers2 (#37)
- Enhancement: Add
easyrsa
toPATH
, and store PKI in/data/pki
@leojonathanoh (#38)
📝 Documentation
- Docs (readme): Move base image note to top of readme @leojonathanoh (#31)
20230914.0.0
Changes
🚀 Features
- Enhancement: Install
easyrsa
manually and change base image toalpine:3.17
@leojonathanoh (#27) - Enhancement (ci): Add
on: merge_group
for merge queue support @leojonathanoh (#30) - Enhancement (ci): Add
Update-Versions.ps1
andcron
job @leojonathanoh (#29)
🖊️ Refactors
- Refactor: Move versions from
VARIANTS.ps1
toversions.json
@leojonathanoh (#28)