Skip to content

Commit

Permalink
2.3.4rc5
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Malta Rodrigues <[email protected]>
  • Loading branch information
amaltaro committed May 24, 2024
1 parent 5d8cfc6 commit 98156f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
2.3.4rc4 to 2.3.4rc5:
- WMAgent: Add _service_gracefull_exit function v2 https://github.com/dmwm/CMSKubernetes/pull/1488
- WМАgent switch deployment model copy runtime fix 11990 https://github.com/dmwm/CMSKubernetes/pull/1490
- Adding init_tier0 function https://github.com/dmwm/CMSKubernetes/pull/1466
- Fix some indentation missing in wmagent manage-common https://github.com/dmwm/CMSKubernetes/pull/1489
- Add MSPileup Url to the agent initialization/configuration https://github.com/dmwm/CMSKubernetes/pull/1487
- Find and gracefully stop WMAgent CouchDB processes https://github.com/dmwm/CMSKubernetes/pull/1484
- Parsing the WMA_TAG and using only the release part for creating the WMA_BUILD_ID https://github.com/dmwm/CMSKubernetes/pull/1485
- Fix certs directory in WMAgent CouchDB image as well https://github.com/dmwm/CMSKubernetes/pull/1486
- WMAgent: change certs mount point https://github.com/dmwm/CMSKubernetes/pull/1480


2.3.4rc3 to 2.3.4rc4:
- Many fixes to CMSKubernetes wmagent deployment and MariaDB configuration
- Export USER and WMA_USER variables from $WMA_ENV_FILE https://github.com/dmwm/CMSKubernetes/pull/1482
- Fix ZeroTimeWindow for renew_proxy && Fix missing cronjobs https://github.com/dmwm/CMSKubernetes/pull/1476
- Add tweak for WorkQueueManager https://github.com/dmwm/CMSKubernetes/pull/1479
- Tune MariaDB settings for better performance https://github.com/dmwm/CMSKubernetes/pull/1475
- Add --only-cron parameter to wmagent-couchapp-init (Todor Ivanov) #11988


Expand All @@ -11,6 +26,12 @@
- Previous build failed while checking the package hash. Retrigger it.

2.3.3 to 2.3.4rc1:
- Copy bashrc template instead of moving it, for wmagent https://github.com/dmwm/CMSKubernetes/pull/1474
- Set WMAgent/MariaDB/CouchDB user during container runtime https://github.com/dmwm/CMSKubernetes/pull/1469
- Copy WMRuntime scripts at the host during WMAgent initialization. https://github.com/dmwm/CMSKubernetes/pull/1460
- Add dbs3_reader_url option https://github.com/dmwm/CMSKubernetes/pull/1465
- Addition of the opportunistic resources in the initialization script (retrying to avoid false authors) https://github.com/dmwm/CMSKubernetes/pull/1462
- Add minimal CouchDB container for WMAgent https://github.com/dmwm/CMSKubernetes/pull/1409
- Add WMCore.ReqMgr.Tools dependency for wmagent pypi package. (Todor Ivanov) #11983


Expand Down
2 changes: 1 addition & 1 deletion src/python/WMCore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"""

__version__ = '2.3.4rc4'
__version__ = '2.3.4rc5'
__all__ = []

0 comments on commit 98156f5

Please sign in to comment.