Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
chore(install): update version to 20.04.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Kermagoret authored and kduret committed Oct 31, 2019
1 parent ec3e854 commit fd5a90b
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Please include a short resume of the changes and what is the purpose of PR. Any
- [ ] 2.8.x
- [ ] 18.10.x
- [ ] 19.04.x
- [ ] 19.10.x (master)
- [ ] 19.10.x
- [ ] 20.04.x (master)

<h2> How this pull request can be tested ? </h2>

Expand All @@ -42,4 +43,4 @@ Any **relevant details** of the configuration to perform the test should be adde

- [ ] I have made sure that the **unit tests** related to the story are successful.
- [ ] I have made sure that **unit tests cover 80%** of the code written for the story.
- [ ] I have made sure that **acceptance tests** related to the story are successful (**local and CI**)
- [ ] I have made sure that **acceptance tests** related to the story are successful (**local and CI**)
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
** Variables.
*/
properties([buildDiscarder(logRotator(numToKeepStr: '50'))])
def serie = '19.10'
def serie = '20.04'
def maintenanceBranch = "${serie}.x"
if (env.BRANCH_NAME.startsWith('release-')) {
env.BUILD = 'RELEASE'
Expand Down
9 changes: 9 additions & 0 deletions doc/en/release_notes/centreon-20.04.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
===========================
Centreon Web 20.04.0-beta.1
===========================

Enhancements
------------

Bug Fixes
---------
1 change: 1 addition & 0 deletions doc/en/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please find here the releases notes of the last major versions :
.. toctree::
:maxdepth: 1

centreon-20.04.rst
centreon-19.10.rst
centreon-19.04.rst
centreon-18.10.rst
Expand Down
9 changes: 9 additions & 0 deletions doc/fr/release_notes/centreon-20.04.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
===========================
Centreon Web 20.04.0-beta.1
===========================

Enhancements
------------

Bug Fixes
---------
1 change: 1 addition & 0 deletions doc/fr/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Please find here the releases notes of the last major versions :
.. toctree::
:maxdepth: 1

centreon-20.04.rst
centreon-19.10.rst
centreon-19.04.rst
centreon-18.10.rst
Expand Down
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=centreon-web-19.10
sonar.projectName=Centreon Web 19.10
sonar.projectKey=centreon-web-20.04
sonar.projectName=Centreon Web 20.04
sonar.sources=.
sonar.php.tests.reportPath=ut.xml
sonar.php.coverage.reportPaths=coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion www/install/insertBaseConf.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Insert version
--

INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '19.10.2');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.04.0-beta.1');

--
-- Contenu de la table `contact`
Expand Down
19 changes: 19 additions & 0 deletions www/install/php/Update-20.04.0-beta.1.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
/*
* Copyright 2005 - 2019 Centreon (https://www.centreon.com/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* For more information : [email protected]
*
*/

0 comments on commit fd5a90b

Please sign in to comment.