Skip to content

Commit de6ce2e

Browse files
authored
Merge pull request #528 from tfutils/release/v3.2.2
Release v3.2.2
2 parents 7dadbcf + 42a9805 commit de6ce2e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.2.2 (April 28, 2026)
2+
3+
* FIX: Fail fast with precise diagnostics when TFENV_CONFIG_DIR is not writable, instead of misreporting lock contention for 60s; offer interactive fallback to ~/.tfenv (#524)
4+
15
## 3.2.1 (April 28, 2026)
26

37
* FIX: Install lock misreads missing config parent dir as contention, blocking first-run installs via Homebrew on macOS, fixing #487 and #525 (Gavin Elder <gavin.elder@seqera.io>)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add --no-cache --purge \
66
curl \
77
;
88

9-
ARG TFENV_VERSION=3.2.1
9+
ARG TFENV_VERSION=3.2.2
1010
RUN wget -O /tmp/tfenv.tar.gz "https://github.com/tfutils/tfenv/archive/refs/tags/v${TFENV_VERSION}.tar.gz" \
1111
&& tar -C /tmp -xf /tmp/tfenv.tar.gz \
1212
&& mv "/tmp/tfenv-${TFENV_VERSION}/bin"/* /usr/local/bin/ \

0 commit comments

Comments
 (0)