If you wants to wait for a specific patch to make it to the release,
someone from your team can -1 the patch to have it held, or update that patch
with a different commit SHA.
Patches with no response will be merged by Friday March 26.
$ git log --oneline --no-merges 7.0.0..3cdac6af
00e3f834 Fix empty Batch Member Update to unlock objects
d0ec3aaf Fix using subnets with host_routes in amphorav2 driver
0513319f Fix LB failover for amphorav2: set security group
6c54eab5 Make /healthcheck cache results
fc8ee42d Fix provider driver quota handling
c5e59b5e [goal] Deprecate the JSON formatted policy file
e99d7b93 Add aarch64/amd64 support to amphora and devstack
91ee39a9 Remove some miscellaneous sanity check code
a5f142c5 Add support for scoped tokens and default roles
dd3edb63 Add HTTP/2 to default lists of ALPN protocols
d17b2328 Fix grenade resource waiters
e3ab49c6 Fix LB failover when IP addresses exhausted
08e1d6d0 Add retry for getting amphora VM
b95fbe9e Fix overriding default listener timeout values in config file
c93a76b9 Add HTTP/2 example to the load balancing cookbook
c37738ba Fix pep8 errors
ce2e0d74 Add test coverage for SCTP health checker script
3f6fb8af Fix health manager messages about failed failovers
370aa4e6 Fix pools going into ERROR when updating the pool
f45092a8 Configure rsyslog on Octavia service nodes in devstack
a822f30e Bump oslo.policy version to 2.1.0
7d8b0db3 Bump oslo.log version to 4.3.0
a518cefd Disable auto configuration of new interfaces in NetworkManager
e5f9f670 Fix incorrect ERROR status with IPv6 UDP members
6a7d8b2c Small fix in loadbalancer POST api-ref
9b2c6425 Bump the minimum coverage to 92%
2888f44e Add SCTP support in Amphora
3730d272 Install HAProxy 2.x in CentOS amphora images
53f8c28a Add default value for enabled column in l7rule table
d2d5fc80 Add ALPN support for TLS-enabled pools
dda1d866 Add validation for VIP network parameters in amphora driver
fbbc5f90 Validate listener protocol in amphora driver
a4aa03d3 Fix the unit test tree structure
57f5666f Correct spell error
1a86e454 Use 'bash' in the keepalived check script
d81a0556 Fix periodic image builder jobs
dc876eed Fix gate failure
1a154839 Add amphora_id in store params for failover_amphora
2954370e Fix operating status for empty UDP pools
9653920a Remove useless proto parameter from sample functions
6aa23358 Fix missing cronie package in RHEL-based image builds
15a68fd4 Remove re-import of octavia-lib constants
6d59fec8 Map cloud-guest-utils to cloud-utils-growpart for Red Hat distros.
8a207a7e Fix setting None in tls_versions and tls_ciphers in pools
7ad02237 Support deletion of all tags
57e7bd17 Fix pep8 failures in gate
17ae2625 Handle listener not found during loadbalancer status update
f96251c7 Fix load balancers with failed amphora failover
9a6a9000 Add experimental amphorav2 jobs
fd4abac1 Replace assertItemsEqual with assertCountEqual
a9a817e4 Use run_flow for failover functions in v2 control worker
71440bdb Imported Translations from Zanata
332791ee Fix pool delete race on load balancer cascade delete
ce6b563e Stop install unnecessary packages when run tox -ereleasenotes
02dc9881 Fix amphorav2 bytes error
40245366 Fix PROXYV2 pools
77dc23fc Fix load balancers with failed amphora failover
dcdf6315 Remove Neutron SDN-specific code
418ea090 Add Python3 wallaby unit tests
3d0486a7 Update master for stable/victoria
b627d7cf Remove unnecessary joinedload
64a301d4 Fix nf_conntrack_buckets sysctl in Amphora
03e6c73d Correct a typo in the document
Change-Id: I666d621cf77a4a8c4d4b68cded14f919404d1702
This creates the stable/wallaby branch for any non-client libraries
now that we are past the lib freeze on March 11.
Change-Id: I1620b82a813971c19bf15987e5de57ee55ee4636
This creates the stable/wallaby branch for all client and non-client
libraries
now that we are past the lib freeze on March 11.
If a team wants to wait for a specific patch to make it to the library,
someone from the team can -1 the patch to have it held,or update that
patch with a different commit SHA.
Patches with no response will be merged by Friday, March 19.
Change-Id: I4b9da539bfa64c36903c969a92f6ddb6e2ee57da
This patch we were released Cyborg rc1, the mainly change as below:
root@ubuntu:cyborg# git log --oneline --no-merges 5.0.0..f9835cff
453e4ac Remove ARQInvalidState exception
15b1d62 improve drivers with enumerate()
8d56b2b bug-fix: correct the comment for each vendor driver
19b7d14 Add NVMe SSD driver
7b1b9fb Update server operations support in matrix
0605fe3 support configuring multiple vgpu types in cyborg
ce88d4e Add tags to .gitignore
e3caf5c Add intel NIC driver
3d53b7a Add newline to enable lists
ced87f7 Revert "remove py37"
8fcc050 Trival: Fix the key error in log msg
683c26e Installation document improvement
d4ca2df Remove __unicode in CyborgException
4f04cfa remove py37
39d51a0 remove unicode from code
cacf914 Use TOX_CONSTRAINTS_FILE
583cc45 Refresh cyborg-api link
3965593 Change the dependency with the testenv:docs
54b4fa5 Dep's should be restricted by upper-constraints
0e5b370 refresh device profile link in API doc
acac833 Import HTTPStatus instead of http_client
a069962 Add project_id description in api_ref
38d395d Remove cyborg-dbsync unsupport argument
:...skipping...
453e4ac Remove ARQInvalidState exception
15b1d62 improve drivers with enumerate()
8d56b2b bug-fix: correct the comment for each vendor driver
19b7d14 Add NVMe SSD driver
7b1b9fb Update server operations support in matrix
0605fe3 support configuring multiple vgpu types in cyborg
ce88d4e Add tags to .gitignore
e3caf5c Add intel NIC driver
3d53b7a Add newline to enable lists
ced87f7 Revert "remove py37"
8fcc050 Trival: Fix the key error in log msg
683c26e Installation document improvement
d4ca2df Remove __unicode in CyborgException
4f04cfa remove py37
39d51a0 remove unicode from code
cacf914 Use TOX_CONSTRAINTS_FILE
583cc45 Refresh cyborg-api link
3965593 Change the dependency with the testenv:docs
54b4fa5 Dep's should be restricted by upper-constraints
0e5b370 refresh device profile link in API doc
acac833 Import HTTPStatus instead of http_client
a069962 Add project_id description in api_ref
38d395d Remove cyborg-dbsync unsupport argument
eabd6e1 Add microversion instructions
7f28d54 Add intel_qat_driver for enabled_drivers help
332c959 Add packages required for pdf-docs run to bindep.txt
0da7417 Add index page for contributors guide
2b50fd9 Remove tmp bitstream file always
71f790e Correct some small errors
4da09b9 Refactor device_profile retrieve in ARQ post API
f7bc91e Bump py37 to py38 in tox.ini
bdc1aab Add releasenote for policy refresh base and device profile
policies
bb4fd10 improve pep8 check logic
02e573b Remove usage of six
c61e8ef Add fast8 check for cybrog
68c1f06 add document for cyborg new policy
addd88d Add Python3 wallaby unit tests
8966c57 Update master for stable/victoria
1a45115 Signal to conductor service to apply patch accelerator requests.
3fe4c76 Add rc check for POST Device Profile
315e147 Add trait check for POST Device Profile
99fd79e fix cyborg uwsgi doc error
af49d0b Change default policy file from JSON to YAML
a5e6b0e Replace wsme to `convert_with_links` for device profile API
Another change is add some links for the highlights.
Change-Id: Ifca070c3953fc858caa5ce27bed6bc68524657b2
This is a feature release for python-manilaclient.
$ git log --oneline --no-merges 2.5.0..1075210b
1075210b9 Add security add/update services for in-use share networks
Change-Id: I521f01fd2ca0cb378d034913e3da24c8e60cb24d
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
It contains important fix related to the secure-rbac personas and how
they are handled in the Neutron.
Change-Id: I6d1cbc54f36ee34b51420b1c2ed534b0eea53afb
This proposed a release for python-manilaclient to
get any final merged changes
out prior to the lib freeze for Wallaby going into
effect.
$ git log --oneline --no-merges 2.4.0..8d71f1e
1bb3287 Correctly pass mTLS certificate/key to HTTPClient
b5b8bdb Add "--wait" option for force-deleting a share/snapshot/share-instance
9bc7cec Change public share tests
c225f0a [OSC] Implement user messages commands
ca65447 tox miniversion update to 3.1.1
a34aca6 Add profiling support to manilaclient
fc5b6c5 Forbid users to create shares with the name "None"
17e5d63 [OSC] Implement Share Revert Command
c7bcec2 Implement openstack share properties show command
f1abf30 [OSC] Add the option to explicitly set share status
08fb635 Tighten asserts in some wait tests
153aa61 Add a waiter to share extend/shrink
3c65e6f [OSC] Implement Share Export Location Commands
d832baa [OSC] Implement the second part of share snapshots commands
6b1a2f3 remove unicode from code
bf3e7cb [OSC] Implement Share Adopt & Abandon Commands
b77a8c1 Replace deprecated UPPER_CONSTRAINTS_FILE variable
07898fa Fixes create share from snapshot in OSC
Signed-off-by: Hervé Beraud <hberaud@redhat.com>
Change-Id: I55b40d00a58128a652560aba86d0be5712712ad9
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This creates the stable/wallaby branch for all client and non-client
libraries
now that we are past the lib freeze on March 11.
If a team wants to wait for a specific patch to make it to the library,
someone from the team can -1 the patch to have it held,or update that
patch with a different commit SHA.
Patches with no response will be merged by Friday, March 19.
Change-Id: I7252b4effd3079cf11cdf3219f024ed2edc67f03
This creates the stable/wallaby branch for all client and non-client
libraries
now that we are past the lib freeze on March 11.
If a team wants to wait for a specific patch to make it to the library,
someone from the team can -1 the patch to have it held,or update that
patch with a different commit SHA.
Patches with no response will be merged by Friday, March 19.
Change-Id: I5336a04b5913fc612a3ba01b3f95a0d4a1a30459