Skip to content

Commit

Permalink
Added also release.py changes to changelog and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
mambelli authored and Marco Mambelli committed Jan 16, 2025
1 parent 7480c68 commit d800f4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Fixed the Glidein logging and added an sample log server.
### Testing / Development

- Improved the docstrings and some code in the lib files and few others with the help of AI (PR #471, PR #472)
- Added --skip-rpm option in release.py to skip RPM building (PR #474)

### Known Issues

Expand Down
4 changes: 4 additions & 0 deletions doc/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ <h3>Stable Series</h3>
Improved the docstrings and some code in the lib files and few
others with the help of AI (PR#471, PR#472)
</li>
<li>
Added --skip-rpm option in release.py to skip RPM building
(PR#474)
</li>
<li>
Bug fix: Fixed early truncation in log files configuration and
inconsistent documentation (Issue#464, PR#462, PR#463)
Expand Down
1 change: 1 addition & 0 deletions doc/tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ v3_10_9
Added custom JWT-authenticated log server example (new RPM glideinwms-logging) (Issue#398, PR#467)
Now using also Apptainer included in the HTCondor tar ball (Issue#364, PR#473)
Improved the docstrings and some code in the lib files and few others with the help of AI (PR#471, PR#472)
Added --skip-rpm option in release.py to skip RPM building (PR#474)
Bug fix: Fixed early truncation in log files configuration and inconsistent documentation (Issue#464, PR#462, PR#463)
Bug fix: Removed confusing tac broken pipe messages from the Glidein stderr (PR#465)
Bug fix: Fixed JWT logging credentials not transferred to the Glidein. This includes removal of DictFile.append() and use of add_environment() for JWT tokens (Issue#398, PR#467)
Expand Down
1 change: 1 addition & 0 deletions doc/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ v3_10_9:
- Added custom JWT-authenticated log server example (new RPM glideinwms-logging) (Issue#398, PR#467)
- Now using also Apptainer included in the HTCondor tar ball (Issue#364, PR#473)
- Improved the docstrings and some code in the lib files and few others with the help of AI (PR#471, PR#472)
- Added --skip-rpm option in release.py to skip RPM building (PR#474)
Bug fix:
- Fixed early truncation in log files configuration and inconsistent documentation (Issue#464, PR#462, PR#463)
- Removed confusing tac broken pipe messages from the Glidein stderr (PR#465)
Expand Down

0 comments on commit d800f4a

Please sign in to comment.