Skip to content

v0.1.9

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Mar 20:21
· 28 commits to main since this release
9b9badd

ProxyAuthK8s Release v0.1.9 - Leviathan

Release Date: 2026-03-20T20:17:34Z

Overview

Mostly doc targeted release and security release.


📦 Installation

Prerequisites

  • Kubernetes 1.30+
  • Helm 3.0+
  • OIDC Provider (optional, if using OIDC authentication)

Using Helm (Recommended)

# Install ProxyAuthK8s
helm install proxyauthk8s oci://ghcr.io/batleforc/proxyauthk8s/chart:v0.1.9 \
  --namespace proxyauthk8s \
  --create-namespace \
  --values values.yaml

Docker Images

# Backend/Controller
docker pull ghcr.io/batleforc/proxyauthk8s/server:v0.1.9

# Frontend
docker pull ghcr.io/batleforc/proxyauthk8s/front:v0.1.9

CLI Tool Installation - Not available YET

# Download the binary
wget https://github.com/batleforc/ProxyAuthK8S/releases/download/v0.1.9/proxyauthk8s-cli-{{OS}}-{{ARCH}}
chmod +x proxyauthk8s-cli-{{OS}}-{{ARCH}}
sudo mv proxyauthk8s-cli-{{OS}}-{{ARCH}} /usr/local/bin/proxyauthk8s

# Verify installation
proxyauthk8s --version

🔄 Update Instructions

Helm Update

# Upgrade the release
helm upgrade proxyauthk8s oci://ghcr.io/batleforc/proxyauthk8s:v0.1.9 \
  --namespace proxyauthk8s \
  --values values.yaml

CLI Tool Update - Not available YET

# Download and replace the binary
wget https://github.com/batleforc/ProxyAuthK8S/releases/download/v0.1.9/proxyauthk8s-cli-{{OS}}-{{ARCH}}
chmod +x proxyauthk8s-cli-{{OS}}-{{ARCH}}
sudo mv proxyauthk8s-cli-{{OS}}-{{ARCH}} /usr/local/bin/proxyauthk8s

🔗 Related Resources


📞 Support & Feedback


🙏 Contributors

Thank you to all contributors who made this release possible:

Max Batleforc

What's Changed

  • feat: Mise en place de la doc by @batleforc in #101
  • build(deps): bump anchore/sbom-action from 0.23.0 to 0.23.1 by @dependabot[bot] in #109
  • build(deps): bump softprops/action-gh-release from 2.5.0 to 2.6.1 by @dependabot[bot] in #114
  • build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 by @dependabot[bot] in #115
  • build(deps): bump bsord/helm-push from 4.1.0 to 4.2.0 by @dependabot[bot] in #102
  • feat: [StepSecurity] Apply security best practices by @step-security-bot in #118
  • build(deps): bump actions/configure-pages from 4.0.0 to 5.0.0 by @dependabot[bot] in #119
  • build(deps): bump go-task/setup-task from 1.0.0 to 1.1.0 by @dependabot[bot] in #120
  • build(deps): bump actions/upload-pages-artifact from 3.0.1 to 4.0.0 by @dependabot[bot] in #121

New Contributors

Full Changelog: v0.1.8...v0.1.9