You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2022/07/18 14:13:10 UTC

[cloudstack] branch main updated (731a83babf -> 4baaf736b9)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


    from 731a83babf add global setting to allow parallel execution on vmware (#6413)
     add 4b8af6f0fa test: add, refactor ipv6 network, vpc tests (#6338)
     add c09ee40984 Fix can't select schedule interval type in configure backup schedule (#6547)
     add f27de63644 saml: Safer DocumentBuilderFactory and ParserPool configuration
     add 5bc7024af5 ui: add a default value for customColumns (#6462)
     add ce7c3694c8 storpool: fix mvn pom.xml build issue
     add b30a4a99d1 engine/schema: bake-in upgrade path from 4.16.1.1 to 4.17.0.1
     add 1c7efcbd0d Updating pom.xml version numbers for release 4.17.0.1
     add 7a3e97d67e Merge tag '4.17.0.1' into 4.17
     new 4baaf736b9 Merge remote-tracking branch 'origin/4.17'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../cloudstack/api/response/VpcResponse.java       |    4 +
 debian/changelog                                   |    6 +
 .../offerings/dao/NetworkOfferingDaoImpl.java      |    2 +-
 .../offerings/dao/NetworkOfferingDaoImplTest.java  |   93 ++
 plugins/user-authenticators/saml2/pom.xml          |    1 +
 .../api/command/GetServiceProviderMetaDataCmd.java |    3 +-
 .../cloudstack/saml/SAML2AuthManagerImpl.java      |    3 +-
 .../java/org/apache/cloudstack/saml/SAMLUtils.java |   22 +-
 .../configuration/ConfigurationManagerTest.java    |  168 ++++
 .../com/cloud/network/Ipv6ServiceImplTest.java     |  781 +++++++++++++++
 .../com/cloud/network/vpc/VpcManagerImplTest.java  |   29 +-
 .../{smoke => component}/test_network_ipv6.py      |  775 +++++----------
 test/integration/component/test_vpc_ipv6.py        | 1026 ++++++++++++++++++++
 test/integration/smoke/test_ipv6_infra.py          |  488 ++++++++++
 test/integration/smoke/test_network_ipv6.py        |  713 +++-----------
 test/integration/smoke/test_vpc_ipv6.py            |  901 +++++++++++++++++
 tools/marvin/marvin/lib/base.py                    |   13 +
 tools/marvin/marvin/sshClient.py                   |    8 +-
 ui/src/views/compute/backup/FormSchedule.vue       |    3 -
 .../cloudstack/utils/security/ParserUtils.java     |   41 +
 20 files changed, 3929 insertions(+), 1151 deletions(-)
 create mode 100644 engine/schema/src/test/java/com/cloud/offerings/dao/NetworkOfferingDaoImplTest.java
 create mode 100644 server/src/test/java/com/cloud/network/Ipv6ServiceImplTest.java
 copy test/integration/{smoke => component}/test_network_ipv6.py (61%)
 create mode 100644 test/integration/component/test_vpc_ipv6.py
 create mode 100644 test/integration/smoke/test_ipv6_infra.py
 create mode 100644 test/integration/smoke/test_vpc_ipv6.py
 create mode 100644 utils/src/main/java/org/apache/cloudstack/utils/security/ParserUtils.java


[cloudstack] 01/01: Merge remote-tracking branch 'origin/4.17'

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 4baaf736b9364e2f7ed9359ca7aeb2b6fac41cef
Merge: 731a83babf 7a3e97d67e
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Mon Jul 18 19:42:44 2022 +0530

    Merge remote-tracking branch 'origin/4.17'
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

 .../cloudstack/api/response/VpcResponse.java       |    4 +
 debian/changelog                                   |    6 +
 .../offerings/dao/NetworkOfferingDaoImpl.java      |    2 +-
 .../offerings/dao/NetworkOfferingDaoImplTest.java  |   93 ++
 plugins/user-authenticators/saml2/pom.xml          |    1 +
 .../api/command/GetServiceProviderMetaDataCmd.java |    3 +-
 .../cloudstack/saml/SAML2AuthManagerImpl.java      |    3 +-
 .../java/org/apache/cloudstack/saml/SAMLUtils.java |   22 +-
 .../configuration/ConfigurationManagerTest.java    |  168 ++++
 .../com/cloud/network/Ipv6ServiceImplTest.java     |  781 +++++++++++++++
 .../com/cloud/network/vpc/VpcManagerImplTest.java  |   29 +-
 .../{smoke => component}/test_network_ipv6.py      |  775 +++++----------
 test/integration/component/test_vpc_ipv6.py        | 1026 ++++++++++++++++++++
 test/integration/smoke/test_ipv6_infra.py          |  488 ++++++++++
 test/integration/smoke/test_network_ipv6.py        |  713 +++-----------
 test/integration/smoke/test_vpc_ipv6.py            |  901 +++++++++++++++++
 tools/marvin/marvin/lib/base.py                    |   13 +
 tools/marvin/marvin/sshClient.py                   |    8 +-
 ui/src/views/compute/backup/FormSchedule.vue       |    3 -
 .../cloudstack/utils/security/ParserUtils.java     |   41 +
 20 files changed, 3929 insertions(+), 1151 deletions(-)

diff --cc debian/changelog
index 9bf3ad5784,01cbe7404b..63875316c8
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,9 +1,15 @@@
 +cloudstack (4.18.0.0) unstable; urgency=low
 +
 +  * Update the version to 4.18.0.0
 +
 + -- the Apache CloudStack project <de...@cloudstack.apache.org>  Tue, 31 May 2022 14:33:47 -0300
 +
+ cloudstack (4.17.0.1) unstable; urgency=low
+ 
+   * Update the version to 4.17.0.1
+ 
+  -- the Apache CloudStack project <de...@cloudstack.apache.org>  Fri, 15 Jul 2022 18:18:39 +0530
+ 
  cloudstack (4.17.0.0) unstable; urgency=low
  
    * Update the version to 4.17.0.0