v0.1.1
What's Changed
- Support configurable worker count and log level by @itsouvalas in #1
- Update Go version, fix env var & adjust packaging by @itsouvalas in #2
New Features:
- Configurable Worker Count and Log Level:
- Introduced
scheduler.worker_count
property to specify the number of worker processes, with a default value of 20. - Added
scheduler.log_level
property to set the logging level, defaulting to "info" (error and debug as additional options). - Updated
env.erb
template to include environment variables forWORKER_NUM
andLOG_LEVEL
based on the new properties.
- Introduced
Updates and Improvements:
-
Go Version Update:
- Updated Go version from
1.20
to1.22
across all relevant files. - Updated
go.mod
andgo.sum
to reflect new dependencies.
- Updated Go version from
-
Packaging Adjustments:
- Modified packaging script and spec to remove version-specific filename for
ocf-scheduler
.
- Modified packaging script and spec to remove version-specific filename for
Final Build Additions:
- Added final build for
golang-1.22-linux
with appropriate commit hash and blobstore details.
These updates enhance the functionality, security, and performance of the ocf-scheduler
by introducing configurable parameters, updating dependencies, and improving the build process.
Deployment
releases:
- name: ocf-scheduler
version: 0.1.1
url: https://github.com/cloudfoundry-community/ocf-scheduler-boshrelease/releases/download/v0.1.1/ocf-scheduler-0.1.1.tgz
sha1: 324b418ea118bff1776e89e40863bd8d20d8d502
New Contributors
- @itsouvalas made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1