You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/news-2026-05-28_release-2.9.0.md
+46-46Lines changed: 46 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,61 +8,61 @@ For that reason, the list of changes is quite long.
8
8
9
9
## What's Changed
10
10
11
-
* Fix documentation for flake-parts module by [@Enzime](https://github.com/Enzime) in [#111](https://github.com/terranix/terranix/pull/111)
12
-
* flake: lock `flake-parts` by [@Enzime](https://github.com/Enzime) in [#113](https://github.com/terranix/terranix/pull/113)
13
-
* fix: add float to sanitize by [@pedorich-n](https://github.com/pedorich-n) in [#114](https://github.com/terranix/terranix/pull/114)
14
-
* flake-module: allow customizing `extraArgs` by [@Enzime](https://github.com/Enzime) in [#116](https://github.com/terranix/terranix/pull/116)
15
-
* feat: Improve flake-parts module by [@pedorich-n](https://github.com/pedorich-n) in [#115](https://github.com/terranix/terranix/pull/115)
16
-
* update matrix channel name by [@Lykos153](https://github.com/Lykos153) in [#117](https://github.com/terranix/terranix/pull/117)
17
-
* feat: Support opentofu in flake-parts module by [@terlar](https://github.com/terlar) in [#118](https://github.com/terranix/terranix/pull/118)
18
-
* doc: Become maintainer (remove "unmaintained" message) by [@sshine](https://github.com/sshine) in [#122](https://github.com/terranix/terranix/pull/122)
19
-
* chore: Avoid evaluating terraform package for option docs by [@roberth](https://github.com/roberth) in [#121](https://github.com/terranix/terranix/pull/121)
20
-
* fix: Ensure workspace exists in flake-parts module scripts by [@terlar](https://github.com/terlar) in [#119](https://github.com/terranix/terranix/pull/119)
21
-
* refactor: separate dev inputs by [@terlar](https://github.com/terlar) in [#120](https://github.com/terranix/terranix/pull/120)
22
-
* Expose configuration directly from `flake-parts` module by [@typedrat](https://github.com/typedrat) in [#124](https://github.com/terranix/terranix/pull/124)
23
-
* flake-module: fix wrapper for `opentofu` called `terraform` by [@Enzime](https://github.com/Enzime) in [#127](https://github.com/terranix/terranix/pull/127)
24
-
* flake-module: fix `devShells` failing to build by [@Enzime](https://github.com/Enzime) in [#125](https://github.com/terranix/terranix/pull/125)
25
-
* flake-module: rename `setDevShell` to `exportDevShells` for clarity by [@Enzime](https://github.com/Enzime) in [#126](https://github.com/terranix/terranix/pull/126)
26
-
* flake-parts: Fix documentation eval by [@roberth](https://github.com/roberth) in [#128](https://github.com/terranix/terranix/pull/128)
27
-
* feat: ephemeral block by [@vdbe](https://github.com/vdbe) in [#129](https://github.com/terranix/terranix/pull/129)
28
-
* flake-parts: Separate `apps` from `packages` output by [@shivaraj-bh](https://github.com/shivaraj-bh) in [#133](https://github.com/terranix/terranix/pull/133)
29
-
* Fix docs generation by [@mmlb](https://github.com/mmlb) in [#134](https://github.com/terranix/terranix/pull/134)
30
-
* fix(flake-parts): Do not require terranix to be in root of inputs by [@jan-kouba](https://github.com/jan-kouba) in [#131](https://github.com/terranix/terranix/pull/131)
31
-
* chore: Summarize commit history in Changelog.md since 2.8.0 by [@sshine](https://github.com/sshine) in [#140](https://github.com/terranix/terranix/pull/140)
32
-
* lib: expose `config` from `terranixConfiguration` by [@Enzime](https://github.com/Enzime) in [#144](https://github.com/terranix/terranix/pull/144)
33
-
* Expose core module evaluation by [@Padraic-O-Mhuiris](https://github.com/Padraic-O-Mhuiris) in [#148](https://github.com/terranix/terranix/pull/148)
34
-
* feat(core/helpers): Add file helper function similar to ref/template by [@sshine](https://github.com/sshine) in [#138](https://github.com/terranix/terranix/pull/138)
35
-
* chore: Add changelog check on CI by [@sshine](https://github.com/sshine) in [#141](https://github.com/terranix/terranix/pull/141)
36
-
* core: add internal _meta passthru by [@oneingan](https://github.com/oneingan) in [#151](https://github.com/terranix/terranix/pull/151)
37
-
* docs: Update "getting started" URL in README.md to new address by [@sshine](https://github.com/sshine) in [#158](https://github.com/terranix/terranix/pull/158)
38
-
* docs: update readme to improve quality by [@sshine](https://github.com/sshine) in [#159](https://github.com/terranix/terranix/pull/159)
39
-
* Add `moved`/`removed` blocks to syntax by [@theutz](https://github.com/theutz) in [#160](https://github.com/terranix/terranix/pull/160)
40
-
* fix(core/terraform-invocs): Use meta.mainProgram instead of hardcoded terraform binary by [@sshine](https://github.com/sshine) in [#156](https://github.com/terranix/terranix/pull/156)
41
-
* chore: Update flake inputs and fix nixpkgs deprecations by [@sshine](https://github.com/sshine) in [#165](https://github.com/terranix/terranix/pull/165)
42
-
* chore: Bump terranix to v2.9.0 by [@sshine](https://github.com/sshine) in [#167](https://github.com/terranix/terranix/pull/167)
11
+
- Fix documentation for flake-parts module by [@Enzime](https://github.com/Enzime) in [#111](https://github.com/terranix/terranix/pull/111)
12
+
- flake: lock `flake-parts` by [@Enzime](https://github.com/Enzime) in [#113](https://github.com/terranix/terranix/pull/113)
13
+
- fix: add float to sanitize by [@pedorich-n](https://github.com/pedorich-n) in [#114](https://github.com/terranix/terranix/pull/114)
14
+
- flake-module: allow customizing `extraArgs` by [@Enzime](https://github.com/Enzime) in [#116](https://github.com/terranix/terranix/pull/116)
15
+
- feat: Improve flake-parts module by [@pedorich-n](https://github.com/pedorich-n) in [#115](https://github.com/terranix/terranix/pull/115)
16
+
- update matrix channel name by [@Lykos153](https://github.com/Lykos153) in [#117](https://github.com/terranix/terranix/pull/117)
17
+
- feat: Support opentofu in flake-parts module by [@terlar](https://github.com/terlar) in [#118](https://github.com/terranix/terranix/pull/118)
18
+
- doc: Become maintainer (remove "unmaintained" message) by [@sshine](https://github.com/sshine) in [#122](https://github.com/terranix/terranix/pull/122)
19
+
- chore: Avoid evaluating terraform package for option docs by [@roberth](https://github.com/roberth) in [#121](https://github.com/terranix/terranix/pull/121)
20
+
- fix: Ensure workspace exists in flake-parts module scripts by [@terlar](https://github.com/terlar) in [#119](https://github.com/terranix/terranix/pull/119)
21
+
- refactor: separate dev inputs by [@terlar](https://github.com/terlar) in [#120](https://github.com/terranix/terranix/pull/120)
22
+
- Expose configuration directly from `flake-parts` module by [@typedrat](https://github.com/typedrat) in [#124](https://github.com/terranix/terranix/pull/124)
23
+
- flake-module: fix wrapper for `opentofu` called `terraform` by [@Enzime](https://github.com/Enzime) in [#127](https://github.com/terranix/terranix/pull/127)
24
+
- flake-module: fix `devShells` failing to build by [@Enzime](https://github.com/Enzime) in [#125](https://github.com/terranix/terranix/pull/125)
25
+
- flake-module: rename `setDevShell` to `exportDevShells` for clarity by [@Enzime](https://github.com/Enzime) in [#126](https://github.com/terranix/terranix/pull/126)
26
+
- flake-parts: Fix documentation eval by [@roberth](https://github.com/roberth) in [#128](https://github.com/terranix/terranix/pull/128)
27
+
- feat: ephemeral block by [@vdbe](https://github.com/vdbe) in [#129](https://github.com/terranix/terranix/pull/129)
28
+
- flake-parts: Separate `apps` from `packages` output by [@shivaraj-bh](https://github.com/shivaraj-bh) in [#133](https://github.com/terranix/terranix/pull/133)
29
+
- Fix docs generation by [@mmlb](https://github.com/mmlb) in [#134](https://github.com/terranix/terranix/pull/134)
30
+
- fix(flake-parts): Do not require terranix to be in root of inputs by [@jan-kouba](https://github.com/jan-kouba) in [#131](https://github.com/terranix/terranix/pull/131)
31
+
- chore: Summarize commit history in Changelog.md since 2.8.0 by [@sshine](https://github.com/sshine) in [#140](https://github.com/terranix/terranix/pull/140)
32
+
- lib: expose `config` from `terranixConfiguration` by [@Enzime](https://github.com/Enzime) in [#144](https://github.com/terranix/terranix/pull/144)
33
+
- Expose core module evaluation by [@Padraic-O-Mhuiris](https://github.com/Padraic-O-Mhuiris) in [#148](https://github.com/terranix/terranix/pull/148)
34
+
- feat(core/helpers): Add file helper function similar to ref/template by [@sshine](https://github.com/sshine) in [#138](https://github.com/terranix/terranix/pull/138)
35
+
- chore: Add changelog check on CI by [@sshine](https://github.com/sshine) in [#141](https://github.com/terranix/terranix/pull/141)
36
+
- core: add internal \_meta passthru by [@oneingan](https://github.com/oneingan) in [#151](https://github.com/terranix/terranix/pull/151)
37
+
- docs: Update "getting started" URL in README.md to new address by [@sshine](https://github.com/sshine) in [#158](https://github.com/terranix/terranix/pull/158)
38
+
- docs: update readme to improve quality by [@sshine](https://github.com/sshine) in [#159](https://github.com/terranix/terranix/pull/159)
39
+
- Add `moved`/`removed` blocks to syntax by [@theutz](https://github.com/theutz) in [#160](https://github.com/terranix/terranix/pull/160)
40
+
- fix(core/terraform-invocs): Use meta.mainProgram instead of hardcoded terraform binary by [@sshine](https://github.com/sshine) in [#156](https://github.com/terranix/terranix/pull/156)
41
+
- chore: Update flake inputs and fix nixpkgs deprecations by [@sshine](https://github.com/sshine) in [#165](https://github.com/terranix/terranix/pull/165)
42
+
- chore: Bump terranix to v2.9.0 by [@sshine](https://github.com/sshine) in [#167](https://github.com/terranix/terranix/pull/167)
43
43
44
44
## Contributors
45
45
46
46
Thanks to
47
47
48
-
*[@terlar](https://github.com/terlar)
49
-
*[@vdbe](https://github.com/vdbe)
48
+
-[@terlar](https://github.com/terlar)
49
+
-[@vdbe](https://github.com/vdbe)
50
50
51
51
for their long-term contributions to terranix.
52
52
53
53
And thanks to the first-time contributors,
54
54
55
-
*[@sshine](https://github.com/sshine) — in [#122](https://github.com/terranix/terranix/pull/122)
56
-
*[@roberth](https://github.com/roberth) — in [#121](https://github.com/terranix/terranix/pull/121)
57
-
*[@mmlb](https://github.com/mmlb) — in [#134](https://github.com/terranix/terranix/pull/134)
58
-
*[@theutz](https://github.com/theutz) — in [#160](https://github.com/terranix/terranix/pull/160)
59
-
*[@oneingan](https://github.com/oneingan) — in [#151](https://github.com/terranix/terranix/pull/151)
60
-
*[@typedrat](https://github.com/typedrat) — in [#124](https://github.com/terranix/terranix/pull/124)
61
-
*[@Lykos153](https://github.com/Lykos153) — in [#117](https://github.com/terranix/terranix/pull/117)
62
-
*[@Enzime](https://github.com/Enzime) — in [#111](https://github.com/terranix/terranix/pull/111)
63
-
*[@pedorich-n](https://github.com/pedorich-n) — in [#114](https://github.com/terranix/terranix/pull/114)
64
-
*[@shivaraj-bh](https://github.com/shivaraj-bh) — in [#133](https://github.com/terranix/terranix/pull/133)
65
-
*[@Padraic-O-Mhuiris](https://github.com/Padraic-O-Mhuiris) — in [#148](https://github.com/terranix/terranix/pull/148)
66
-
*[@jan-kouba](https://github.com/jan-kouba) — in [#131](https://github.com/terranix/terranix/pull/131)
55
+
-[@sshine](https://github.com/sshine) — in [#122](https://github.com/terranix/terranix/pull/122)
56
+
-[@roberth](https://github.com/roberth) — in [#121](https://github.com/terranix/terranix/pull/121)
57
+
-[@mmlb](https://github.com/mmlb) — in [#134](https://github.com/terranix/terranix/pull/134)
58
+
-[@theutz](https://github.com/theutz) — in [#160](https://github.com/terranix/terranix/pull/160)
59
+
-[@oneingan](https://github.com/oneingan) — in [#151](https://github.com/terranix/terranix/pull/151)
60
+
-[@typedrat](https://github.com/typedrat) — in [#124](https://github.com/terranix/terranix/pull/124)
61
+
-[@Lykos153](https://github.com/Lykos153) — in [#117](https://github.com/terranix/terranix/pull/117)
62
+
-[@Enzime](https://github.com/Enzime) — in [#111](https://github.com/terranix/terranix/pull/111)
63
+
-[@pedorich-n](https://github.com/pedorich-n) — in [#114](https://github.com/terranix/terranix/pull/114)
64
+
-[@shivaraj-bh](https://github.com/shivaraj-bh) — in [#133](https://github.com/terranix/terranix/pull/133)
65
+
-[@Padraic-O-Mhuiris](https://github.com/Padraic-O-Mhuiris) — in [#148](https://github.com/terranix/terranix/pull/148)
66
+
-[@jan-kouba](https://github.com/jan-kouba) — in [#131](https://github.com/terranix/terranix/pull/131)
0 commit comments