Releases: ThinkParQ/beegfs-go
v8.1.0
What's Changed
- fix(ctl): hide all node reachability flags by @iamjoemccormick in #166
- ci: remove unneeded ci token, enable codeql, and add security policy by @iamjoemccormick in #168
- feat(ctl): split file state management into access flags and data state by @pravar3088 in #165
- chore(ctl): align access flags with C++ side five-bit implementation by @pravar3088 in #175
- ci(codeql): enable scanning for the develop branch by @iamjoemccormick in #176
- fix: normalize use of double vs single quotes in toml config files by @iamjoemccormick in #167
- fix(sync): clarify worker logging context to avoid confusion with node ID by @iamjoemccormick in #167
- feat(ctl): improve arg error handling and standardize help usage by @iamjoemccormick in #178
- feat(rst): clarify error messages and hint at likely solutions by @iamjoemccormick in #182
- fix(ctl): properly handle
--raw
inbeegfs client stats
by @philippfalk in #186 - feat(license): print scope(s) in output by @philippfalk in #173
- feat(rst): Add support for download and stub files by @swartzn in #152
- fix(rst): pulling offloaded file with configured rst by @swartzn in #193
- fix(rst): fix failure to acquire file lock as failed instead of failed-precondition by @swartzn in #198
- chore(deps): bump go to 1.23.10 by @swartzn in #204
- fix(rst): request for invalid remote storage target by @swartzn in #197
- fix(rst): setting rst policies when not specified in the config by @swartzn in #206
- fix(ctl): dir entry info and ping positional args by @iamjoemccormick in #199
These release notes only cover changes to BeeGFS Go. Click here for the full BeeGFS 8.1 release notes.
Full Changelog: v8.0.1...v8.1.0
v8.0.1
What's Changed
- Post Repository Merge Reorganization and Cleanup by @iamjoemccormick in #145
- Standardize the process and documentation around contributing to the project by @iamjoemccormick in #149
- Storage Bench Fixes by @iamjoemccormick in #151
- Update module versioning scheme by @iamjoemccormick in #163
- Sort benchmark target results numerically by id by @iamjoemccormick in #164
Full Changelog: v8.0.0...v8.0.1
v8.0.0
📄 Release Notes
Click here for the official BeeGFS 8 release notes.
📦 Installing BeeGFS
In general, we recommend adding the official BeeGFS package repository to your distribution’s package manager to simplify installing multiple BeeGFS packages at a specific version. The packages in that repository are identical to the ones found here, except they are also signed with the official BeeGFS GPG public key.
🛠️ About This Release
This initial GitHub release of beegfs-go
includes packages and binaries for beegfs-tools
only. These artifacts were built prior to the Git history rewrite that was performed as part of consolidating and making this repository public. As a result, the commit hash embedded in the binaries does not match the commit referenced by this v8.0.0 tag. but the source code used to build them is identical.
🚀 Looking Ahead
Going forward, GitHub releases will include packages and release notes for all components maintained in this repository, as defined by the GoReleaser configuration.