chore(release): 0.4.0
This commit is contained in:
parent
7b42336408
commit
c58a0e03a5
21
CHANGELOG.md
21
CHANGELOG.md
|
@ -2,6 +2,27 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
## [0.4.0](https://sigyl.com///compare/v0.1.1...v0.4.0) (2020-10-06)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* overide parameter removed
|
||||
* new api config function
|
||||
|
||||
### Features
|
||||
|
||||
* configured ([527aa41](https://sigyl.com///commit/527aa4128da897dd0690ee16fa2627ab67a927a7))
|
||||
* registry pipeline ([39794f0](https://sigyl.com///commit/39794f03688f9fcdb37abf1937fe0738e41b1700))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* allow configured secrets to registry ([cded64c](https://sigyl.com///commit/cded64c558de384e182cdfce6def20035788c1d8))
|
||||
* registry_password in quotes ([7b42336](https://sigyl.com///commit/7b423364086d14b7ad5b3ea02652670bf8929bd4))
|
||||
* version in package.json ([75be869](https://sigyl.com///commit/75be869735874aac89be358f5f48b0ca1ad98ccb))
|
||||
* wait image ([b4a5dc8](https://sigyl.com///commit/b4a5dc8bb681fc9d9e5303a6bfff9221c30a141e))
|
||||
|
||||
### [0.3.1](https://sigyl.com///compare/v0.2.2...v0.3.1) (2020-09-24)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@sigyl/jsonnet-drone",
|
||||
"main": "deploy.libsonnet",
|
||||
"version": "0.3.1",
|
||||
"version": "0.4.0",
|
||||
"description": "jsonnet to build and deploy with drone",
|
||||
"scripts": {
|
||||
"publish-npm": "git push --follow-tags origin master && npm publish",
|
||||
|
|
Loading…
Reference in New Issue