Skip to content

Releases: PelicanPlatform/pelican

v7.11.8

06 Dec 18:05
Compare
Choose a tag to compare

Changelog

  • 95c363c Fixed missing newline
  • f5e30f6 Fixing linter error that was added during rebase
  • 15b75c7 Removed calling the x509 test script until we can fix the functionality
  • 14634ae Removed the tsl defer functionality from the cache until we can fix it on the xrootd end
  • ebc49ff Update version frontend to 7.11.8

v7.11.7

22 Nov 19:41
Compare
Choose a tag to compare

Changelog

  • 9810cbd Bump frontend version to 7.11.7
  • d785786 Fixed macos failing tests:
  • 62b413d Pinning the xrootd build in macos to a specific tag
  • e677197 Revert "Removed new metrics that seem to causing Prometheus to use a very lar…"
  • 8353dd2 Revert "Removed the "network" labels from the metrics"

v7.11.6

21 Nov 21:43
Compare
Choose a tag to compare
v7.11.6 Pre-release
Pre-release

Changelog

  • 2dce017 Removed new metrics that seem to causing Prometheus to use a very large amount of memory
  • b935fac Updated frontend version number

v7.11.5

21 Nov 19:19
Compare
Choose a tag to compare
v7.11.5 Pre-release
Pre-release

Changelog

  • be21bd2 Adjust ownership/perms of /usr/local ahead of time for MacOS test runner
  • a6be79e Fixed linter error in director/sort.go
  • 61a30f2 Format
  • 15729b6 Prettier Format
  • e052a6f Redirect app to root on success password
  • a5b4995 Remove the use of index.d.ts files
  • fa7cf4d Removed the "network" labels from the metrics
  • 7503842 Uniform Error Handling
  • 3d66971 Uniform Error Handling
  • 1a8af8f Uniform Error Handling
  • 24bad1b Update Error Handling
  • 31cbad2 Update MacOS GHA test env to fix deprecation error
  • 593323b Updated the web-ui package version

v7.11.4

18 Nov 16:58
Compare
Choose a tag to compare
v7.11.4 Pre-release
Pre-release

Changelog

  • c9cd02d Fixes an issue where a misplaced defer ticker.Stop() stopped the re-advertisement of caches/origins
  • 4ee13c0 Updated front-end version

v7.11.3

12 Nov 22:09
Compare
Choose a tag to compare
v7.11.3 Pre-release
Pre-release

Changelog

  • 5d33366 Revert "Switch to use new Caps struct but still handle old JSON from Director"
  • 2623893 Revert "Unmarshal Capabilities correctly in all structs that use them"
  • b3df1c8 Update the version number

v7.11.2

07 Nov 18:25
Compare
Choose a tag to compare
v7.11.2 Pre-release
Pre-release

Changelog

  • 7a096d5 Unmarshal Capabilities correctly in all structs that use them
  • 8629ada Update the version number

v7.11.1

05 Nov 19:14
Compare
Choose a tag to compare
v7.11.1 Pre-release
Pre-release

Changelog

  • bc54370 Comment-out all origin export config
  • fa87b92 Drop old default origin port
  • 74888b4 First pass at default config.d based configuration
  • 50db1e2 Fix nil pointer bug caused by trying to list namespaces with no coll URL
  • 826da11 Move Pelican federation-facing config to an example file
  • c514ab5 Move Topology specific configuration to example file
  • 43d9b0d Move common OSDF config to the federation-level config dir
  • 9f9a09d Move common debugging configs to editable example file
  • b3861d1 Move multiuser origin config to an example file
  • 8dad09d Move origin export config to an example file
  • d83b4c4 Move web UI config to example file
  • a91a433 Remove prescriptive cache / origin locations
  • 3beae08 Updated version to 7.11.1

v7.10.12

01 Nov 15:29
Compare
Choose a tag to compare

Changelog

  • a116a69 Adding back in poller fix to make macosx more reliable
  • 7b2ca77 Adjusted pelican_protocol.patch
  • ecd6906 Update version to 7.10.12

v7.11.0

29 Oct 16:29
Compare
Choose a tag to compare
v7.11.0 Pre-release
Pre-release

Highlights

For Users

  • [Client] The client now supports object sync commands, which recursively syncs source and destinations #1586 #1691
  • [Client] ls -l and the -L flag for logging have switched behavior – ls -l now enables listings and -L is now the logging flag #1598

For Admins

  • [Director] The Director will now only enable x509 authentication for given selected prefixes #1563 #1624
  • [Origin] Issuer config has now been added to Origin webpages #1584
  • [Origin] Tokens are now auto generated if the issuer is available 1591
  • [Origin] Now allow HTTP backends for an Origin #1597
  • [Origin] Bug fixes for S3 origins with multiple virtual-style bucket exports #1601
  • [Director] GeoIP resolution failures are now recorded as Prometheus metrics #1608
  • [Director] Clients whose GeoIP resolution fails are now temporarily assigned a location within the continental US to improve followup cache selection. #1620
  • [Director/Origin] Prometheus metrics are now displayed on the Origin and Director Web UI #1623
  • [Registry] Admins can now delete a namespace from the Registry using the webpage #1626
  • [Director] There is now a director redirect metric displayed which keeps track of the number of redirects to an origin or a cache #1632
  • [All] Length of Prometheus metric retention is now configurable #1640
  • [Origin] S3 Origin performance/reliability enhancements #1681

Full Changelog: v7.11.0...v7.10.0