Skip to content

Commit 3c5a00d

Browse files
authored
Merge pull request #31 from OpenVoxProject/trixie
Add Debian 13, amazon-2-x86_64
2 parents 7b9ccfb + e7b4c36 commit 3c5a00d

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Unreleased
22

3+
* Fixed an issue where we attempted to close the file descriptor of the directory we are iterating. [openvox/puppet#9552](https://github.com/puppetlabs/puppet/pull/9552)
4+
* Added Debian 13 aarch64 and x86_64. This is built using a pre-release Trixie container image. Consider this agent pre-release until Debian 13 is officially released and we build using the official image. However, you should have no problems using this agent with Trixie.
5+
* Added amazon-2-x86_64. You may continue to use the el-7-x86_64 agent for this platform, but this one is built specifically with an amazonlinux:2 container image.
6+
37
## 8.16.0
48

59
* Updated curl to 8.13.0
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platform 'amazon-2-x86_64' do |plat|
2+
plat.inherit_from_default
3+
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platform "debian-13-aarch64" do |plat|
2+
plat.inherit_from_default
3+
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platform "debian-13-amd64" do |plat|
2+
plat.inherit_from_default
3+
end

0 commit comments

Comments
 (0)