-
Notifications
You must be signed in to change notification settings - Fork 48
Release edge node agents with go 1.24.9 #590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 5 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
54744cf
Release edge node agents with go 1.24.9
rranjan3 70eba77
Update cgmanifest
rranjan3 1fa132a
Merge branch '3.0-dev' into rranjan3-ena-release
rranjan3 6696ba9
PMA @ 0.3.1
rranjan3 d5b9042
Merge branch '3.0-dev' into rranjan3-ena-release
rranjan3 cdad146
Review: Update lower/upper version of go
rranjan3 91c676b
Merge branch '3.0-dev' into rranjan3-ena-release
rranjan3 2fd7a63
Merge branch '3.0-dev' into rranjan3-ena-release
rranjan3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| Summary: Installs/uninstalls orchestration software on an edge node using command obtained from Cluster Orchestrator. | ||
| Name: cluster-agent | ||
| Version: 1.7.3 | ||
| Release: 4%{?dist} | ||
| Version: 1.8.3 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
| Distribution: Edge Microvisor Toolkit | ||
|
|
@@ -14,7 +14,7 @@ Source4: rke2-path.conf | |
| Source5: cluster-agent.sudoers | ||
| Source6: cluster_agent.te | ||
| Source7: cluster_agent.fc | ||
| BuildRequires: golang <= 1.24.7 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
| Requires(pre): %{_bindir}/systemd-sysusers | ||
| Requires: curl | ||
|
|
@@ -127,6 +127,10 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul | |
| %selinux_modules_uninstall -s %{selinuxtype} %{modulename} | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 1.8.3-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Thu Nov 05 2025 Kishan Mochi <[email protected]> - 1.7.3-4 | ||
| - build with golang <= 1.24.7 | ||
| - remove inbm selinux | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
SPECS/hardware-discovery-agent/hardware-discovery-agent.signatures.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| Summary: Edge node hardware information reporting | ||
| Name: hardware-discovery-agent | ||
| Version: 1.7.1 | ||
| Release: 3%{?dist} | ||
| Version: 1.8.1 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
| Distribution: Edge Microvisor Toolkit | ||
|
|
@@ -12,7 +12,7 @@ Source2: %{name}.service | |
| Source3: env_wrapper.sh | ||
| Source4: hd_agent.te | ||
| Source5: hd_agent.fc | ||
| BuildRequires: golang <= 1.24.7 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
| Requires(pre): %{_bindir}/systemd-sysusers | ||
| Requires: dmidecode | ||
|
|
@@ -114,6 +114,10 @@ install -m 644 %{modulename}.pp %{buildroot}%{_datadir}/selinux/packages/%{modul | |
| %selinux_modules_uninstall -s %{selinuxtype} %{modulename} | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 1.8.1-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Thu Nov 05 2025 Kishan Mochi <[email protected]> - 1.7.1-3 | ||
| - build with golang <= 1.24.7 | ||
| - remove inbm selinux | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| Summary: Edge node registration and trust management | ||
| Name: node-agent | ||
| Version: 1.8.1 | ||
| Version: 1.9.1 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
|
|
@@ -12,8 +12,7 @@ Source2: env_wrapper.sh | |
| Source3: %{name}.conf | ||
| Source4: node_agent.te | ||
| Source5: node_agent.fc | ||
| BuildRequires: golang >= 1.24.4 | ||
| BuildRequires: golang < 1.25.0 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
| Requires(pre): %{_bindir}/systemd-sysusers | ||
| Requires: (%{name}-selinux if selinux-policy-targeted) | ||
|
|
@@ -160,6 +159,10 @@ sed -i '/client-proxy/{N;d;}' %{_sysconfdir}/edge-node/node/confs/%{name}.yaml | |
| %selinux_modules_uninstall -s %{selinuxtype} %{modulename} | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 1.9.1-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Wed Oct 15 2025 Rajeev Ranjan <[email protected]> - 1.8.1-1 | ||
| - Send status initializing after provision | ||
|
|
||
|
|
||
2 changes: 1 addition & 1 deletion
2
SPECS/platform-manageability-agent/platform-manageability-agent.signatures.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| Summary: Platform managebility agent for out of band opration. | ||
| Name: platform-manageability-agent | ||
| Version: 0.2.2 | ||
| Version: 0.3.1 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
|
|
@@ -11,7 +11,7 @@ Source1: %{name}.conf | |
| Source2: %{name}.service | ||
| Source3: env_wrapper.sh | ||
| Source4: %{name}.sudoers | ||
| BuildRequires: golang <= 1.24.7 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
| Requires: rpc | ||
|
|
||
|
|
@@ -77,6 +77,10 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name} | |
| %{systemd_postun_with_restart %{name}.service} | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 0.3.1-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Mon Nov 10 2025 Jagrat Acharya <[email protected]> - 0.2.2-1 | ||
| - Updated PMA Version. | ||
| - PMA User Lock issue fixed. | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
SPECS/platform-telemetry-agent/platform-telemetry-agent.signatures.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
|
|
||
| Summary: An agent for managing and updating metric and log configurations | ||
| Name: platform-telemetry-agent | ||
| Version: 1.5.0 | ||
| Version: 1.6.1 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
|
|
@@ -22,8 +22,7 @@ Source5: platform_telemetry_agent.fc | |
| %global prefix /usr | ||
| # The source tarball containing the platform telemetry agent source code with vendor modules. | ||
| # Source tarball is generated by using Makefile and vendor modules is generated using "go mod vendor". | ||
| BuildRequires: golang >= 1.24.4 | ||
| BuildRequires: golang < 1.25.0 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
| BuildRequires: selinux-policy-devel | ||
| Requires(pre): %{_bindir}/systemd-sysusers | ||
|
|
@@ -148,6 +147,10 @@ echo "Assigning KUBECONFIG End" | |
| %systemd_postun platform-telemetry-agent.service | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 1.6.1-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Fri Nov 07 2025 Kishan Mochi <[email protected]> - 1.5.0-1 | ||
| - cleanup old inbm entries from configs | ||
|
|
||
|
|
||
2 changes: 1 addition & 1 deletion
2
SPECS/platform-update-agent/platform-update-agent.signatures.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
|
|
||
| Summary: An agent for updating the OS and bare metal agents packages | ||
| Name: platform-update-agent | ||
| Version: 1.7.3 | ||
| Version: 1.8.1 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
|
|
@@ -18,7 +18,7 @@ Source4: platform-update-agent.te | |
| Source5: platform-update-agent.fc | ||
| %global debug_package %{nil} | ||
| %global _build_id_links none | ||
| BuildRequires: golang <= 1.24.7 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
| BuildRequires: selinux-policy-devel | ||
| Requires(pre): %{_bindir}/systemd-sysusers | ||
|
|
@@ -133,6 +133,10 @@ rm -rf %{_var}/edge-node/pua | |
| echo "Successfully purged platform-update-agent" | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 1.8.1-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Mon Nov 10 2025 Niket Kumar <[email protected]> - 1.7.3-1 | ||
| - PUA changes to update kernel paramter | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| Summary: An agent gathering statistics from Open Edge Platform installations | ||
| Name: reporting-agent | ||
| Version: 0.0.4 | ||
| Release: 2%{?dist} | ||
| Version: 0.1.0 | ||
| Release: 1%{?dist} | ||
| License: Apache-2.0 | ||
| Vendor: Intel Corporation | ||
| Distribution: Edge Microvisor Toolkit | ||
|
|
@@ -10,7 +10,7 @@ Source0: %{url}/archive/refs/tags/%{name}/v%{version}.tar.gz#/%{name}-%{v | |
| Source1: %{name}.conf | ||
| Source2: edge-node-metrics.cron | ||
|
|
||
| BuildRequires: golang >= 1.24.4 | ||
| BuildRequires: golang <= 1.24.9 | ||
| BuildRequires: systemd-rpm-macros | ||
|
|
||
| Requires(pre): %{_bindir}/systemd-sysusers | ||
|
|
@@ -75,6 +75,10 @@ cp copyright %{buildroot}%{_defaultlicensedir}/%{name} | |
| %sysusers_create_package %{name} %{SOURCE1} | ||
|
|
||
| %changelog | ||
| * Thu Nov 20 2025 Rajeev Ranjan <[email protected]> - 0.1.0-1 | ||
| - Update to golang 1.24.9 | ||
| - Fix CVE-2025-47913 | ||
|
|
||
| * Tue Sep 2 2025 Polmoorx shiva kumar <[email protected]> - 0.0.4-2 | ||
| - Update go version to use above 1.24.4 | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.