Releases: genesis-community/ocf-scheduler-genesis-kit
v0.1.3
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
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
v0.0.18
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
, andazs
based ondev
vsprod
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
This is a prerelease - see commit messages for changes.
v0.0.17
Bugfix when using external-postgres(-vault).
v0.0.16
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
Separate overrides for external vs internal postgres.
v0.0.13
Bugfix: +internal-postgres, spell out username and password.
v0.0.12
Align internal and external postgres features while enabling overrides.
Can override as follows:
environment file params.pg
> meta.vault/db:{username,password,hostname,...}
> defaults