Skip to content

Conversation

@Mary-Clb
Copy link
Contributor

No description provided.

@Mary-Clb Mary-Clb changed the title [WIP] GLPI 11 compatibility GLPI 11 compatibility Jun 23, 2025
@Mary-Clb Mary-Clb requested review from Rom1-B and stonebuzz June 23, 2025 14:44
@stonebuzz
Copy link
Contributor

Once the suggestions have been applied, please follow these steps:

  1. Update the plugin version in the setup.php file to 1.1.0-beta1 (in this pull request) .

  2. In a separate pull request, update the centreon.xml file to declare the new version:

<version>
   <num>1.1.0-beta1</num>
   <compatibility>~11.0.0</compatibility>
   <download_url>https://github.com/pluginsGLPI/centreon/releases/download/1.1.0-beta1/glpi-centreon-1.1.0-beta1.tar.bz2</download_url>
</version>
  1. Once merged, rebase the feature/glpi-11.0 branch (to gent centreon.xml updated), then create a tag on it:
git checkout feature/glpi-11.0
git fetch origin
git pull --rebase origin main
git push --force-with-lease origin feature/glpi-11.0
git tag 1.1.0-beta1
git push origin refs/tags/1.1.0-beta1

This will trigger the release process, taking into account that it's a beta version.

@Mary-Clb Mary-Clb force-pushed the feature/glpi-11.0 branch from d9ffd67 to 5ed8a43 Compare July 1, 2025 12:05
@Rom1-B Rom1-B force-pushed the feature/glpi-11.0 branch 3 times, most recently from 3ad0e4f to 8901f9d Compare August 20, 2025 10:43
@Rom1-B Rom1-B requested review from Rom1-B and stonebuzz September 29, 2025 13:40
@Rom1-B Rom1-B merged commit 49ded53 into main Sep 29, 2025
3 checks passed
@Rom1-B Rom1-B deleted the feature/glpi-11.0 branch September 29, 2025 13:41
@Rom1-B Rom1-B restored the feature/glpi-11.0 branch September 29, 2025 13:41
@Rom1-B Rom1-B deleted the feature/glpi-11.0 branch September 29, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants