beegfs_8 symlink missing on https://www.beegfs.io/release/ #65
-
On https://www.beegfs.io/release/ the symlink "beegfs_8" that follows "version 8 latest stable" is missing. Beegfs_6 and beegfs_7 are present. Could you please fix that? I would like to use a repo that follows "8 latest stable" instead of being pinned to a minor version. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @frsc-ku , You’re right that As of BeeGFS 8, we’ve adopted semantic versioning. Now:
We’ve intentionally not published a generic
That said, if there’s demand for a moving |
Beta Was this translation helpful? Give feedback.
-
Hi Joe, thanks for your fast response. It would be great to have a floating target if my interpretation of "This means BeeGFS 8.1.0 components are compatible with components running any BeeGFS 8.y.z release" under https://doc.beegfs.io/latest/release_notes.html#version-interoperability holds:
If your intention is to follow these requirements, then a floating target would be really helpful and it would be great if you could create the symlink. For our workflow we have ansible playbooks updating our entire infrastructure and it would be great if we could add BeeGFS to that and to cover minor version upgrades as well. If minor version upgrades can break any point in the list above, then please change the description at https://doc.beegfs.io/latest/release_notes.html#version-interoperability to include something like:
Hope that makes sense. Best regards, |
Beta Was this translation helpful? Give feedback.
Hi Frank,
Your interpretation of the interoperability statement in the release notes is largely accurate. The only nuance is that, when feasible, we may introduce new features or behavioral changes that are enabled automatically (with graceful fallback when needed).
Notably, there are cases where we need to make tradeoffs between maintaining legacy behavior and improving performance or security. For example, we recently identified a significant ACL performance gain by caching directory ACLs for up to one second. We believe most users will prefer this behavior, so we intend to make it the default. However, some users may have strict requirements that ACLs must never be cached.
Additionally…