diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9895b..51fe3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to `@inprod.io/run-changesets` will be documented in this file. +## [1.1.0] - 2026-07-23 + +### Added + +- `INPROD_FILES` — upload files to InProd's temporary storage before validation/execution, in + `VARNAME=path` format (one per line, same conventions as `INPROD_CHANGESET_VARIABLES`). Each + uploaded file's signed URL is merged into the changeset variables under the given name, so a + changeset can reference file contents (certificates, config bundles, etc.) via `[?? VARNAME ??]` + placeholders without embedding them directly in the changeset or in `INPROD_CHANGESET_VARIABLES`. + Uploaded URLs are always re-uploaded on every run (never cached/reused) and are never logged. +- Platform doc updates for `INPROD_FILES` in `docs/azure.md`, `docs/bitbucket.md`, + `docs/circleci.md`, `docs/jenkins.md`, and `README.md`. + ## [1.0.0] - 2026-02-18 ### Added diff --git a/package-lock.json b/package-lock.json index 44f453f..06ce1ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@inprod.io/run-changesets", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@inprod.io/run-changesets", - "version": "1.0.0", + "version": "1.1.0", "license": "GPL-3.0", "dependencies": { "glob": "^10.0.0", diff --git a/package.json b/package.json index 17787fd..144844c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@inprod.io/run-changesets", - "version": "1.0.0", + "version": "1.1.0", "description": "Run InProd changesets in CI/CD pipelines", "main": "src/index.js", "bin": {