Releases: updatecli/updatecli
v0.114.0
Changes
🚀 Features
- feat: allow to specify depth for git clone option @olblak (#7668)
- feat(gittag): add lsremote parameter to skip git clone @olblak (#7669)
- chore: improve error messaging in resource execution @olblak (#7691)
- feat(autodiscovery): bazel support @josill (#7568)
- feat(autodiscovery): add Woodpecker CI plugin @railgun-0402 (#7635)
- feat(core): allow to filter pipeline based on labels @olblak (#7621)
- feat(core): rename pipeline commands @josill (#7613)
- feat(file): add templating file path @mallendem (#7591)
- feat(gittag): add the parameter tag for gittag @josill (#7486)
🐛 Bug Fixes
- chore(jsonschema): set empty console output spec @olblak (#7818)
- fix(autodiscovery): correctly handle wrong docker image name @olblak (#7659)
- fix(file): file condition bug with searchpattern and matchpattern @olblak (#7619)
- fix(file): file target bug with searchpattern and matchpattern @josill (#7629)
- fix(autodiscovery/helmfile): error on invalid ignore spec @railgun-0402 (#7620)
- fix(github): handle error before variable assignment @olblak (#7593)
- fix(changelog): Add semver sorting to action changelogs @josill (#7569)
- fix(terragrunt): add missing username for token authentication @eugenestarchenko (#7506)
- fix: remove lowercase 'l' from compiler flags pattern to fix -latest false positive @josill (#7485)
🧰 Maintenance
- deps: bump golang to 1.26.0 @olblak (#7817)
- test(config): add failure-case tests for helm template functions @ak95asb (#7816)
- chore: allow to run Updatecli daily on monitored pipeline @olblak (#7814)
- chore(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 in the go_modules group across 1 directory @dependabot[bot] (#7808)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.34.0 @updateclibot[bot] (#7804)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.289.0 @updateclibot[bot] (#7795)
- deps(go): bump module helm.sh/helm/v3 to v3.20.0 @updateclibot[bot] (#7791)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.31.0 @updateclibot[bot] (#7788)
- chore(dockerfile): upgrade node version @updateclibot[bot] (#7671)
- deps(go): bump module code.gitea.io/sdk/gitea to v0.23.2 @updateclibot[bot] (#7772)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.30.0 @updateclibot[bot] (#7773)
- deps(go): bump module golang.org/x/mod to v0.33.0 @updateclibot[bot] (#7776)
- deps(go): bump module golang.org/x/net to v0.50.0 @updateclibot[bot] (#7768)
- deps: bump golangci-lint to v2.9.0 @updateclibot[bot] (#7754)
- deps(go): bump module github.com/drone/go-scm to v1.41.1 @updateclibot[bot] (#7736)
- deps(go): bump module github.com/go-viper/mapstructure/v2 to v2.5.0 @updateclibot[bot] (#7732)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.29.0 @updateclibot[bot] (#7727)
- deps(go): bump module golang.org/x/oauth2 to v0.35.0 @updateclibot[bot] (#7730)
- deps(go): bump module github.com/sirupsen/logrus to v1.9.4 @updateclibot[bot] (#7734)
- deps(go): bump module cuelang.org/go to v0.15.4 @updateclibot[bot] (#7737)
- deps(go): bump module github.com/jferrl/go-githubauth to v1.5.1 @updateclibot[bot] (#7739)
- deps(go): bump module helm.sh/helm/v3 to v3.19.5 @updateclibot[bot] (#7735)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.16.5 @updateclibot[bot] (#7704)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.286.0 @updateclibot[bot] (#7699)
- deps: Bump Golang version to 1.25.7 @updateclibot[bot] (#7674)
- Update Updatecli cronjob @olblak (#7663)
- fix: e2e tests related to updatecli pipeline deprecation @olblak (#7636)
- chore(ci): Update typos action to version 1.42.0 @olblak (#7445)
- chore: migrate gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 @olblak (#7592)
- refactor: migrate away from Golang module github.com/vmware-labs/yaml-jsonpath @ErickdelaCruzCas (#7527)
- Add daily schedule for updatecli workflow @olblak (#7586)
- Add jsonschema required tag to resource Name field @olblak (#7576)
- feat: Deprecate and remove scm commit title configuration @josill (#7570)
- deps: bump golangci-lint to v2.8.0 @updateclibot[bot] (#7571)
- deps(go): bump module golang.org/x/mod to v0.32.0 @updateclibot[bot] (#7554)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.14.0 @updateclibot[bot] (#7559)
- deps(go): bump module golang.org/x/text to v0.33.0 @updateclibot[bot] (#7555)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.7 @updateclibot[bot] (#7551)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.19.7 @updateclibot[bot] (#7540)
- deps(go): bump module github.com/goccy/go-yaml to v1.19.2 @updateclibot[bot] (#7534)
- fix(e2e): remove requiredEnv github_token from test @olblak (#7507)
- deps(go): bump module gopkg.in/ini.v1 to v1.67.1 @updateclibot[bot] (#7494)
📝 Documentation
Contributors
@ErickdelaCruzCas, @ak95asb, @dependabot[bot], @eugenestarchenko, @josill, @mallendem, @olblak, @railgun-0402, @updateclibot[bot], dependabot[bot] and updateclibot[bot]
v0.114.0-rc.1
Changes
🚀 Features
- feat: allow to specify depth for git clone option @olblak (#7668)
- feat(gittag): add lsremote parameter to skip git clone @olblak (#7669)
- chore: improve error messaging in resource execution @olblak (#7691)
- feat(autodiscovery): bazel support @josill (#7568)
- feat(autodiscovery): add Woodpecker CI plugin @railgun-0402 (#7635)
- feat(core): allow to filter pipeline based on labels @olblak (#7621)
- feat(core): rename pipeline commands @josill (#7613)
- feat(file): add templating file path @mallendem (#7591)
- feat(gittag): add the parameter tag for gittag @josill (#7486)
🐛 Bug Fixes
- fix(autodiscovery): correctly handle wrong docker image name @olblak (#7659)
- fix(file): file condition bug with searchpattern and matchpattern @olblak (#7619)
- fix(file): file target bug with searchpattern and matchpattern @josill (#7629)
- fix(autodiscovery/helmfile): error on invalid ignore spec @railgun-0402 (#7620)
- fix(github): handle error before variable assignment @olblak (#7593)
- fix(changelog): Add semver sorting to action changelogs @josill (#7569)
- fix(terragrunt): add missing username for token authentication @eugenestarchenko (#7506)
- fix: remove lowercase 'l' from compiler flags pattern to fix -latest false positive @josill (#7485)
🧰 Maintenance
- deps(go): bump module code.gitea.io/sdk/gitea to v0.23.2 @updateclibot[bot] (#7772)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.30.0 @updateclibot[bot] (#7773)
- deps(go): bump module golang.org/x/mod to v0.33.0 @updateclibot[bot] (#7776)
- deps(go): bump module golang.org/x/net to v0.50.0 @updateclibot[bot] (#7768)
- deps: bump golangci-lint to v2.9.0 @updateclibot[bot] (#7754)
- deps(go): bump module github.com/drone/go-scm to v1.41.1 @updateclibot[bot] (#7736)
- deps(go): bump module github.com/go-viper/mapstructure/v2 to v2.5.0 @updateclibot[bot] (#7732)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.29.0 @updateclibot[bot] (#7727)
- deps(go): bump module golang.org/x/oauth2 to v0.35.0 @updateclibot[bot] (#7730)
- deps(go): bump module github.com/sirupsen/logrus to v1.9.4 @updateclibot[bot] (#7734)
- deps(go): bump module cuelang.org/go to v0.15.4 @updateclibot[bot] (#7737)
- deps(go): bump module github.com/jferrl/go-githubauth to v1.5.1 @updateclibot[bot] (#7739)
- deps(go): bump module helm.sh/helm/v3 to v3.19.5 @updateclibot[bot] (#7735)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.16.5 @updateclibot[bot] (#7704)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.286.0 @updateclibot[bot] (#7699)
- deps: Bump Golang version to 1.25.7 @updateclibot[bot] (#7674)
- Update Updatecli cronjob @olblak (#7663)
- fix: e2e tests related to updatecli pipeline deprecation @olblak (#7636)
- chore(ci): Update typos action to version 1.42.0 @olblak (#7445)
- chore: migrate gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 @olblak (#7592)
- refactor: migrate away from Golang module github.com/vmware-labs/yaml-jsonpath @ErickdelaCruzCas (#7527)
- Add daily schedule for updatecli workflow @olblak (#7586)
- Add jsonschema required tag to resource Name field @olblak (#7576)
- feat: Deprecate and remove scm commit title configuration @josill (#7570)
- deps: bump golangci-lint to v2.8.0 @updateclibot[bot] (#7571)
- deps(go): bump module golang.org/x/mod to v0.32.0 @updateclibot[bot] (#7554)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.14.0 @updateclibot[bot] (#7559)
- deps(go): bump module golang.org/x/text to v0.33.0 @updateclibot[bot] (#7555)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.7 @updateclibot[bot] (#7551)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.19.7 @updateclibot[bot] (#7540)
- deps(go): bump module github.com/goccy/go-yaml to v1.19.2 @updateclibot[bot] (#7534)
- fix(e2e): remove requiredEnv github_token from test @olblak (#7507)
- deps(go): bump module gopkg.in/ini.v1 to v1.67.1 @updateclibot[bot] (#7494)
📝 Documentation
Contributors
@ErickdelaCruzCas, @eugenestarchenko, @josill, @mallendem, @olblak, @railgun-0402, @updateclibot[bot] and updateclibot[bot]
v0.113.0
Changes
🚀 Features
- feat(replaceAll): add replaceAll method for converting different semver conventions @josill (#7480)
- feat(autodiscovery): propagate npm resource-level spec @loispostula (#7479)
- feat: Add support for custom autodiscovery plugin @olblak (#7034)
- feat(terragrunt): add GitHub authentication support @eugenestarchenko (#7359)
- chore: revamp scaffolded policy @olblak (#7308)
- feat: add --existing-only parameter @olblak (#7155)
- feat: add yaml support for multi document @olblak (#6771)
🐛 Bug Fixes
- fix: autodiscovery container/helm auth @olblak (#7238)
- fix: udash publish without config file @olblak (#7394)
- fix: Support valid Terragrunt tfr:/// format in autodiscovery @eugenestarchenko (#7357)
- fix(terragrunt): strip double slash path separator from git URLs @eugenestarchenko (#7358)
- fix(gitlab): Panic when create merge request times out @rb3ckers (#7296)
- Fix usage of versionfilter regex kind in autodiscovery plugins @kevinleturc (#7223)
🧰 Maintenance
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.279.1 @updateclibot[bot] (#7471)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.11.0 @updateclibot[bot] (#7462)
- deps(go): bump module github.com/BurntSushi/toml to v1.6.0 @updateclibot[bot] (#7464)
- deps(go): bump module cuelang.org/go to v0.15.3 @updateclibot[bot] (#7460)
- deps(go): bump module github.com/yuin/goldmark to v1.7.16 @updateclibot[bot] (#7450)
- chore: Update Updatecli GHA workflow @updateclibot[bot] (#7444)
- deps(go): bump module github.com/tetratelabs/wazero to v1.11.0 @updateclibot[bot] (#7421)
- deps(go): bump module github.com/yuin/goldmark to v1.7.14 @updateclibot[bot] (#7417)
- chore(dockerfile): upgrade node version @updateclibot[bot] (#7297)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.6 @updateclibot[bot] (#7401)
- chore: publish Updatecli pipeline report to uda.sh @olblak (#7376)
- deps(go): bump module golang.org/x/net to v0.48.0 @updateclibot[bot] (#7343)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.19.6 @updateclibot[bot] (#7339)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.8.2 @updateclibot[bot] (#7317)
- deps(go): bump module helm.sh/helm/v3 to v3.19.4 @updateclibot[bot] (#7285)
- deps(go): bump module github.com/goccy/go-yaml to v1.19.1 @updateclibot[bot] (#7273)
- chore(dockerfile): upgrade node version @updateclibot[bot] (#7210)
- deps(go): bump module github.com/moby/buildkit to v0.26.3 @updateclibot[bot] (#7225)
📝 Documentation
- Update conference links in README.adoc @olblak (#7321)
- chore: revamp scaffolded policy @olblak (#7308)
Contributors
@eugenestarchenko, @josill, @kevinleturc, @loispostula, @olblak, @rb3ckers, @updateclibot[bot] and updateclibot[bot]
v0.113.0-rc.1
Important
This release introduces the ability to use custom autodiscovery plugin.
This feature is still experimental and looking for user feedback
More detail here
Changes
🚀 Features
- feat: Add support for custom autodiscovery plugin @olblak (#7034)
- feat(terragrunt): add GitHub authentication support @eugenestarchenko (#7359)
- chore: revamp scaffolded policy @olblak (#7308)
- feat: add --existing-only parameter @olblak (#7155)
- feat: add yaml support for multi document @olblak (#6771)
🐛 Bug Fixes
- fix: autodiscovery container/helm auth @olblak (#7238)
- fix: udash publish without config file @olblak (#7394)
- fix: Support valid Terragrunt tfr:/// format in autodiscovery @eugenestarchenko (#7357)
- fix(terragrunt): strip double slash path separator from git URLs @eugenestarchenko (#7358)
- fix(gitlab): Panic when create merge request times out @rb3ckers (#7296)
- Fix usage of versionfilter regex kind in autodiscovery plugins @kevinleturc (#7223)
🧰 Maintenance
- deps(go): bump module github.com/tetratelabs/wazero to v1.11.0 @updateclibot[bot] (#7421)
- deps(go): bump module github.com/yuin/goldmark to v1.7.14 @updateclibot[bot] (#7417)
- chore(dockerfile): upgrade node version @updateclibot[bot] (#7297)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.6 @updateclibot[bot] (#7401)
- chore: publish Updatecli pipeline report to uda.sh @olblak (#7376)
- deps(go): bump module golang.org/x/net to v0.48.0 @updateclibot[bot] (#7343)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.19.6 @updateclibot[bot] (#7339)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.8.2 @updateclibot[bot] (#7317)
- deps(go): bump module helm.sh/helm/v3 to v3.19.4 @updateclibot[bot] (#7285)
- deps(go): bump module github.com/goccy/go-yaml to v1.19.1 @updateclibot[bot] (#7273)
- chore(dockerfile): upgrade node version @updateclibot[bot] (#7210)
- deps(go): bump module github.com/moby/buildkit to v0.26.3 @updateclibot[bot] (#7225)
📝 Documentation
- Update conference links in README.adoc @olblak (#7321)
- chore: revamp scaffolded policy @olblak (#7308)
Contributors
@eugenestarchenko, @kevinleturc, @olblak, @rb3ckers, @updateclibot[bot] and updateclibot[bot]
v0.112.0
Warning
In the previous version (v0.111.0, a regression was introduced in the GitLab action, where Updatecli automatically enables auto merge request.
This wasn't intend and is now reverted to the previous behavior. By default, Updatecli doesn't auto merge GitLab merge request
Changes
🚀 Features
- refactor: gitlab client-go migration @chrxmvtik (#7157)
- feat: add --pipeline-ids param @olblak (#7121)
- feat: add pnpm npm autodiscovery @loispostula (#7035)
🐛 Bug Fixes
- fix(autodiscovery/dockerfile): add regex field support for versionfilter @loispostula (#7140)
- feat: add option to disable automerge in Gitlab @d0mitoridesu (#7036)
🧰 Maintenance
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.8.1 @updateclibot[bot] (#7176)
- deps(go): bump module golang.org/x/oauth2 to v0.34.0 @updateclibot[bot] (#7175)
- deps(go): bump module github.com/spf13/cobra to v1.10.2 @updateclibot[bot] (#7186)
- deps(go): bump module golang.org/x/mod to v0.31.0 @updateclibot[bot] (#7177)
- deps(go): bump module github.com/fluxcd/helm-controller/api to v1.4.5 @updateclibot[bot] (#7187)
- deps: bump golangci-lint to v2.7.2 @updateclibot[bot] (#7174)
- chore(dockerfile): upgrade node version @updateclibot[bot] (#7122)
- deps: Bump Golang version to 1.25.5 @updateclibot[bot] (#7158)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.4 @updateclibot[bot] (#7111)
- deps(go): bump module github.com/aws/aws-sdk-go-v2 to v1.40.1 @updateclibot[bot] (#7079)
- deps(updatecli/policies): bump all policies @updateclibot[bot] (#7066)
- deps(go): bump module github.com/drone/go-scm to v1.41.0 @updateclibot[bot] (#7054)
- fix: redact version v0.999.0 @olblak (#7019)
📝 Documentation
- docs: fix how to verify release assets @suzuki-shunsuke (#7033)
Contributors
@chrxmvtik, @d0mitoridesu, @loispostula, @olblak, @suzuki-shunsuke, @updateclibot[bot] and updateclibot[bot]
v0.111.0
Warning
A regression has been introduced in the GitLab action, where Updatecli automatically enables auto merge request.
This wasn't intend and will be reverted in the next release.
Changes
🚀 Features
- feat: Add GitLab auto merge support @olblak (#6865)
- feat(transformers): JsonMatch in Transformers @jklap (#6863)
- feat: add body support to HTTP source @jklap (#6785)
- Support capture groups in FindSubMatch @jklap (#6788)
- feat: set default scm user and email address @olblak (#6754)
🐛 Bug Fixes
- fix: udash publish settings @olblak (#7004)
- fix: update goreleaser config @olblak (#6993)
- fix: accept port in oci reference name @olblak (#6864)
- Fix output for absolute paths in Dockerfile source @jklap (#6787)
🧰 Maintenance
- deps(go): bump module github.com/goccy/go-yaml to v1.19.0 @updateclibot[bot] (#7009)
- deps(go): bump module github.com/moby/buildkit to v0.26.2 @updateclibot[bot] (#6989)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.0.1 @updateclibot[bot] (#6985)
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory @dependabot[bot] (#6977)
- chore: update gitlab.com/gitlab-org/api/client-go to v1.0.0 @olblak (#6961)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.16.4 @updateclibot[bot] (#6953)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.1 @updateclibot[bot] (#6946)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.18.25 @updateclibot[bot] (#6931)
- deps(go): bump module cuelang.org/go to v0.15.1 @updateclibot[bot] (#6927)
- deps(go): bump module github.com/moby/buildkit to v0.25.2 @updateclibot[bot] (#6929)
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory @dependabot[bot] (#6867)
- deps(go): bump module github.com/testcontainers/testcontainers-go to v0.40.0 @updateclibot[bot] (#6910)
- deps(go): bump module golang.org/x/oauth2 to v0.33.0 @updateclibot[bot] (#6907)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.274.0 @updateclibot[bot] (#6909)
- deps(go): bump module github.com/fluxcd/helm-controller/api to v1.4.4 @updateclibot[bot] (#6911)
- deps: bump golangci-lint to v2.6.2 @updateclibot[bot] (#6900)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.7.4 @updateclibot[bot] (#6894)
- deps(github/action): bump all dependencies @updateclibot[bot] (#6882)
- Update updatecli action to version 2.96.0 @olblak (#6866)
- deps(go): bump module golang.org/x/net to v0.47.0 @updateclibot[bot] (#6800)
- deps(go): bump module golang.org/x/mod to v0.30.0 @updateclibot[bot] (#6794)
- chore Change cron schedule to run weekly on Saturdays @olblak (#6770)
- deps(go): bump module github.com/drone/go-scm to v1.40.7 @updateclibot[bot] (#6737)
📝 Documentation
Contributors
@dependabot[bot], @jklap, @olblak, @updateclibot[bot], dependabot[bot] and updateclibot[bot]
v0.111.0-rc.2 🌈
Changes
🚀 Features
- feat: Add GitLab auto merge support @olblak (#6865)
- feat(transformers): JsonMatch in Transformers @jklap (#6863)
- feat: add body support to HTTP source @jklap (#6785)
- Support capture groups in FindSubMatch @jklap (#6788)
- feat: set default scm user and email address @olblak (#6754)
🐛 Bug Fixes
- fix: update goreleaser config @olblak (#6993)
- fix: accept port in oci reference name @olblak (#6864)
- Fix output for absolute paths in Dockerfile source @jklap (#6787)
🧰 Maintenance
- deps(go): bump module github.com/moby/buildkit to v0.26.2 @updateclibot[bot] (#6989)
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.0.1 @updateclibot[bot] (#6985)
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory @dependabot[bot] (#6977)
- chore: update gitlab.com/gitlab-org/api/client-go to v1.0.0 @olblak (#6961)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.16.4 @updateclibot[bot] (#6953)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.1 @updateclibot[bot] (#6946)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.18.25 @updateclibot[bot] (#6931)
- deps(go): bump module cuelang.org/go to v0.15.1 @updateclibot[bot] (#6927)
- deps(go): bump module github.com/moby/buildkit to v0.25.2 @updateclibot[bot] (#6929)
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory @dependabot[bot] (#6867)
- deps(go): bump module github.com/testcontainers/testcontainers-go to v0.40.0 @updateclibot[bot] (#6910)
- deps(go): bump module golang.org/x/oauth2 to v0.33.0 @updateclibot[bot] (#6907)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.274.0 @updateclibot[bot] (#6909)
- deps(go): bump module github.com/fluxcd/helm-controller/api to v1.4.4 @updateclibot[bot] (#6911)
- deps: bump golangci-lint to v2.6.2 @updateclibot[bot] (#6900)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.7.4 @updateclibot[bot] (#6894)
- deps(github/action): bump all dependencies @updateclibot[bot] (#6882)
- Update updatecli action to version 2.96.0 @olblak (#6866)
- deps(go): bump module golang.org/x/net to v0.47.0 @updateclibot[bot] (#6800)
- deps(go): bump module golang.org/x/mod to v0.30.0 @updateclibot[bot] (#6794)
- chore Change cron schedule to run weekly on Saturdays @olblak (#6770)
- deps(go): bump module github.com/drone/go-scm to v1.40.7 @updateclibot[bot] (#6737)
📝 Documentation
Contributors
@dependabot[bot], @jklap, @olblak, @updateclibot[bot], dependabot[bot] and updateclibot[bot]
v0.111.0-RC.1 🌈
Changes
🚀 Features
- feat: Add GitLab auto merge support @olblak (#6865)
- feat(transformers): JsonMatch in Transformers @jklap (#6863)
- feat: add body support to HTTP source @jklap (#6785)
- Support capture groups in FindSubMatch @jklap (#6788)
- feat: set default scm user and email address @olblak (#6754)
🐛 Bug Fixes
- fix: accept port in oci reference name @olblak (#6864)
- Fix output for absolute paths in Dockerfile source @jklap (#6787)
🧰 Maintenance
- deps(go): bump module gitlab.com/gitlab-org/api/client-go to v1.0.1 @updateclibot[bot] (#6985)
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory @dependabot[bot] (#6977)
- chore: update gitlab.com/gitlab-org/api/client-go to v1.0.0 @olblak (#6961)
- deps(go): bump module github.com/go-git/go-git/v5 to v5.16.4 @updateclibot[bot] (#6953)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.32.1 @updateclibot[bot] (#6946)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.18.25 @updateclibot[bot] (#6931)
- deps(go): bump module cuelang.org/go to v0.15.1 @updateclibot[bot] (#6927)
- deps(go): bump module github.com/moby/buildkit to v0.25.2 @updateclibot[bot] (#6929)
- chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0 in the go_modules group across 1 directory @dependabot[bot] (#6867)
- deps(go): bump module github.com/testcontainers/testcontainers-go to v0.40.0 @updateclibot[bot] (#6910)
- deps(go): bump module golang.org/x/oauth2 to v0.33.0 @updateclibot[bot] (#6907)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/service/ec2 to v1.274.0 @updateclibot[bot] (#6909)
- deps(go): bump module github.com/fluxcd/helm-controller/api to v1.4.4 @updateclibot[bot] (#6911)
- deps: bump golangci-lint to v2.6.2 @updateclibot[bot] (#6900)
- deps(go): bump module github.com/fluxcd/source-controller/api to v1.7.4 @updateclibot[bot] (#6894)
- deps(github/action): bump all dependencies @updateclibot[bot] (#6882)
- Update updatecli action to version 2.96.0 @olblak (#6866)
- deps(go): bump module golang.org/x/net to v0.47.0 @updateclibot[bot] (#6800)
- deps(go): bump module golang.org/x/mod to v0.30.0 @updateclibot[bot] (#6794)
- chore Change cron schedule to run weekly on Saturdays @olblak (#6770)
- deps(go): bump module github.com/drone/go-scm to v1.40.7 @updateclibot[bot] (#6737)
📝 Documentation
Contributors
@dependabot[bot], @jklap, @olblak, @updateclibot[bot], dependabot[bot] and updateclibot[bot]
v0.110.3
Changes
🐛 Bug Fixes
🧰 Maintenance
- deps: bump golangci-lint to v2.6.1 @updateclibot[bot] (#6658)
- deps(go): bump module helm.sh/helm/v3 to v3.19.2 @updateclibot[bot] (#6684)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/credentials to v1.18.23 @updateclibot[bot] (#6674)
- deps(go): bump module helm.sh/helm/v3 to v3.19.1 @updateclibot[bot] (#6656)
- deps(go): bump module github.com/aws/aws-sdk-go-v2/config to v1.31.18 @updateclibot[bot] (#6640)
- Upgrade updatecli action version @olblak (#6620)
Contributors
@olblak, @updateclibot[bot] and updateclibot[bot]