Skip to content

Releases: ict-solutions-dev/docker-duoauthproxy

v1.2.0

09 Mar 22:37
ad507d2

Choose a tag to compare

What's Changed

New

  • Duo Authentication Proxy 6.6.0 with RadSec (RADIUS over TLS) beta support and Python 3.12.12

Improved

  • Simplified CI/CD — single DUO_VERSION env, removed build matrix and SUPPORTED_VERSIONS.md
  • README rewrite with versioning scheme documentation, Docker Compose examples, and security details
  • Added community health files: LICENSE (MIT), SECURITY.md, CONTRIBUTING.md, CODE_OF_CONDUCT.md
  • Added issue templates (bug report, feature request) and PR template
  • Secret scanning push protection enabled

Image

docker pull ghcr.io/ict-solutions-dev/duoauthproxy:1.2.0-duo6.6.0

Versioning

Tag format: {project-version}-duo{upstream-version}

  • Project version follows semver (major/minor/patch for our code changes)
  • Duo version tracks upstream Duo Authentication Proxy release

v1.1.0

23 Oct 06:25
90a0ec5

Choose a tag to compare

What's Changed

Features

  • Add support for radius ENVs

Dependencies

  • chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot[bot] in #1
  • chore(deps): bump ubuntu from 22.04 to 24.04 by @dependabot[bot] in #2
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #3
  • chore(deps): bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #6
  • chore(deps): bump aquasecurity/trivy-action from 0.32.0 to 0.33.1 by @dependabot[bot] in #7
  • chore(deps): bump hadolint/hadolint-action from 3.1.0 to 3.2.0 by @dependabot[bot] in #8
  • chore(deps): bump anchore/sbom-action from 0.17.2 to 0.20.6 by @dependabot[bot] in #9
  • chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0 by @dependabot[bot] in #10
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #11
  • chore(deps): bump anchore/sbom-action from 0.20.6 to 0.20.8 by @dependabot[bot] in #13

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

20 Jan 12:59
848c9f8

Choose a tag to compare

v1.0.0

New Features ✨

  • Initial release of Duo Security Authentication Proxy container
  • RADIUS protocol support with ports 1812-1818/UDP
  • Environment variable-based configuration system
  • Automated initialization script
  • Dynamic RADIUS client configuration
  • Proper signal handling in entrypoint script
  • Template validation for required variables
  • Simplified initialization process

Full Changelog: https://github.com/ict-solutions-dev/docker-duoauthproxy/commits/v1.0.0