Skip to content

Signcommits#331

Merged
ptr727 merged 4 commits intodevelopfrom
signcommits
Feb 12, 2026
Merged

Signcommits#331
ptr727 merged 4 commits intodevelopfrom
signcommits

Conversation

@ptr727
Copy link
Owner

@ptr727 ptr727 commented Feb 12, 2026

No description provided.

ptr727 and others added 3 commits February 11, 2026 16:41
* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 12, 2026 09:17
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the repository’s codegen pipeline and .NET tooling dependencies, aligning CI-generated commits with signed-commit requirements while keeping CreateMatrix and formatting tools up to date.

Changes:

  • Enable signed commits for the codegen auto-PR workflow.
  • Bump CreateMatrix NuGet dependencies (resilience, Serilog, System.CommandLine).
  • Update the pinned CSharpier dotnet tool version.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
CreateMatrix/CreateMatrix.csproj Updates NuGet package versions used by the CreateMatrix generator tool.
.github/workflows/run-codegen-pull-request-task.yml Configures the codegen PR automation to sign commits.
.config/dotnet-tools.json Updates the repo-pinned CSharpier tool version for formatting.

@ptr727 ptr727 merged commit 158c84e into develop Feb 12, 2026
38 checks passed
@ptr727 ptr727 deleted the signcommits branch February 12, 2026 10:09
ptr727 added a commit that referenced this pull request Feb 12, 2026
* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 12, 2026
* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 13, 2026
* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 13, 2026
* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 16, 2026
* Develop (#336)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update codegen step in workflow and add codegen to workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 16, 2026
* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Indentation (#337)

* Develop (#336)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update codegen step in workflow and add codegen to workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 22, 2026
* Develop (#338)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Indentation (#337)

* Develop (#336)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update codegen step in workflow and add codegen to workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the nuget-deps group with 1 update (#339)

Bumps dotnet-outdated-tool from 4.6.9 to 4.7.0

---
updated-dependencies:
- dependency-name: dotnet-outdated-tool
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the nuget-deps group with 1 update (#340)

Bumps AwesomeAssertions from 9.3.0 to 9.4.0

---
updated-dependencies:
- dependency-name: AwesomeAssertions
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pull request action to include 'codegen-update' branch

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ptr727 added a commit that referenced this pull request Feb 22, 2026
* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Indentation (#337)

* Develop (#336)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update codegen step in workflow and add codegen to workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pull request action to include 'codegen-update' branch (#342)

* Develop (#338)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Indentation (#337)

* Develop (#336)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Noenv (#335)

* Develop (#333)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Signcommits (#331)

* Develop (#329)

* Enhance Docker build caching and update documentation (#324)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Fix syntax in jq command for generating docker hub repositories (#320)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Update cache-to logic in Docker build step for feature branches (#321)

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* fix: Add cache_tag to base image definitions for improved caching in Docker builds

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squashmerge (#328)

* Enhance Docker build caching and update documentation (#324) (#325)

* Develop (#319)

* Update docker hub readme task and fix version in README (#316)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings (#318)

* Update docker hub readme task and fix version in README (#316) (#317)



* Update GitHub Copilot guidance, enhance Docker build caching, and modify workspace settings



---------



---------



* Fix syntax in jq command for generating docker hub repositories (#320)



* Update cache-to logic in Docker build step for feature branches (#321)



* fix: Add cache_tag to base image definitions for improved caching in Docker builds



---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Squash merge

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* just squash

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* Bump the nuget-deps group with 4 updates (#330)

Bumps csharpier from 1.2.5 to 1.2.6
Bumps Microsoft.Extensions.Http.Resilience from 10.2.0 to 10.3.0
Bumps Serilog from 4.3.0 to 4.3.1
Bumps System.CommandLine from 2.0.2 to 2.0.3

---
updated-dependencies:
- dependency-name: csharpier
  dependency-version: 1.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
- dependency-name: Serilog
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
- dependency-name: System.CommandLine
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>

* feat: enable signing of commits in codegen pull request workflow

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix indentation in codegen step command

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update codegen step in workflow and add codegen to workspace settings

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the nuget-deps group with 1 update (#339)

Bumps dotnet-outdated-tool from 4.6.9 to 4.7.0

---
updated-dependencies:
- dependency-name: dotnet-outdated-tool
  dependency-version: 4.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump the nuget-deps group with 1 update (#340)

Bumps AwesomeAssertions from 9.3.0 to 9.4.0

---
updated-dependencies:
- dependency-name: AwesomeAssertions
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update pull request action to include 'codegen-update' branch

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants