Releases: akuity/kargo-render
Releases · akuity/kargo-render
v0.1.0-rc.42
update image signing process (#301) Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
v0.1.0-rc.41
feat: harden image using apko and wolfi (#297) * move cmd/*.go to cmd/kargo-render/ to make room for source for a second binary Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> * implement a very simple git credential helper Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> * update git package to use new credential helper Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> * harden image using apko and wolfi Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> * upgrade argo cd and dependencies Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> * fix broken unit test Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> * fix(build): avoid superfluous retagging Signed-off-by: Hidde Beydals <hidde@hhh.computer> --------- Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com> Signed-off-by: Hidde Beydals <hidde@hhh.computer> Co-authored-by: Hidde Beydals <hidde@hhh.computer>
v0.1.0-rc.40
chore(deps): bump golang.org/x/oauth2 in the go-minor group (#286) Bumps the go-minor group with 1 update: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.20.0 to 0.21.0 - [Commits](https://github.com/golang/oauth2/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.1.0-rc.39
remove unnecessary push when rendering to local path (#272) Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
v0.1.0-rc.38
fix: preserve files correctly when rendering to a local directory (#268) Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
v0.1.0-rc.37
improve how new branches are created (#266) Signed-off-by: Kent Rancourt <kent.rancourt@gmail.com>
v0.1.0-rc.36
chore(deps): bump webpack-dev-middleware in /docs/plugins/gtag (#262) Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kent Rancourt <kent.rancourt@gmail.com>
v0.1.0-rc.35
What's Changed
Full Changelog: v0.1.0-rc.34...v0.1.0-rc.35
v0.1.0-rc.34
chore(deps): bump the go-patch group with 1 update (#223) Bumps the go-patch group with 1 update: [github.com/argoproj/argo-cd/v2](https://github.com/argoproj/argo-cd). - [Release notes](https://github.com/argoproj/argo-cd/releases) - [Changelog](https://github.com/argoproj/argo-cd/blob/master/CHANGELOG.md) - [Commits](https://github.com/argoproj/argo-cd/compare/v2.9.2...v2.9.3) --- updated-dependencies: - dependency-name: github.com/argoproj/argo-cd/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.1.0-rc.33
add config option to exempt specific paths from pre-render branch cle…