Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Releases: eugene-manuilov/cfpack

1.5.2

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 26 Oct 14:27
  • Updated dependencies to the latest versions.
  • Added the ability to skip template validation.

1.5.1

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 20 Nov 16:25
  • Updated aws-sdk dependency to the latest version.
  • Added a workaround for big templates validation which tries not to use JSON formatting when template takes more than 51200 bytes.

1.5.0

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 14 Nov 19:05
  • Updated builder to sort templates before merging it.
  • Updated dependencies to the latest versions.
  • Added version update check.

1.4.2

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 21 Sep 10:35
  • Updated dependencies to the latest versions.
  • Fixed issues with !Sub function.

1.4.1

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 15 Sep 20:02
83772b0
  • Updated dependencies to the latest versions.
  • Updated package.json to keep eslint and jest configs in separate files.
  • Fixed issues that happened when commands were run outside of a folder with cfpack.config.js file.

1.4.0

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 19 Jun 06:26
5f558cb
  • Updated dependencies to the latest versions.
  • Updated deploy task to exit with 0 code if there are no updates to perform.

1.3.0

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 28 Sep 08:43
  • Updated dependencies to fix vulnerability issues found in dependant packages.
  • Updated build command to validate the final template.
  • Added condition functions to the yaml parser schema.
  • Added bash/zsh-completion shortcuts for commands.
  • Added unit tests to check that build task properly parses yml files.
  • Fixed bug that didn't allow to keep templates in multiple folders.

1.2.1

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 14 Jun 19:21
  • Updated dependencies to fix vulnerability issues found in dependant packages.

1.2.0

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 26 Jan 19:00
  • Added artifacts command to upload files to a s3 bucket.
  • Added spinner to the terminal output to indicate process.
  • Added eslint config to standardise code base.
  • Reworked tasks runner to use middlewares instead of array of tasks.
  • Updated init command to use existing values if config file is already created.

1.1.0

Choose a tag to compare

@eugene-manuilov eugene-manuilov released this 12 Jan 21:57
  • Updated deploy command to display stack events and wait till the update process ends.
  • Updated delete command to display stack events and wait till the delete process ends.