Skip to content

Releases: genesis-community/blacksmith-genesis-kit

v0.2.0

11 Jun 20:01
Compare
Choose a tag to compare

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 and blueprint 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

08 May 15:25
Compare
Choose a tag to compare

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

23 Feb 20:22
Compare
Choose a tag to compare

Improvements

  • Upgrade the redis forge to 0.1.0, to pick up some new
    configuration options in plan manifests.

v0.1.2

23 Feb 04:50
Compare
Choose a tag to compare

Improvements

  • Bump blackmith release to pick up support for the
    bosh.releases property, and upload a static set of
    releases at broker start.

v0.1.1

07 Feb 05:10
Compare
Choose a tag to compare

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

24 Jan 05:38
Compare
Choose a tag to compare

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

23 Jan 22:04
Compare
Choose a tag to compare

Improvements

  • Bump PostgreSQL and RabbitMQ Forge releases to latest

Blacksmith Genesis Kit

23 Jan 21:03
Compare
Choose a tag to compare

Improvements

  • Update RabbitMQ Forge to 0.1.0, to pick up new cluster multi-node toplogy.

Blacksmith Genesis Kit

23 Jan 20:06
Compare
Choose a tag to compare

This is the initial release of the Blacksmith Genesis Kit