Skip to content

Commit 1aec0e9

Browse files
authored
Merge pull request #3241 from donoghuc/release-prep
(packaging) prep 3.27.3
2 parents 73be078 + 1f4bc01 commit 1aec0e9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## Bolt 3.27.3 (2023-10-05)
4+
5+
### Bug fixes
6+
7+
* **Only set ruby env vars for local transport when non empty strings**
8+
([#3236](#3236))
9+
10+
Previously when using bundled-ruby=false for the local transport and
11+
not expliclty setting ruby environment variables internal apply tasks
12+
did not work due to ruby code not being able to be loaded. Now the local
13+
transport only preserves ruby environment variables when they are set
14+
to something other than an empty string.
15+
16+
_Contributed by [donoghuc](https://github.com/donoghuc)_
17+
318
## Bolt 3.27.2 (2023-08-14)
419

520
### Bug fixes

0 commit comments

Comments
 (0)