Skip to content

Squid Tentacle v1.6.9

Choose a tag to compare

@ppXD ppXD released this 14 May 15:14
· 254 commits to main since this release
7888e95

Squid Tentacle v1.6.9

Self-contained Linux deployment agent binaries (x64 + arm64).

Installation

One-liner (latest):

curl -fsSL https://raw.githubusercontent.com/SolarifyDev/Squid/main/deploy/scripts/install-tentacle.sh | sudo bash

Specific version:

curl -fsSL https://raw.githubusercontent.com/SolarifyDev/Squid/main/deploy/scripts/install-tentacle.sh | sudo bash -s -- --version 1.6.9

Docker:

docker pull squidcd/squid-tentacle-linux:1.6.9

Downloads

Platform Architecture Archive
Linux (glibc) x64 squid-tentacle-1.6.9-linux-x64.tar.gz
Linux (glibc) arm64 squid-tentacle-1.6.9-linux-arm64.tar.gz
Linux (musl / Alpine) x64 squid-tentacle-1.6.9-linux-musl-x64.tar.gz
Linux (musl / Alpine) arm64 squid-tentacle-1.6.9-linux-musl-arm64.tar.gz

See CHANGELOG for commit history.

What's Changed

  • Fix flaky WindowsPowerShellE2ETests via cumulative log accumulation (P2-3) by @ppXD in #317
  • Add packaged-scripts discovery to IIS deploy (P1-3) by @ppXD in #318
  • Add IIS cert auto-import + private-key ACL (P0-1) by @ppXD in #319
  • Add deployment journal + SkipIfAlreadyInstalled to IIS deploy (P0-2) by @ppXD in #320
  • Extend all 4 rewriters to scan AdditionalPaths (P1-4) by @ppXD in #321
  • Octostache filter support in SubstituteInFiles (P0-3 subset) by @ppXD in #323
  • Add 3 error-tolerance toggles to IIS deploy (P2-1) by @ppXD in #324
  • Harden 1.6.9 IIS deploy: cert chain split, identity-type ACL, journal failure trap by @ppXD in #325
  • Drain AsyncStreamReader in GetStatus to fix flaky pwsh log-capture by @ppXD in #326

Full Changelog: 1.6.8...1.6.9