Skip to content

v0.1.1

Compare
Choose a tag to compare
@itsouvalas itsouvalas released this 02 Aug 09:21
· 6 commits to main since this release
e8f8de7

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 for WORKER_NUM and LOG_LEVEL based on the new properties.

Updates and Improvements:

  • Go Version Update:

    • Updated Go version from 1.20 to 1.22 across all relevant files.
    • Updated go.mod and go.sum to reflect new dependencies.
  • Packaging Adjustments:

    • Modified packaging script and spec to remove version-specific filename for ocf-scheduler.

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

Full Changelog: v0.1.0...v0.1.1