Skip to content

Releases: little-angry-clouds/particle

v0.0.10

22 Apr 12:12
Compare
Choose a tag to compare

Changelog

  • 43001ad Merge pull request #3 from little-angry-clouds/fix/brew_formula
  • 9c8a1ed fix: apple silicon release

v0.0.9

22 Apr 12:00
Compare
Choose a tag to compare

Changelog

  • 3493680 Merge branch 'develop'
  • 8788d76 Merge pull request #1 from little-angry-clouds/develop
  • fd30b6c bump version
  • 4cf8b46 feat: add kube-score and kube-lint to dockerfile

v0.0.8

16 Sep 16:39
Compare
Choose a tag to compare

Changelog

24c515d fix: when test failed, didn't exit correctly

Docker images

  • docker pull littleangryclouds/particle:v0
  • docker pull littleangryclouds/particle:v0.0.8

v0.0.7

06 Aug 09:50
Compare
Choose a tag to compare

Changelog

53879c9 fix: fix error handling
094d705 refactor: delete unused scenario on cmd package

v0.0.6

07 Jul 10:44
Compare
Choose a tag to compare

Changelog

28473c2 fix: fix previous commit

v0.0.5

07 Jul 10:13
Compare
Choose a tag to compare

Changelog

7f4a8e6 feat: add option to pass configuration to kind
e5f881a fix: check configuration before executing commands

v0.0.4

05 Jul 22:02
Compare
Choose a tag to compare

Changelog

bf0f1a8 fix: create the particle directory in scenario command

v0.0.3

05 Jul 21:53
Compare
Choose a tag to compare

Changelog

821345c feat: add init scenario
4bbe6f1 refactor: move the scenario flag from root to each command

v0.0.2

04 Jul 21:22
Compare
Choose a tag to compare

Changelog

f6e8d80 fix: destroy and exit when a non-expected error is detected
a662baa feat: change static helm verifier for a generic one

v0.0.1

28 Jun 22:33
Compare
Choose a tag to compare

Changelog

24b1b2c Initial commit
21d67b9 feat: add cleanup
7c2e517 feat: add command to create chart
e96942b feat: add create step
3498a92 feat: add dependency command
3c4550f feat: add dependency to test
608bbc5 feat: add destroy feature
5ea01eb feat: add helm provisioner and converge step
d92f0f7 feat: add linting
c22a455 feat: add logging with apex
bd85740 feat: add package for error handling
d94080e feat: add prepare command
f305fe9 feat: add prepare to test
22c095a feat: add stdout to cmd interface
27ac242 feat: add support for scenarios
386c5db feat: add syntax command
b8ce1d2 feat: add test order
0f3201a feat: add verifier
b9c5e7d feat: add wait option to kind
bf4919d feat: bump initial version
1971bdc feat: convert cmd to its own package
5d3f032 feat: create project skeleton
cfedc95 feat: pass chart configuration to converge
cbb9e38 fix: delete unnecessary tests and make errors explicit
98e21d9 fix: error management
e8a6030 fix: make it pass the static linting
f87e690 fix: parametrize the binary name for cmd
ebea6a6 fix: typo
5ee8b60 fix: use kebab-case for variables
41a17f8 refactor: change context for configuration type
f28574d refactor: error management
11002cc refactor: uncouple cli functions from cobra
d5cf038 refactor: use custom errors as a package