Skip to content

Releases: genesis-community/ocf-scheduler-genesis-kit

v0.1.3

07 Sep 20:27
Compare
Choose a tag to compare

Adds support for scheduler 1.1.3 WORKER_NUM feature.

Number of Workers

The number of works defaults to 10 and can be set using the worker_count param, for example:

params:
  worker_count: 40

Log Level

The log level defaults to info and can be set using the log_level param, for example:

params:
  log_level: debug

sha256: efd9d7760cf71631551ae8c5f8a80452bbb34fdc0fc74d2b0bb0d7d185cdcfa5

v0.1.1

24 Jul 22:31
Compare
Choose a tag to compare

Bug Fixes

  • Version 0.266.0 has a known issue:

    ⚠️ This release is vulnerable to this known issue around handling expect 100-continue responses. We recommend skipping this version and upgrading to 0.274.0 instead.

    Upgraded to 0.275.0 as it also resolves a bug where path-based routes could return 503s when no backend endpoints remain.

Software Updates

Release Version Release Date Type Changed
ocf-scheduler 0.1.0 23 July 2023 source
bpm 1.2.1 09 May 2023 source
postgres 44 07 June 2022 source
routing 0.275.0 08 May 2023 source X

v0.1.0

23 Jul 22:24
Compare
Choose a tag to compare

Software Updates

Release Version Release Date Type Changed
ocf-scheduler 0.1.0 23 July 2023 source X
bpm 1.2.1 09 May 2023 source X
postgres 44 07 June 2022 source X
routing 0.266.0 08 May 2023 source X

v0.0.18

19 Dec 20:26
9fb3ba4
Compare
Choose a tag to compare

Improvements

  • Ocfp Feature (#3)

    Net new supporting ocf app scheduler leveraging ocfp.

    ocfp feature encodes the opensource cloud foundry platform reference architecture. ocfp specifies that inputs for features come from vault.

    The reference architecture specifies the network, vm_type, disk_type, and azs based on dev vs prod environment scales.

    Naming scheme is entirely based on environment name, and is designed to work with the ocfp-ops-scripts ocfp cli in order to generate configs, initialize and test environments.

v0.0.18-rc1

19 Dec 16:07
9fb3ba4
Compare
Choose a tag to compare
v0.0.18-rc1 Pre-release
Pre-release

This is a prerelease - see commit messages for changes.

v0.0.17

17 Aug 21:02
Compare
Choose a tag to compare

Bugfix when using external-postgres(-vault).

v0.0.16

17 Aug 20:43
Compare
Choose a tag to compare

Refactoring based on pairing session. Split external-postgres into two features, one with -vault suffix for consuming during automated outputs going to vault from say terraform.

v0.0.14

17 Aug 02:16
Compare
Choose a tag to compare

Separate overrides for external vs internal postgres.

v0.0.13

17 Aug 01:04
Compare
Choose a tag to compare

Bugfix: +internal-postgres, spell out username and password.

v0.0.12

16 Aug 18:55
Compare
Choose a tag to compare

Align internal and external postgres features while enabling overrides.

Can override as follows:
environment file params.pg > meta.vault/db:{username,password,hostname,...} > defaults