Skip to content

Commit

Permalink
ready for release v3_10_6
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli committed Jan 25, 2024
1 parent e5b9f9d commit 0379240
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 24 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SPDX-FileCopyrightText: 2009 Fermi Research Alliance, LLC
SPDX-License-Identifier: Apache-2.0
-->

## v3.10.6 \[2024-01-dd\]
## v3.10.6 \[2024-01-25\]

Minor new features, mostly a bug fix release

Expand All @@ -16,6 +16,8 @@ Minor new features, mostly a bug fix release

### Changed defaults / behaviours

- The submit attributes (submit/submit*attrs) are now publishd in the glidefactory classad with the GlidinSubmit prefix followed by the attribute name and same value. If the attribute name starts with "+" this will be replaced by "\_PLUS*", since only alphanumeric characters and "\_" are valid in ClassAd attribute names.

### Deprecated / removed options and commands

### Security Related Fixes
Expand Down
23 changes: 12 additions & 11 deletions build/ReleaseManager/ReleaseManagerLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,17 +432,18 @@ def __init__(self):
# For frontend we still need 2 factory libs for frontend tools
self.frontendPattern = self.commonPattern + [
"poolwatcher",
"factory/check*",
"factory/glideFactory*Lib*",
"factory/glideFactoryMon*",
"factory/glideFactory.py",
"factory/glideFactoryEntry.py",
"factory/glideFactoryEntryGroup.py",
"factory/glideFactoryLog*.py",
"factory/test*",
"factory/manage*",
"factory/stop*",
"factory/tools",
"factory",
# "factory/check*",
# "factory/glideFactory*Lib*",
# "factory/glideFactoryMon*",
# "factory/glideFactory.py",
# "factory/glideFactoryEntry.py",
# "factory/glideFactoryEntryGroup.py",
# "factory/glideFactoryLog*.py",
# "factory/test*",
# "factory/manage*",
# "factory/stop*",
# "factory/tools",
"creation/create_glidein",
"creation/reconfig_glidein",
"creation/info_glidein",
Expand Down
2 changes: 1 addition & 1 deletion build/packaging/rpm/glideinwms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ rm -rf $RPM_BUILD_ROOT
#%config(noreplace) %{_sysconfdir}/condor/scripts/frontend_condortoken

%changelog
* Fri Jan 19 2024 Marco Mambelli <[email protected]> - 3.10.6
* Thu Jan 25 2024 Marco Mambelli <[email protected]> - 3.10.6
- Glideinwms v3.10.6
- Release Notes: http://glideinwms.fnal.gov/doc.v3_10_6/history.html
- Release candidates 3.10.6-01.rc1 to 3.10.6-02.rc2
Expand Down
10 changes: 9 additions & 1 deletion doc/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h3>Stable Series</h3>
<!-- starting 3.6 generated by tags.yaml -->
<!-- start stable -->
<li>
<a id="v3_10_6"><b>v3_10_6</b></a> released on January 19, 2024 (<a
<a id="v3_10_6"><b>v3_10_6</b></a> released on January 25, 2024 (<a
href="http://glideinwms.fnal.gov/doc.v3_10_6/index.html"
>Manual</a
>,
Expand Down Expand Up @@ -180,6 +180,14 @@ <h3>Stable Series</h3>
Bug fix: Fixed writing of missing dict files during upgrade
(Issue#388, PR#391)
</li>
<li>
NOTE-FACTORY: The submit attributes (submit/submit_attrs) are
now publishd in the glidefactory classad with the GlidinSubmit
prefix followed by the attribute name and same value. If the
attribute name starts with "+" this will be replaced by
"_PLUS_", since only alphanumeric characters and "_" are valid
in ClassAd attribute names.
</li>
</ul>
</li>
<li>
Expand Down
1 change: 1 addition & 0 deletions doc/tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ v3_10_6
Bug fix: Fixed syntax error in ClassAd used for gangliad configuration (Issue#368, PR#385)
Bug fix: Added extra logging to investigate file rotation problem (Issue#362, PR#389)
Bug fix: Fixed writing of missing dict files during upgrade (Issue#388, PR#391)
NOTE-FACTORY: The submit attributes (submit/submit_attrs) are now publishd in the glidefactory classad with the GlidinSubmit prefix followed by the attribute name and same value. If the attribute name starts with "+" this will be replaced by "_PLUS_", since only alphanumeric characters and "_" are valid in ClassAd attribute names.

v3_10_5
Bug fix: Workaround for EL7 PyJWT bug, generating bytes instead of str (PR#355)
Expand Down
4 changes: 3 additions & 1 deletion doc/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ v3_10_5:
- GLIDEIN_SINGULARITY_BINARY_OVERRIDE set also with Frontend and Factory params, not only WN environment (PR#360)

v3_10_6:
Date: January 19, 2024
Date: January 25, 2024
Series: Stable
Tarball: false
Feature:
Expand All @@ -505,3 +505,5 @@ v3_10_6:
- Fixed syntax error in ClassAd used for gangliad configuration (Issue#368, PR#385)
- Added extra logging to investigate file rotation problem (Issue#362, PR#389)
- Fixed writing of missing dict files during upgrade (Issue#388, PR#391)
NOTE-FACTORY:
- The submit attributes (submit/submit_attrs) are now publishd in the glidefactory classad with the GlidinSubmit prefix followed by the attribute name and same value. If the attribute name starts with "+" this will be replaced by "_PLUS_", since only alphanumeric characters and "_" are valid in ClassAd attribute names.
6 changes: 3 additions & 3 deletions etc/checksum
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###################################################################
# GLIDEINWMS_VERSION v3_10_6_rc2
# GLIDEINWMS_VERSION v3_10_6
###################################################################
9f56602cb12638b944332ca114507dc8 ./ACKNOWLEDGMENTS.md
75c2d9a45c18f5fb085684ce4eb5628f ./CHANGELOG.md
617630985790d99830addff70f9bc64d ./CHANGELOG.md
8e7d1957a094cc33c89f5b2c935666ff ./DEVELOPMENT.md
3b83ef96387f14655fc854ddc3c6bd57 ./LICENSE
c846ebb396f8b174b10ded4771514fcc ./LICENSES/Apache-2.0.txt
Expand Down Expand Up @@ -162,7 +162,7 @@ d41d8cd98f00b204e9800998ecf8427e ./factory/__init__.py
f886a6d48e652bc37ef888358d202fef ./factory/glideFactoryDowntimeLib.py
d0fe6879c0d9344c957a218e7ef422a1 ./factory/glideFactoryEntry.py
c7bf52d9a0448e5dbf8240818e505360 ./factory/glideFactoryEntryGroup.py
eeb73fa9b198b00093f7a88e82c61465 ./factory/glideFactoryInterface.py
9a69fcef03ff6dcaf6258c4a03c21128 ./factory/glideFactoryInterface.py
54d34bcc2bfc6153f14fea2f7d66476e ./factory/glideFactoryLib.py
f40a69a17e8b5b764f4fec365dabd412 ./factory/glideFactoryLogParser.py
ed6bdb5b9cad2e2f3d98cb15a31b4879 ./factory/glideFactoryMonitorAggregator.py
Expand Down
6 changes: 3 additions & 3 deletions etc/checksum.factory
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###################################################################
# GLIDEINWMS_VERSION v3_10_6_rc2
# GLIDEINWMS_VERSION v3_10_6
###################################################################
9f56602cb12638b944332ca114507dc8 ./ACKNOWLEDGMENTS.md
75c2d9a45c18f5fb085684ce4eb5628f ./CHANGELOG.md
058d850e8c86a9465b636b00b4c8262e ./CHANGELOG.md
8e7d1957a094cc33c89f5b2c935666ff ./DEVELOPMENT.md
3b83ef96387f14655fc854ddc3c6bd57 ./LICENSE
c846ebb396f8b174b10ded4771514fcc ./LICENSES/Apache-2.0.txt
Expand Down Expand Up @@ -131,7 +131,7 @@ d41d8cd98f00b204e9800998ecf8427e ./factory/__init__.py
f886a6d48e652bc37ef888358d202fef ./factory/glideFactoryDowntimeLib.py
d0fe6879c0d9344c957a218e7ef422a1 ./factory/glideFactoryEntry.py
c7bf52d9a0448e5dbf8240818e505360 ./factory/glideFactoryEntryGroup.py
eeb73fa9b198b00093f7a88e82c61465 ./factory/glideFactoryInterface.py
9a69fcef03ff6dcaf6258c4a03c21128 ./factory/glideFactoryInterface.py
54d34bcc2bfc6153f14fea2f7d66476e ./factory/glideFactoryLib.py
f40a69a17e8b5b764f4fec365dabd412 ./factory/glideFactoryLogParser.py
ed6bdb5b9cad2e2f3d98cb15a31b4879 ./factory/glideFactoryMonitorAggregator.py
Expand Down
6 changes: 3 additions & 3 deletions etc/checksum.frontend
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###################################################################
# GLIDEINWMS_VERSION v3_10_6_rc2
# GLIDEINWMS_VERSION v3_10_6
###################################################################
9f56602cb12638b944332ca114507dc8 ./ACKNOWLEDGMENTS.md
75c2d9a45c18f5fb085684ce4eb5628f ./CHANGELOG.md
058d850e8c86a9465b636b00b4c8262e ./CHANGELOG.md
8e7d1957a094cc33c89f5b2c935666ff ./DEVELOPMENT.md
3b83ef96387f14655fc854ddc3c6bd57 ./LICENSE
c846ebb396f8b174b10ded4771514fcc ./LICENSES/Apache-2.0.txt
Expand Down Expand Up @@ -131,7 +131,7 @@ d9e26df8e25bbd357868ed02a0db52b5 ./creation/web_base/update_proxy.py
d41d8cd98f00b204e9800998ecf8427e ./factory/__init__.py
201711145fd17fa7c8c7cea021972eff ./factory/glideFactoryConfig.py
61924cda10e96ca0b9024e2dfc8ecd66 ./factory/glideFactoryCredentials.py
eeb73fa9b198b00093f7a88e82c61465 ./factory/glideFactoryInterface.py
9a69fcef03ff6dcaf6258c4a03c21128 ./factory/glideFactoryInterface.py
24b0195fa486146d269ebbfff61ab2ce ./factory/glideFactorySelectionAlgorithms.py
d41d8cd98f00b204e9800998ecf8427e ./frontend/__init__.py
cb3a3407e6b27e7a09577eebb9a95151 ./frontend/checkFrontend.py
Expand Down

0 comments on commit 0379240

Please sign in to comment.