Skip to content

Minor Release 4.13.0

Compare
Choose a tag to compare
@ruck314 ruck314 released this 17 May 21:44
· 54 commits to main since this release
f5bcc6b

Pull Requests Since 4.12.1

Unlabeled

  1. #316 - bug fix for BUILD_STRING
  2. #320 - firmwareRelease.py & releaseNotes.py
  3. #319 - updating scripts/createNewRepo.py to use HTTPS (instead of ssh-key)
  4. #317 - update to HLS file name

Pull Request Details

bug fix for BUILD_STRING

Author: Larry Ruckman [email protected]
Date: Fri May 17 12:45:53 2024 -0700
Pull: #316 (14 additions, 15 deletions, 7 files changed)
Branch: slaclab/BUILD_STRING-patch

Notes:

Description

  • Fixing the env var and make test for BUILD_STRING

update to HLS file name

Author: Larry Ruckman [email protected]
Date: Fri May 17 13:04:39 2024 -0700
Pull: #317 (3 additions, 3 deletions, 2 files changed)
Branch: slaclab/hls-zip-filename-rename

Notes:

Description

  • reverting back to ruckus v3 style of HLS filename to clean up the number of copies in the ip dir

updating scripts/createNewRepo.py to use HTTPS (instead of ssh-key)

Author: Larry Ruckman [email protected]
Date: Fri May 17 14:41:34 2024 -0700
Pull: #319 (3 additions, 3 deletions, 1 files changed)
Branch: slaclab/default-https-submodule

Notes:

Description

  • This is in an effort to migrate away from ssh-key in cloning project

firmwareRelease.py & releaseNotes.py

Author: Larry Ruckman [email protected]
Date: Fri May 17 14:41:21 2024 -0700
Pull: #320 (17 additions, 1 deletions, 2 files changed)
Branch: slaclab/ESROGUE-670
Jira: https://jira.slac.stanford.edu/issues/ESROGUE-670

Notes:

Description

This pull request enhances the release notes generation script by adding error handling for empty pull request (PR) descriptions. If an empty PR description is detected, the script will now delete the newly created tag both locally and on the remote (Github) repository