Skip to content

Releases: liquidmetal-dev/flintlock

v0.1.0-alpha.8

23 Feb 16:50
194618b
Compare
Choose a tag to compare
v0.1.0-alpha.8 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

  • Pin firecracker to v0.25.2-macvtap for nightly e2es by @Callisto13 in #401

📖 Docs

Other Changes

  • chore: rolling back Firecracker v1.0.0 changes by @richardcase in #393
  • chore(deps): Bump github.com/spf13/afero from 1.8.0 to 1.8.1 by @dependabot in #387

Full Changelog: v0.1.0-alpha.7...v0.1.0-alpha.8

v0.1.0-alpha.7

08 Feb 16:05
v0.1.0-alpha.7
11b7da1
Compare
Choose a tag to compare
v0.1.0-alpha.7 Pre-release
Pre-release

🚨 This release is experiencing problems, please use another version

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

Other Changes

  • chore(deps): bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0 by @dependabot in #363
  • chore(deps): bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1 by @dependabot in #379
  • chore(deps): bump github.com/onsi/gomega from 1.18.0 to 1.18.1 by @dependabot in #378
  • chore(deps): bump google.golang.org/grpc from 1.43.0 to 1.44.0 by @dependabot in #377
  • Better hack/send tooling by @yitsushi in #380

Full Changelog: v0.1.0-alpha.6...v0.1.0-alpha.7

v0.1.0-alpha.6

28 Jan 16:00
v0.1.0-alpha.6
1e52881
Compare
Choose a tag to compare
v0.1.0-alpha.6 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

Other Changes

  • chore(deps): bump github.com/onsi/gomega from 1.17.0 to 1.18.0 by @dependabot in #362
  • chore(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7 by @dependabot in #364
  • chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.2 to 2.7.3 by @dependabot in #365

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

v0.1.0-alpha.5

07 Jan 15:53
b4607d1
Compare
Choose a tag to compare
v0.1.0-alpha.5 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

Other Changes

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

v0.1.0-alpha.4

17 Dec 11:44
v0.1.0-alpha.4
7213b9c
Compare
Choose a tag to compare
v0.1.0-alpha.4 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

Other Changes

  • chore(test): Get only first output from create func by @Callisto13 in #321
  • chore(deps): bump firecracker version to v0.25.2 by @github-actions in #317
  • chore(deps): Add action to bump version of firecracker in e2es by @Callisto13 in #304
  • refactor: update ListMessage to include full MicroVM type by @jmickey in #293
  • test: add server tests and additional mocks by @jmickey in #294
  • feat: use configuration file to start firecracker by @yitsushi in #288
  • chore(deps): bump github.com/go-openapi/strfmt from 0.21.0 to 0.21.1 by @dependabot in #296
  • refactor: introduce a client package by @richardcase in #301
  • chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.0 to 2.7.1 by @dependabot in #309
  • refactor: cloudinit pointer removal by @richardcase in #316
  • chore(deps): bump github.com/spf13/viper from 1.9.0 to 1.10.0 by @dependabot in #323
  • Use single quotes to compare var in action by @Callisto13 in #318

New Contributors

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

v0.1.0-alpha.3

26 Nov 13:56
v0.1.0-alpha.3
1e4a383
Compare
Choose a tag to compare
v0.1.0-alpha.3 Pre-release
Pre-release

What's Changed

🚀 Enhancements

  • Run the e2es as part of the release process by @Callisto13 in #254
  • chore(test): Add config file option to e2e metal tooling by @Callisto13 in #249
  • feat: Add script to setup direct-lvm mode for containerd by @Callisto13 in #265
  • feat(test): Wire e2e tests to use direct lvm thinpool for containerd by @Callisto13 in #270
  • feat(test): Check capacity of facility before creating device by @Callisto13 in #272
  • feat(test): Add opts to configure repo and branch by @Callisto13 in #273
  • feat: Add retry counter on failed reconciliation by @yitsushi in #255
  • feat(test): Write generated equinix keys to tempdir by @Callisto13 in #278

🐛 Bugs

📖 Docs

  • docs: add ADR for opinionated API changes by @jmickey in #262

Other Changes

  • refactor: apply opinionated api defaults based on accepted adr by @jmickey in #271
  • Review OCI tests by @yitsushi in #269
  • chore(deps): bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2 by @dependabot in #275
  • chore(deps): bump github.com/containerd/containerd from 1.5.7 to 1.5.8 by @dependabot in #274
  • chore(deps): bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.6.0 to 2.7.0 by @dependabot in #280

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

v0.1.0-alpha.2

12 Nov 12:20
v0.1.0-alpha.2
7be94a0
Compare
Choose a tag to compare
v0.1.0-alpha.2 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

Other Changes

  • refactor: merge create and update plans and update references by @jmickey in #192
  • security: Update indirect dependency: mongo-driver by @yitsushi in #196
  • chore: remove the message on XL pr by @richardcase in #200
  • refactor: remove update gRPC enpoint and usecase implementation by @jmickey in #222
  • chore(deps): bump google.golang.org/grpc from 1.41.0 to 1.42.0 by @dependabot in #230
  • chore(deps): bump github.com/go-openapi/strfmt from 0.19.5 to 0.21.0 by @dependabot in #190
  • chore(deps): bump github.com/onsi/gomega from 1.16.0 to 1.17.0 by @dependabot in #229
  • chore(fmt): Enable disabled linters in global scope by @yitsushi in #238
  • Disable Documentation site publish if it's a forked repo by @yitsushi in #251

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

30 Oct 07:01
632b416
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

🚨 This is an ALPHA RELEASE and as such it may be hard to run. Please only use it for testing purposes. If you find any bugs or want to suggest features, then file an issue.

What's Changed

🚀 Enhancements

🐛 Bugs

📖 Docs

Other Changes

New Contributors

Full Changelog: https://github.com/weaveworks/flintlock/commits/v0.1.0-alpha.1