Releases: dployr-io/dployr
Releases · dployr-io/dployr
Release list
v0.6.66
dployr v0.6.66
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.66/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.66/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.66/install.sh | bashWhat's Changed
Changelog
- 002d7f5 feat(cgroup): update ReadClusterResources to calculate accurate working set memory per cluster
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.65
dployr v0.6.65
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.65/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.65/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.65/install.sh | bashWhat's Changed
Changelog
- 6e1906d feat(resources): enhance ClusterResourcesInfo to include CPU limits and usage metrics
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.64
dployr v0.6.64
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.64/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.64/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.64/install.sh | bashWhat's Changed
Changelog
- 2ae5a30 refactor(update): remove guard that blocked ReadClusterResources from recomputing on node update
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.63
dployr v0.6.63
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.63/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.63/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.63/install.sh | bashWhat's Changed
Changelog
- b5cc0f8 feat(install): add Polkit rule to allow dployrd to manage systemd units without interactive auth
- a581097 refactor(cluster): rename Setupper to Provisioner for clarity in handler and tests
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.62
dployr v0.6.62
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.62/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.62/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.62/install.sh | bashWhat's Changed
Changelog
- 8d264b1 feat(system): enhance EnsureClusterSlice to use D-Bus for slice management and update limits in place
- 4beed0a refactor(main): remove cgroup slice restoration logic during startup
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.60
dployr v0.6.60
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.60/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.60/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.60/install.sh | bashWhat's Changed
Changelog
- 3176ee6 feat(system): replace sudo-exec systemctl with D-Bus API and add cluster setup endpoint
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.58
dployr v0.6.58
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.58/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.58/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.58/install.sh | bashWhat's Changed
Changelog
- 3040673 feat(deploy): implement cluster resource isolation via cgroup slices
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.57
dployr v0.6.57
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.57/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.57/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.57/install.sh | bashWhat's Changed
Changelog
- fd6725a chore(deployments): update log command helper to include follow flag; remove unused stream package
- af56897 feat(deploy): enhance logging and error handling in BuildImage and add Dockerfile generation improvements
- 3eff476 feat(executor): implement log stream management to prevent duplicate streams and handle cancellations
- 2f8f675 feat(logs): add 'since' parameter to StreamLogs and fix log entry JSON formatting
- a757a01 feat(version-resolver): enhance EOL handling with FlexBool and add warnings for expired versions
- 157ac06 fix(deploy_app): update PHP image tag to include '-apache' which uses
Apacheproduction server image - 77f4c40 fix(handler): reduce default session timeout to 10 minutes and improve idle session handling
- a09e498 style(format): gofmt
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.56
dployr v0.6.56
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.56/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.56/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.56/install.sh | bashWhat's Changed
Changelog
- 3a0d60e feat(caddy): set logging level for Caddy to error level in installer
- e81f6f8 feat(logs): implement timestamp stripping in log message rendering
- 2668ea7 feat(vector): add Loki configuration and setup for Vector logging
- 089b6ce feat(vector): enhance Loki sink configuration with optional push token
- a7f06ea fix(install): simplify script execution by removing conditional main call
- 5e14fe5 fix(install): update loki source in configuration from 'dployrd' to 'runtime'
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)
v0.6.55
dployr v0.6.55
Installation
Windows:
# Chocolatey (installs all dependencies)
choco install dployr
# Scoop
scoop bucket add dployr https://github.com/dployr-io/scoop-dployr
scoop install dployr
# Manual
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.55/install.ps1" -OutFile "install.ps1"
.\install.ps1macOS:
# Homebrew (installs Caddy dependency)
brew install dployr-io/dployr/dployr
# Manual
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.55/install.sh | bashLinux:
curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.55/install.sh | bashWhat's Changed
Changelog
- 684e0b7 feat(auth): update RequestEmailOTP to return TOTP requirement and adjust login flow
Dependencies included:
- dployr: CLI client
- dployrd: daemon service
- Caddy: reverse proxy (auto-installed)
- NSSM: Windows service manager (Windows only, auto-installed)