Skip to content

Releases: PelicanPlatform/pelican

v7.8.1

08 May 20:06
Compare
Choose a tag to compare

Changelog

Fixed Cache shutting down if advertisement fails #1244
Plugin advertises PluginVersion with -classad #1252

v7.8.0

07 May 01:11
a7cf57a
Compare
Choose a tag to compare
v7.8.0 Pre-release
Pre-release

Highlights

For Users

  • [Client] Stopped file transfers are now retryable errors #1101
  • [Client] General improvements to error messages within the client and the plugin, ensuring more accurate errors and removing redundancies
  • [Client] The client can bypass the cache and download directly from the origin if a directread query parameter is set #1166

For Admins

  • [Documentation] Added documentation on how to get the public key of a running origin #1078
  • [Documentation] Added documentation on how to run pelican servers via docker containers #1089
  • [Origin] Pelican origin token creation now respects the issuer flag #1135
  • [Cache] Cache UI will now redirect to a login page for an unauthorized user #1103
  • [Origin/Cache] Improved “site name” handling #1176
  • [Director] Director JWKS cache no longer becomes invalid when the registry goes down #1119
  • [Director] Added a prometheus metric keep track of the total number of advertisements to the director #1133
  • [Director] Enable director login via OAuth #1150
  • [Cache] Allow the cache xrootd to have multiple data/meta mount locations #1191
  • [Director/Registry/Origin/Cache[ Read environment variables with PELICAN prefix for Pelican binaries with alias (stashcp and osdf) and deprecate alias-specific prefixes #1162

v7.7.7

07 May 13:47
Compare
Choose a tag to compare

Changelog

  • Fix director memory leak (#1237)

v7.7.6

02 May 14:45
Compare
Choose a tag to compare

Changelog

  • Update S3 plugin in containers to fix segfault (#1207)

Note: This release only contains changes to Pelican Docker containers. For users who use binary or packaged version of Pelican, this release is the same as v7.7.5 release.

v7.7.5

01 May 19:44
Compare
Choose a tag to compare

Changelog

  • Fix cache dashboard page skips auth check and wrong health metric name (#1103)
  • Fix infinite redirect of UI init page (#1193)

v7.7.4

26 Apr 19:15
Compare
Choose a tag to compare

Changelog

  • Fix --version flag output #1171

v7.7.3

17 Apr 17:02
Compare
Choose a tag to compare

Changelog

  • Plugin returns last attempted source & filters \n (#1115)
  • Replace jwks.cache by TTL cache for namespace jwks at the director (#1119)

v7.7.2

12 Apr 19:17
Compare
Choose a tag to compare

Changelog

  • Fix deadlock in client #1098

v7.7.1

10 Apr 19:04
Compare
Choose a tag to compare
v7.7.1 Pre-release
Pre-release

Changelog

  • Turn off LotMan while we investigate dlopen issues #1087

v7.7.0

09 Apr 20:46
Compare
Choose a tag to compare
v7.7.0 Pre-release
Pre-release

Highlights

For Users

  • [Plugin] stash-plugin now supports recursive uploads and downloads #1011

For Admins

  • [General] Fixed administrator authentication check failure for all servers #1013
  • [Documentation] Major revisions to the documentation with new documentation for serving a cache #1028 #904 #912
  • [General] Globus was added as the second supported OAuth provider #963
  • [General] Formatted discovery and federation endpoints to be standard https URLs #974
  • [Origin/Cache] Pelican Origin and Cache now support OAuth authentication for the admin website #963
  • [Origin] Origins that export S3 can now export multiple buckets with unique
    access/secret keys #1045
  • [Origin] Origin now can check a sentinel file for the mounted POSIX storage #1003
  • [Origin] Origins now support HTTPS servers as a storage backend #958
  • [Cache] Admin website is now available for the Cache #1039
  • [Cache] New Prometheus metric to monitor cache access statistics #1007
  • [Director] Director admin can now disable traffic to cache and origin servers #933
  • [Director] HEAD request is now supported when the client request a file from the federation #1000

What's Changed

Read more