Skip to content

Commit 678f67a

Browse files
authored
Merge pull request #43 from OpenVoxProject/fedora_43
Fedora 43
2 parents a5d0ab6 + e96f63f commit 678f67a

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Further fix for the file descriptor bug from last release.
44
* Removed unused ContentsDescription class that has been unused for a long time in favor of metadata.json.
5+
* Added support for Fedora 43 x86_64 and aarch64. Note that Fedora 43 has not yet been released and this agent is being built with the state of the OS at build time, so treat this agent accordingly.
6+
* The openvox-agent package now "provides" puppet-agent, so any projects that require a puppet-agent package can now use openvox-agent more seamlessly. It also now bounds the version for "replaces" on puppet-agent so that package managers don't complain.
57

68
## 8.17.0
79

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/202504291/","version":"202504291"}
1+
{"location":"https://s3.osuosl.org/openvox-artifacts/puppet-runtime/202505151/","version":"202505151"}

configs/components/pxp-agent.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"location":"https://s3.osuosl.org/openvox-artifacts/pxp-agent/202504291/","version":"202504291"}
1+
{"location":"https://s3.osuosl.org/openvox-artifacts/pxp-agent/202505161/","version":"202505161"}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platform 'fedora-43-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 'fedora-43-x86_64' do |plat|
2+
plat.inherit_from_default
3+
end

0 commit comments

Comments
 (0)