-
Notifications
You must be signed in to change notification settings - Fork 6
MON-170631 Centreon next Collect 25.05 (Jira release #25047#) #2395
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
Open
pkippes
wants to merge
61
commits into
master
Choose a base branch
from
release-25.05-next
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* enh(ci): enhancements on nightly ticket creation * fix(packaging): same behavior for bench packages than for cbmod packages * fix(packaging): central-module.json becomes module.json REFS: MON-156194 * fix * rename * fix? * fix --------- Co-authored-by: David Boucher <dboucher@centreon.com>
) * fix(ci): fix jq operations on nightly creation ticket * remove dev branch requirement * to revert * remove potentially obsolete head command * fix? * fix * get sprint instead of id * Revert "to revert" This reverts commit 60fffd3. * Revert "remove dev branch requirement" This reverts commit d86c597.
REFS:MON-155395 enh(agent): native check eventlog
* generate agent pdb file and update asio usage * fix release compil issue
… on the day (#2242) * enh(nightly): run nightly on a different maintenance branch depending on the day * remove leftover done
* chore(release) bump collect 25.05.0
enh(agent): native process check fix(agent): native service check fix(nightly): connector ssh robot enh(vcpkg): use of 2025.03.19 vcpkg version
fix(broker): ba names and parent_name are not erased after reload fix(ut_agent): agent scheduler ut coredump
* fix(ci): run nightly dispatch only on expected repositories * update condition
enh(nightly): add ICON_UPDATE test
* chore(deps): bump docker/login-action from 3.3.0 to 3.4.0 (#2256) Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@9780b0c...74a5d14) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#2255) Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump actions/setup-python from 5.4.0 to 5.5.0 (#2254) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@4237552...8d9ed9a) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 (#2253) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#2252) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump tj-actions/changed-files from 46.0.1 to 46.0.3 (#2251) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.1 to 46.0.3. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@2f7c5bf...823fceb) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 46.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Synchronize .github/actions with ./github/workflows changes --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: May <110405507+mushroomempires@users.noreply.github.com>
* enh(ci): implement hash check for actions in actionlint * fix missing sha in actions
…#2300) On Alma9, this module has been split out and needs to be explicitly installed. On Alma8, it worked fine as it is part of perl-interpreter -- but the new dependency will not be a problem as perl-interpreter provides it. On Debian 11 and 12, the Tie::File perl module is part of the perl-modules packages; no need to do anything.
* fix(broker/bam): acknowledgement must work on all BA REFS: MON-160249
* fix(ci): fix schedule for cma robot test to prevent cancellation * add is_nightly = false on the cma robot test workflow * is_nightly was not a required input
…2401) * fix(engine): for encryption , make sure to test the metadata client * fix(grpc): validate certificate and key presence for encrypted server configuration * feat(engine): add connection without trusted token * fix(test): encryption to full * fix(test): for tls the cert/key are mandatory * fix(test): disable test missing header for windows
…2478) * fix(broker/engine): the empty cbmod must not start the multiplexer * fix(tests): bench tests disabled on ci REFS: MON-173354
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
skip-workflow-agent-analysis
skip-workflow-bbdo-analysis
skip-workflow-broker-analysis
skip-workflow-centreon-collect
skip-workflow-centreon-common
skip-workflow-docker-collect-testing
skip-workflow-docker-gorgone-testing
skip-workflow-docker-packaging
skip-workflow-gorgone
skip-workflow-libzmq
skip-workflow-lua-curl
skip-workflow-monitoring-agent
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.
REF #MON-170631