Skip to content

build(deps): bump tgagor/template-dockerfiles from 0.16.2 to 0.17.1#19

Merged
tgagor merged 1 commit into
mainfrom
dependabot/github_actions/tgagor/template-dockerfiles-0.17.1
Apr 1, 2026
Merged

build(deps): bump tgagor/template-dockerfiles from 0.16.2 to 0.17.1#19
tgagor merged 1 commit into
mainfrom
dependabot/github_actions/tgagor/template-dockerfiles-0.17.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Bumps tgagor/template-dockerfiles from 0.16.2 to 0.17.1.

Release notes

Sourced from tgagor/template-dockerfiles's releases.

Release v0.17.1

0.17.1 (2026-03-30)

Build Systems

  • deps: bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 (#41) (a6ab68c)

Release v0.17.0

0.17.0 (2026-03-21)

This is a big release. I did my best to keep it backward compatible, but I refactored and simplified a lot of internals. Biggest improvement is improved build dependency management, allowing to spin new builds earlier.

Features

  • deduplicated tags at plan stage allowing to fully parallelize tagging without the risk of race conditions (961c517)
  • redesign the parallelism model allowing for independant image processing and improved parallelism (d967898)
  • refactor parser to separate it from builder's responsibilities (8d8f15c)
  • refactor planner to use Directed Acyclic Graph for planning and then executing in parallel (c3b345c)
  • remove util.FailOnError usage in Docker engine and replace it with standard error handling (e780983)
  • separate image validation and template rendering to distinct methods (9866b99)
  • unify plan execution in a dedicated executor, keeping engines responsible for exectuion and executor for following the plan (6dfbd72)

Bug Fixes

  • missing debug message broken smoke tests (716bff4)

Release v0.16.5

0.16.5 (2026-03-01)

Build Systems

  • deps: bump github.com/gruntwork-io/terratest (#37) (3f71972)

Release v0.16.4

0.16.4 (2026-03-01)

Build Systems

  • deps: bump github.com/go-git/go-git/v5 from 5.16.5 to 5.17.0 (#38) (d9a1069)

Release v0.16.3

0.16.3 (2026-03-01)

Build Systems

... (truncated)

Commits
  • a6ab68c build(deps): bump github.com/go-git/go-git/v5 from 5.17.0 to 5.17.1 (#41)
  • 8066b7f chore: move tag deduplication message to debug log level
  • 716bff4 fix: missing debug message broken smoke tests
  • d967898 feat: redesign the parallelism model allowing for independant image processin...
  • 961c517 feat: deduplicated tags at plan stage allowing to fully parallelize tagging w...
  • e780983 feat: remove util.FailOnError usage in Docker engine and replace it with stan...
  • 9866b99 feat: separate image validation and template rendering to distinct methods
  • 6dfbd72 feat: unify plan execution in a dedicated executor, keeping engines responsib...
  • 8d8f15c feat: refactor parser to separate it from builder's responsibilities
  • c3b345c feat: refactor planner to use Directed Acyclic Graph for planning and then ex...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tgagor/template-dockerfiles](https://github.com/tgagor/template-dockerfiles) from 0.16.2 to 0.17.1.
- [Release notes](https://github.com/tgagor/template-dockerfiles/releases)
- [Commits](tgagor/template-dockerfiles@v0.16.2...v0.17.1)

---
updated-dependencies:
- dependency-name: tgagor/template-dockerfiles
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 1, 2026
@tgagor tgagor merged commit a9ffdea into main Apr 1, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/tgagor/template-dockerfiles-0.17.1 branch April 1, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant