Releases: padok-team/burrito
v0.8.1
Changelog
Minor Features
- 376fee2: feat(git): add tag support for TerraformLayers and enhance provider fallback logic (#652) (@nerdeveloper)
- a674588: feat(helm): add NetworkPolicy template to allow traffic from tenant namespaces (#702) (@corrieriluca)
- 37f6bdd: feat(helm): add traffic distribution and topology spread constraints (#701) (@corrieriluca)
- 1d51524: feat(helm): allow control of CRDs installation (#688) (@michael-todorovic)
Bug fixes
- db6cbbb: fix(ui): layer page scrolling & tiling (#705) (@LucasMrqes)
Dependency updates
- 7bce7ff: fix(deps): update all patch dependencies (#659) (@renovate[bot])
- b4c3415: fix(deps): update all patch dependencies (#691) (@renovate[bot])
- b0c34e0: fix(deps): update aws-sdk-go-v2 monorepo (#704) (@renovate[bot])
- 5b3f598: fix(deps): update dependency axios to v1.12.0 [security] (#706) (@renovate[bot])
- c0d2022: fix(deps): update module github.com/hashicorp/terraform-json to v0.27.2 (#709) (@renovate[bot])
- 8df4a70: fix(deps): update module sigs.k8s.io/controller-runtime to v0.22.0 (#667) (@renovate[bot])
- 4c708d2: chore(deps): update actions/setup-go action to v6 (#694) (@renovate[bot])
- 3088d0d: chore(deps): update actions/setup-node action to v5 (#695) (@renovate[bot])
- 0513a27: chore(deps): update actions/setup-python action to v6 (#696) (@renovate[bot])
- f813fa6: chore(deps): update dependency vite to v7 (#631) (@renovate[bot])
- 3a247b0: chore(deps): update dependency vite to v7.1.5 [security] (#700) (@renovate[bot])
- e392d4e: chore(deps): update docker/dockerfile docker tag to v1.18.0 (#692) (@renovate[bot])
- 02508d8: chore(deps): update mcr.microsoft.com/azure-storage/azurite docker tag to v3.35.0 (#674) (@renovate[bot])
- 369844e: chore(docker): pin digests docker pin digests (#697) (@renovate[bot])
- c2f440f: chore(helm): add metadata in Chart.yaml (#707) (@corrieriluca)
- a70647b: chore(release): bump version to v0.8.0 (@corrieriluca)
v0.8.0

Changelog
💥 Breaking change
- Burrito UI authentication: starting with 0.8.0 Burrito automatically adds authentication (defaults to HTTP Basic Auth) for its user interface. OIDC can also be configured.
- To keep your Burrito instance public/un-authenticated you need to set
config.burrito.server.basicAuth.enabled
tofalse
in your Helm values.
- To keep your Burrito instance public/un-authenticated you need to set
Features
- b4cd4d2: feat: add basic and OAuth authentication (#611) (@LucasMrqes)
- See User Authentication in Burrito doc
- 0e57ae9: feat: add support for datastore encryption (#626) (@michael-todorovic)
- b3cf7b1: feat: add layers status bar (#660) (@michael-todorovic)
Bug fixes
- e43bb4b: fix(docker): chown burrito user home directory (#653) (@arnaud-dezandee)
- d8c64b1: fix(layer-controller): consider layer not running when runs are not found (#625) (@LucasMrqes)
- 96d5e53: fix(tools): remove terraform-exec (#628) (@arnaud-dezandee)
- a3da7fc: fix: handle terragrunt 0.73.0+ new flags (#662) (@michael-todorovic)
- 31158f8: fix(chart): known_hosts multiline formatting (#627) (@arnaud-dezandee)
Others
-
1ec7907: fix(deps): update all patch dependencies (#619) (@renovate[bot])
-
1ac663e: fix(deps): update all patch dependencies (#633) (@renovate[bot])
-
8e17022: fix(deps): update aws-sdk-go-v2 monorepo (#501) (@renovate[bot])
-
35e49a4: fix(deps): update aws-sdk-go-v2 monorepo (#665) (@renovate[bot])
-
e2339c5: fix(deps): update go github sdk (#684) (@renovate[bot])
-
ac2d04f: fix(deps): update module cloud.google.com/go/storage to v1.55.0 (#636) (@renovate[bot])
-
2e57fa9: fix(deps): update module cloud.google.com/go/storage to v1.56.1 (#657) (@renovate[bot])
-
40361cd: fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.83.0 (#645) (@renovate[bot])
-
f21cec5: fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.10.1 (#618) (@renovate[bot])
-
6430f87: fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.11.0 (#677) (@renovate[bot])
-
eb0019c: fix(deps): update module github.com/hashicorp/hcl/v2 to v2.24.0 (#678) (@renovate[bot])
-
ed46be8: fix(deps): update module github.com/hashicorp/terraform-json to v0.25.0 (#621) (@renovate[bot])
-
5ddb173: fix(deps): update module github.com/hashicorp/terraform-json to v0.26.0 (#666) (@renovate[bot])
-
2935c2c: fix(deps): update module github.com/onsi/gomega to v1.37.0 (#639) (@renovate[bot])
-
529fca7: fix(deps): update module github.com/onsi/gomega to v1.38.2 (#680) (@renovate[bot])
-
fba77bd: fix(deps): update module github.com/spf13/viper to v1.20.1 (#638) (@renovate[bot])
-
ad49ae5: fix(deps): update module github.com/stretchr/testify to v1.11.1 (#681) (@renovate[bot])
-
c309b37: fix(deps): update module github.com/tofuutils/tenv/v4 to v4.7.6 (#573) (@renovate[bot])
-
71edc52: fix(deps): update module google.golang.org/api to v0.248.0 (#682) (@renovate[bot])
-
5119053: feat: update go 1.24 + k8s.io packages (#632) (@corrieriluca)
-
ce980e1: chore(ci): fix documentation release with mike (#643) (@corrieriluca)
-
96a7613: chore(deps): remove aws-sdk v1 (#685) (@corrieriluca)
-
43d5ac2: chore(deps): update actions/checkout action to v5 (#668) (@renovate[bot])
-
819fb19: chore(deps): update actions/download-artifact action to v5 (#670) (@renovate[bot])
-
5f3b9f7: chore(deps): update davidanson/markdownlint-cli2-action action to v20 (#622) (@renovate[bot])
-
82d0dff: chore(deps): update docker.io/library/alpine docker tag to v3.22.1 (#617) (@renovate[bot])
-
cd78aec: chore(deps): update docker.io/library/golang docker tag to v1.24.4 (#542) (@renovate[bot])
-
f44c09c: chore(deps): update docker/dockerfile docker tag to v1.16.0 (#520) (@renovate[bot])
-
6801b61: chore(deps): update docker/dockerfile docker tag to v1.17.1 (#630) (@renovate[bot])
-
c0739a6: chore(deps): update localstack/localstack docker tag to v4.5.0 (#634) (@renovate[bot])
-
1d2a1a3: chore(deps): update localstack/localstack docker tag to v4.6.0 (#644) (@renovate[bot])
-
e4e5769: chore(deps): update localstack/localstack docker tag to v4.7.0 (#673) (@renovate[bot])
-
e597311: chore(deps): update node.js to v22.17.0 (#635) (@renovate[bot])
-
b405b2a: chore(deps): update node.js to v22.19.0 (#675) (@renovate[bot])
-
8cdeabd: chore(deps): update stefanzweifel/git-auto-commit-action action to v6 (#650) (@renovate[bot])
-
dddca5c: chore(release): bump version to v0.7.0 (@corrieriluca)
-
06baa11: chore(renovate): group github go packages (#664) (@corrieriluca)
v0.7.0
Changelog
Features
- 94235b4: feat(chart): allow service annotation on hermitcrab service to enable Topology Aware Routing (#589) (@DjinnS)
- a4f1f80: feat(contributing): add support for debugging live pods (#585) (@michael-todorovic)
- 978aec8: feat(datastore): normalize backends output, add storage unit tests, fix GetLastAttempt (#614) (@michael-todorovic)
- 235a7e0: feat(runner): allow command+args override (#594) (@michael-todorovic)
- 3f6baf3: feat(ui): upgrade to tailwindcss v4 (#610) (@corrieriluca)
- 245b9a9: feat: allow ssh known hosts override (#578) (@michael-todorovic)
Bug fixes
- 765acea: fix(datastore): handle not found error for S3 HeadObject (#588) (@corrieriluca)
- d7f4665: fix(deps): update all patch dependencies (#584) (@renovate[bot])
- e9a63df: fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.15.0 (#570) (@renovate[bot])
- 3f224ad: fix(deps): update module github.com/go-git/go-git/v5 to v5.16.0 (#571) (@renovate[bot])
- 1eeeaad: fix(deps): update module github.com/google/go-github/v68 to v71 (#563) (@renovate[bot])
- 979746d: fix(deps): update module github.com/hashicorp/terraform-exec to v0.23.0 (#572) (@renovate[bot])
- 4d782ca: fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.128.0 (#514) (@renovate[bot])
- c0784c6: fix(deps): update ui dependencies (#574) (@renovate[bot])
- 5f1c2dc: fix(layer-controller): no error on last result when layer is new (#587) (@corrieriluca)
- 888a716: fix(runner): handle resource replacement (#583) (@michael-todorovic)
- 5ac921c: fix(s3): remove ChecksumAlgorithm (#603) (@michael-todorovic)
- 1a614f3: fix: return rc=2 for unsupported commands (#595) (@michael-todorovic)
- 6ebc0ea: fix: support gh enterprise api (#613) (@ampc)
Others
v0.6.5
Changelog
Bug fix 💥
- d6aafd7: fix(run-controller): client side filter for running pods list (#577) (@LucasMrqes)
- The
maxConcurrentRunnerPods
feature was not functional since 0.6.4, this fix the bugs by doing pod filtering on Burrito side
- The
Others
- 6963bad: chore(release): bump version to v0.6.4 (@padok-runner)
v0.6.4
Changelog
Features
- 7d022cf: feat: add support for initContainers in overrideRunnerSpec (#576) (@michael-todorovic)
Bug fixes
- 7a94cae: fix: change casing 'maxConcurrentRunnerPods' key in burrito values' (#567) (@Pockylolo)
- 83d4ee7: fix: count pending pods when listing running pods (#564) (@LucasMrqes)
Dependency upgrades
- 85f4086: fix(deps): update module sigs.k8s.io/controller-runtime to v0.20.4 (#507) (@renovate[bot])
- 55667e5: chore(ci): remove digests in actions versions (#568) (@corrieriluca)
- 6ad0beb: chore(deps): update actions/cache digest to 5a3ec84 (#557) (@renovate[bot])
- 28607f2: chore(deps): update actions/setup-go digest to 0aaccfd (#558) (@renovate[bot])
- f513495: chore(deps): update actions/setup-python digest to 8d9ed9a (#565) (@renovate[bot])
- ed6fa34: chore(deps): update dependency vite to v6.2.6 [security] (#561) (@renovate[bot])
- d4651e3: chore(deps): update node.js to v22.14.0 (#543) (@renovate[bot])
- 4c0ebb6: chore(release): bump version to v0.6.3 (@LucasMrqes)
v0.6.3
New features
- SyncWindows allows you to define precise windows during which a layer will or will not be planned / applied by Burrito. Strongly inspired by Argo CD's SyncWindows. Documentation is available here.
- MaxConcurrentRunnerPod setting can be set on the controller or repository level to limit the number of Burrito runner pods that run in parallel. More information in the associated documentation
These two features aim to empower Burrito users with tools to fine-tune the scheduling of operations, which can be especially useful for FinOps or safety-related considerations.
What's Changed
- chore(deps): update actions/setup-python digest to 4237552 by @renovate in #534
- chore(deps): update goreleaser/goreleaser-action digest to 90a3faa by @renovate in #536
- chore(docker): pin digests docker pin digests by @renovate in #537
- fix(deps): update all patch dependencies (patch) by @renovate in #541
- docs: fix getting-started helm values by @rssnyder in #546
- fix: [opentofu] no color by @rssnyder in #548
- fix: [deploy] service type use service group value by @rssnyder in #547
- chore: add new blog post by @corrieriluca in #554
- chore: add opentofu guide by @rssnyder in #555
- feat: add sync windows by @LucasMrqes in #531
- chore(deps): update dependency vite to v6.0.13 [security] by @renovate in #552
- fix(deps): update dependency axios to v1.8.2 [security] by @renovate in #556
- feat: add setting to limit the number of concurrent runner pods by @LucasMrqes in #545
New Contributors
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- chore(deps): update dependency vite to v6.0.9 [security] by @renovate in #517
- chore(deps): update ui dependencies (minor) by @renovate in #493
- chore(deps): update dependency eslint-config-prettier to v10 by @renovate in #494
- fix(deps): update all patch dependencies (patch) by @renovate in #497
- docs: update domain name to docs.burrito.tf by @corrieriluca in #524
- feat(crd): support affinity in overriderunnerspec by @smeelock in #532
- chore(deps): update codecov/codecov-action digest to 0565863 by @renovate in #519
- chore(deps): update golangci/golangci-lint-action digest to 2226d7c by @renovate in #508
- chore(deps): update actions/setup-go digest to f111f33 by @renovate in #518
- chore(deps): update actions/cache digest to d4323d4 by @renovate in #533
- chore(deps): update actions/setup-node digest to 1d0ff46 by @renovate in #526
- docs: add affinity in available overrides by @corrieriluca in #538
- fix(pullrequests): inherit all properties from original layer in pr layer by @LucasMrqes in #539
New Contributors
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- chore(ci): use arm64 runners by @corrieriluca in #510
- fix(datastore): handle not found errors from azure, s3 and gcs by @corrieriluca in #511
- fix(chart): add rbac for default SA + server in each tenant by @corrieriluca in #513
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Important changes
Changes in Git provider authentication for PR/MR workflow
Prior to version v0.6.0, Burrito supported only one Git provider (either GitHub or GitLab) for enabling the PR/MR workflow. It means that if user were using multiple Git providers / organizations for the same Burrito installation, PR/MR workflow could apply to only one of them.
With version v0.6.0, the authentication for the PR/MR workflow relies on the secret associated to a TerraformRepository.
Deprecation warning: Old behavior with Git authentication configured in Burrito global config will remain functional until version 0.7.0.
To migrate to v0.6.0, add in each TerraformRepository secret the authentication mechanism (GitHub App / Token, GitLab Token) Burrito needs to use to track opened / closed Pull Requests.
Opt-in feature: sync repository with datastore
#467 introduces repository content syncing in the TerraformRepository controller (that was unused until now). For now this feature is disabled by default (this is done by disabling the TerraformRepository controller by default in Burrito's config) because Burrito runner does not get repository content from the datastore but still relies on Git clones.
In a future release Burrito runner pods will not clone Git repositories anymore and will instead fetch the last bundle from the datastore.
This will open the door to many enhancements in the few next releases such as layer auto-discovery in repos to name a few.
Changelog
Features
- bffc379: feat(chart): add a default service account for runner pods (#416) (@LucasMrqes)
- 56f62f7: feat(chart): merge additional datastore service accounts with required ones (#424) (@LucasMrqes)
- 8dcd817: feat(deps): update deprecated go gitlab client (#452) (@LucasMrqes)
- 69d7033: feat(dockerfile): improve caching to speed up build (#418) (@LucasMrqes)
- c6ef3c3: feat(terraformrun): passing extra args to init plan and apply cmd (#417) (@adupays)
- bc773de: feat(ui): limit width of layer cards to a third of the grid (#502) (@LucasMrqes)
- 4f0392a: feat: Update CODEOWNERS file (#498) (@LucasMrqes)
- 69c5c71: feat: refactor GitHub/GitLab clients (#413) (@LucasMrqes)
- 4a333c7: feat: sync repository content with datastore (#467) (@LucasMrqes)
Bug fixes
- eb72de2: fix(api): override envVar instead of merging them and keep valueFrom (#419) (@adupays)
- d9b2b22: fix(api): override tolerations instead of merge them (#414) (@adupays)
- 0aee2c5: fix(charts): least privilege on controller rbac (#421) (@adupays)
- 33160f5: fix(datastore): add config in Azure struct (#422) (@tbaert-prest)
- ccae1fc: fix(deps): update all patch dependencies (#435) (@renovate[bot])
- c1812f6: fix(deps): update all patch dependencies (#447) (@renovate[bot])
- 6469524: fix(deps): update all patch dependencies (#457) (@renovate[bot])
- 4854f1d: fix(deps): update all patch dependencies (#461) (@renovate[bot])
- 0eedd74: fix(deps): update all patch dependencies (#468) (@renovate[bot])
- 8731170: fix(deps): update all patch dependencies (#477) (@renovate[bot])
- 4e27d22: fix(deps): update all patch dependencies (#488) (@renovate[bot])
- aa3515c: fix(deps): update dependency @floating-ui/react to ^0.27.0 (#439) (@renovate[bot])
- 8a36dd9: fix(deps): update dependency @tanstack/react-query to v5.60.5 (#400) (@renovate[bot])
- 3f3eb89: fix(deps): update dependency @tanstack/react-query to v5.64.1 (#491) (@renovate[bot])
- 3b52dbf: fix(deps): update dependency react-router-dom to v7 (#484) (@renovate[bot])
- 6598e40: fix(deps): update dependency tailwind-merge to v2.5.5 (#403) (@renovate[bot])
- 47eb539: fix(deps): update dependency tailwind-merge to v2.6.0 (#453) (@renovate[bot])
- 15e6925: fix(deps): update kubernetes packages to v0.32.1 (minor) (#404) (@renovate[bot])
- db3c97a: fix(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.28.9 (#483) (@renovate[bot])
- 12f01c3: fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.71.1 (#441) (@renovate[bot])
- fd02df5: fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to v1.72.2 (#469) (@renovate[bot])
- b680872: fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.8.0 (#454) (@renovate[bot])
- b44c05f: fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/storage/azblob to v1.5.0 (#455) (@renovate[bot])
- e5d0a46: fix(deps): update module github.com/bradleyfalzon/ghinstallation/v2 to v2.13.0 (#465) (@renovate[bot])
- 8d682e1: fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 (#456) (@renovate[bot])
- 0791bcd: fix(deps): update module github.com/google/go-github/v66 to v68 (#474) (@renovate[bot])
- cd4d884: fix(deps): update module github.com/hashicorp/terraform-exec to v0.21.0 (#391) (@renovate[bot])
- 47735cf: fix(deps): update module github.com/hashicorp/terraform-json to v0.23.0 (#387) (@renovate[bot])
- e9b0006: fix(deps): update module github.com/hashicorp/terraform-json to v0.24.0 (#458) (@renovate[bot])
- dc1b16e: fix(deps): update module github.com/labstack/echo/v4 to v4.13.3 (#459) (@renovate[bot])
- f7add70: fix(deps): update module github.com/onsi/gomega to v1.36.2 (#462) (@renovate[bot])
- 1e85f9d: fix(deps): update module github.com/spf13/viper to v1.19.0 (#463) (@renovate[bot])
- a05ca2a: fix(deps): update module github.com/tofuutils/tenv/v3 to v4 (#448) (@renovate[bot])
- 517bd17: fix(deps): update module github.com/xanzy/go-gitlab to v0.114.0 (#152) (@renovate[bot])
- b7150b1: fix(deps): update module gitlab.com/gitlab-org/api/client-go to v0.119.0 (#480) (@renovate[bot])
- 20d1b40: fix(deps): update module golang.org/x/oauth2 to v0.25.0 (#464) (@renovate[bot])
- f888523: fix(deps): update module sigs.k8s.io/controller-runtime to v0.19.3 (#405) (@renovate[bot])
- 86c82f2: fix(deps): update ui dependencies (#489) (@renovate[bot])
- f039be8: fix(deps): update ui dependencies to v19 (#485) (@renovate[bot])
- de3ae39: fix(docker): ignore local UI build files (#499) (@corrieriluca)
- 9923d81: fix(docker): reduce binary size + speed up build (#492) (@corrieriluca)
- 176024b: fix(docs): typos (#445) (@LucasMrqes)
- d1a7ba6: fix(mkdocs): use superfences to correctly indent code-blocks (#411) (@LucasMrqes)
- 41b2434: fix(renovate): make ui group include all update types (#486) (@corrieriluca)
- 3b38dc9: fix: deprecation warning on old git config in PR controller (#506) (@corrieriluca)
Others
- 2ea942b: chore(ci): only run Golang CI on specific changes (#503) (@corrieriluca)
- f0e936a: chore(deps): update actions/cache digest to 1bd1e32 (#425) (@renovate[bot])
- 0a563c3: chore(deps): update actions/setup-go digest to 3041bf5 (#433) (@renovate[bot])
- 1b8081b: chore(deps): update all patch dependencies (#427) (@renovate[bot])
- 8929476: chore(deps): update codecov/codecov-action action to v5 (#393) (@renovate[bot])
- 72cdf35: chore(deps): update codecov/codecov-action digest to 1e68e06 (#446) (@renovate[bot])
- a116237: chore(deps): update dependency eslint to v9 (#394) (@renovate[bot])
- b7a2bbc: chore(deps): update dependency eslint to v9.16.0 (#428) (@renovate[bot])
- 71046b0: chore(deps): update dependency eslint to v9.17.0 (#449) (@renovate[bot])
- 581bd07: chore(deps): update dependency eslint-plugin-react-hooks to v5.1.0 (#429) (@renovate[bot])
- 270d558: chore(deps): update dependency go to v1.23.4 (#338) (@renovate[bot])
- bdcc454: chore(deps): update dependency prettier to v3.4.2 (#430) (@renovate[bot])
- 2e06086: chore(deps): update dependency typescript to v5....
v0.5.1
Changelog
Features
- 5e2aafd: feat(ci): refactor ci/cd to avoid code duplication (#353) (@corrieriluca)
- 10685b1: feat(datastore): remove all leading slashes in object key prefixes (#379) (@LucasMrqes)
- 8b11816: feat(renovate): group docker pin digests (#383) (@DjinnS)
- 36203af: feat(ui): fix eslint config and add prettier (#368) (@LucasMrqes)
- 40f80e1: feat: set default runner image in global config (#371) (@LucasMrqes)
Bug fixes
- 11dfcd5: fix(config): migrate config renovate.json (#375) (@renovate[bot])
- 96f8443: fix(datastore): correct prefix to list with S3 storage (#376) (@seboudry)
- df5de92: fix(deps): update all patch dependencies (#372) (@renovate[bot])
- 6be957d: fix(deps): update dependency @tanstack/react-table to v8.20.5 (#364) (@renovate[bot])
- 5baf1dc: fix(deps): update dependency react-router-dom to v6.28.0 (#373) (@renovate[bot])
- 2565445: fix(deps): update module github.com/labstack/echo/v4 to v4.12.0 (#388) (@renovate[bot])
- afa9ff3: fix(deps): update react monorepo to v18.3.1 (#345) (@renovate[bot])
- 7a895f7: fix(renovate): pin digest only for dockerfile (#402) (@DjinnS)
- a1b31e4: fix(renovate): wrong manager for docker (#398) (@DjinnS)
Others
- 4810a71: chore(deps): update actions/cache digest to 6849a64 (#366) (@renovate[bot])
- f73df4e: chore(deps): update actions/setup-go digest to 41dfa10 (#367) (@renovate[bot])
- 230b149: chore(deps): update actions/setup-node digest to 39370e3 (#369) (@renovate[bot])
- 07c152c: chore(deps): update actions/setup-python digest to 0b93645 (#370) (@renovate[bot])
- 243182f: chore(deps): update all patch dependencies (#384) (@renovate[bot])
- a9ef62b: chore(deps): update borales/actions-yarn action to v5 (#392) (@renovate[bot])
- 8c9355b: chore(deps): update dependency eslint-plugin-react-hooks to v5 (#395) (@renovate[bot])
- 21f16da: chore(deps): update dependency eslint-plugin-react-refresh to ^0.4.12 (#363) (@renovate[bot])
- a4e2e0c: chore(deps): update dependency typescript to v5.6.3 (#386) (@renovate[bot])
- 9b5d3d2: chore(deps): update docker.io/library/alpine:3.20.3 docker digest to 1e42bbe (#381) (@renovate[bot])
- 74ba80b: chore(deps): update docker.io/library/golang:1.22.8 docker digest to 0ca97f4 (#362) (@renovate[bot])
- 6c5cf68: chore(deps): update go-github to v66 (#385) (@corrieriluca)
- 444bf94: chore(deps): update goreleaser/goreleaser-action digest to 9ed2f89 (#382) (@renovate[bot])
- 778d444: chore(deps): update node.js to v22 (#389) (@renovate[bot])
- 767bcf3: chore(deps): update stefanzweifel/git-auto-commit-action action to v5 (#342) (@renovate[bot])
- 698d1df: chore(deps): update typescript-eslint monorepo to v8 (#396) (@renovate[bot])
- 88bf379: chore(release): bump version to v0.5.0 (@LucasMrqes)
- def56a2: chore(renovate): update renovate config file (#374) (@corrieriluca)