Releases: genesis-community/blacksmith-genesis-kit
v0.2.0
This release modernizes the Blacksmith kit to work well with
Genesis 2.6 features and functionalities. Primarily, this
involves a heavier emphasis on kit-provided hooks to do heavy
lifting.
-
Genesis 2.6.0 is the minimum version supported by this kit now.
-
The
info
hook provides information about accessing the deployed
broker, including the URL endpoint and failsafe credentials. -
Exodus data is now provided, for integration with other deployments.
-
The
new
andblueprint
hooks replace a lot of stuff that was in
kit.yml (params and friends), while removing the complexity of the
subkit decomposition. -
The
addon
hook provides for kit-specific functionality like visiting
the Blacksmith UI in the browser, targeting BOSH, running eden, etc. -
The
post-deploy
hook gives the operator a gentle nudge in the
direction of next steps.
v0.1.4
Improvements
-
All three forges (redis, rabbitmq, and postgresql) now have
dedicated properties for setting service-level catalog metadata,
like display name, description, and tags. -
Blacksmith has been upgraded from to 0.0.9 (BOSH release
0.0.5) - see the release notes for more details.
New Features
- A new subkit / feature,
mariadb
has been added to allow
deployment of standalone MariaDB instances. This is
experimental at this stage, while we work towards clustering and
other production-level features.
v0.1.3
v0.1.2
v0.1.1
Improvements
- Removed a speculative
blueprint
hook that was latent until
Genesis 2.5.0 was released. The hook itself didn't match up to
what we utimately implemented in Genesis, and was causing issues
with people running Genesis 2.5.x. This hook is no longer
bothering anyone, any more, so you can safely upgrade to 2.5.0
v0.1.0
Improvements
-
Bump RabbitMQ Forge to fix silly YAML mistakes.
-
Bump PostgreSQL Forge to fix silly YAML mistakes.
Release Engineering
We're trying out a new Concourse CI/CD pipeline for automating the
testing, vetting, and releasing of Genesis Kits, and this kit is
our first trial run.
Blacksmith Genesis Kit
Improvements
- Bump PostgreSQL and RabbitMQ Forge releases to latest
Blacksmith Genesis Kit
Improvements
- Update RabbitMQ Forge to 0.1.0, to pick up new
cluster
multi-node toplogy.
Blacksmith Genesis Kit
This is the initial release of the Blacksmith Genesis Kit