Skip to content

Releases: dployr-io/dployr

v0.6.66

Choose a tag to compare

@tobimadehin tobimadehin released this 15 Jun 22:08

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.66/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 15 Jun 17:33

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.65/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 15 Jun 15:47

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.64/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 15 Jun 15:20

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.63/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 15 Jun 10:21

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.62/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 15 Jun 08:54

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.60/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 14 Jun 22:37

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.58/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 14 Jun 19:08

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.57/install.sh | bash

What'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 Apache production 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

Choose a tag to compare

@tobimadehin tobimadehin released this 13 Jun 13:25

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.56/install.sh | bash

What'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

Choose a tag to compare

@tobimadehin tobimadehin released this 11 Jun 09:47

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.ps1

macOS:

# 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 | bash

Linux:

curl -sSL https://raw.githubusercontent.com/dployr-io/dployr/refs/tags/v0.6.55/install.sh | bash

What'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)