diff --git a/.changeset/thirty-dragons-exist.md b/.changeset/thirty-dragons-exist.md deleted file mode 100644 index 3789060..0000000 --- a/.changeset/thirty-dragons-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"helm-migrate-values": major ---- - -Add command line flag for overriding the default location of the migration definition files diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f67012b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# helm-migrate-values + +## 1.0.0 + +### Major Changes + +- 95d7251: Add command line flag for overriding the default location of the migration definition files diff --git a/package.json b/package.json index 165522a..4795713 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "helm-migrate-values", - "version": "0.2.2", + "version": "1.0.0", "description": "Helm plugin for migrating user-provided release values between chart schema versions", "scripts": { "changeset": "changeset" diff --git a/plugin.yaml b/plugin.yaml index f51dc0d..297e149 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,8 +1,8 @@ name: "migrate-values" -version: "0.2.2" +version: "1.0.0" usage: "schema migration for Helm values" description: "Tool for ensuring user-supplied chart values are kept up to date with the chart's values schema." command: "$HELM_PLUGIN_DIR/bin/migrate-values" hooks: install: "$HELM_PLUGIN_DIR/install-binary.sh" - update: "$HELM_PLUGIN_DIR/install-binary.sh -u" \ No newline at end of file + update: "$HELM_PLUGIN_DIR/install-binary.sh -u"