Skip to content

Releases: akuity/kargo-render

v0.1.0-rc.42

06 Aug 23:25
d9db19d
Compare
Choose a tag to compare
v0.1.0-rc.42 Pre-release
Pre-release
update image signing process (#301)

Signed-off-by: Kent Rancourt <[email protected]>

v0.1.0-rc.41

06 Aug 17:40
c29c1fb
Compare
Choose a tag to compare
v0.1.0-rc.41 Pre-release
Pre-release
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 <[email protected]>

* implement a very simple git credential helper

Signed-off-by: Kent Rancourt <[email protected]>

* update git package to use new credential helper

Signed-off-by: Kent Rancourt <[email protected]>

* harden image using apko and wolfi

Signed-off-by: Kent Rancourt <[email protected]>

* upgrade argo cd and dependencies

Signed-off-by: Kent Rancourt <[email protected]>

* fix broken unit test

Signed-off-by: Kent Rancourt <[email protected]>

* fix(build): avoid superfluous retagging

Signed-off-by: Hidde Beydals <[email protected]>

---------

Signed-off-by: Kent Rancourt <[email protected]>
Signed-off-by: Hidde Beydals <[email protected]>
Co-authored-by: Hidde Beydals <[email protected]>

v0.1.0-rc.40

11 Jun 15:40
2248e73
Compare
Choose a tag to compare
v0.1.0-rc.40 Pre-release
Pre-release
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.0-rc.39

27 Mar 17:55
62c613f
Compare
Choose a tag to compare
v0.1.0-rc.39 Pre-release
Pre-release
remove unnecessary push when rendering to local path (#272)

Signed-off-by: Kent Rancourt <[email protected]>

v0.1.0-rc.38

25 Mar 23:59
093186b
Compare
Choose a tag to compare
v0.1.0-rc.38 Pre-release
Pre-release
fix: preserve files correctly when rendering to a local directory (#268)

Signed-off-by: Kent Rancourt <[email protected]>

v0.1.0-rc.37

25 Mar 15:54
89fd5f9
Compare
Choose a tag to compare
v0.1.0-rc.37 Pre-release
Pre-release
improve how new branches are created (#266)

Signed-off-by: Kent Rancourt <[email protected]>

v0.1.0-rc.36

22 Mar 23:13
3a26262
Compare
Choose a tag to compare
v0.1.0-rc.36 Pre-release
Pre-release
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kent Rancourt <[email protected]>

v0.1.0-rc.35

31 Jan 00:00
933ffd4
Compare
Choose a tag to compare
v0.1.0-rc.35 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-rc.34...v0.1.0-rc.35

v0.1.0-rc.34

03 Jan 14:45
4af6801
Compare
Choose a tag to compare
v0.1.0-rc.34 Pre-release
Pre-release
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.0-rc.33

26 Oct 15:01
0c63b13
Compare
Choose a tag to compare
v0.1.0-rc.33 Pre-release
Pre-release
add config option to exempt specific paths from pre-render branch cle…