Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump patch version for Golang module #2250

Closed
wants to merge 0 commits into from

Conversation

updateclibot[bot]
Copy link
Contributor

@updateclibot updateclibot bot commented Jun 17, 2024

deps(go): bump module helm.sh/helm/v3

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module helm.sh/helm/v3 to v3.15.2

go.mod updated Module path "helm.sh/helm/v3" version from "v3.15.0" to "v3.15.2"

GitHub Action workflow link

deps(go): bump module github.com/minamijoyo/tfupdate

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/minamijoyo/tfupdate to v0.8.2

go.mod updated Module path "github.com/minamijoyo/tfupdate" version from "v0.8.0" to "v0.8.2"

v0.8.2
Changelog retrieved from:
	https://github.com/minamijoyo/tfupdate/releases/tag/v0.8.2
## Changelog
* 6619e6c Bump version to v0.8.2
* 26d4cdf Add support for Terraform 1.8
* 35c906e Add support for provider-defined functions
* d8f4871 feat: update to use go 1.22

GitHub Action workflow link

deps(go): bump module github.com/spf13/cobra

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/spf13/cobra to v1.8.1

go.mod updated Module path "github.com/spf13/cobra" version from "v1.8.0" to "v1.8.1"

v1.8.1
Changelog retrieved from:
	https://github.com/spf13/cobra/releases/tag/v1.8.1
## ✨ Features
* Add env variable to suppress completion descriptions on create by @scop in https://github.com/spf13/cobra/pull/1938

## 🐛 Bug fixes
* Micro-optimizations by @scop in https://github.com/spf13/cobra/pull/1957

## 🔧 Maintenance
* build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.3 to 2.0.4 by @dependabot in https://github.com/spf13/cobra/pull/2127
* Consistent annotation names by @nirs in https://github.com/spf13/cobra/pull/2140
* Remove fully inactivated linters by @nirs in https://github.com/spf13/cobra/pull/2148
* Address golangci-lint deprecation warnings, enable some more linters by @scop in https://github.com/spf13/cobra/pull/2152

## 🧪 Testing & CI/CD
* Add test for func in cobra.go by @korovindenis in https://github.com/spf13/cobra/pull/2094
* ci: test golang 1.22 by @cyrilico in https://github.com/spf13/cobra/pull/2113
* Optimized and added more linting by @scop in https://github.com/spf13/cobra/pull/2099
* build(deps): bump actions/setup-go from 4 to 5 by @dependabot in https://github.com/spf13/cobra/pull/2087
* build(deps): bump actions/labeler from 4 to 5 by @dependabot in https://github.com/spf13/cobra/pull/2086
* build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in https://github.com/spf13/cobra/pull/2108
* build(deps): bump actions/cache from 3 to 4 by @dependabot in https://github.com/spf13/cobra/pull/2102

## ✏️ Documentation
* Fixes and docs for usage as plugin by @nirs in https://github.com/spf13/cobra/pull/2070
* flags: clarify documentation that LocalFlags related function do not modify the state by @niamster in https://github.com/spf13/cobra/pull/2064
* chore: remove repetitive words by @racerole in https://github.com/spf13/cobra/pull/2122
* Add LXC to the list of projects using Cobra @VaradBelwalkar in https://github.com/spf13/cobra/pull/2071
* Update projects_using_cobra.md by @marcuskohlberg in https://github.com/spf13/cobra/pull/2089
* [chore]: update projects using cobra by @cmwylie19 in https://github.com/spf13/cobra/pull/2093
* Add Taikun CLI to list of projects by @Smidra in https://github.com/spf13/cobra/pull/2098
* Add Incus to the list of projects using Cobra by @montag451 in https://github.com/spf13/cobra/pull/2118




















## New Contributors
* @VaradBelwalkar made their first contribution in https://github.com/spf13/cobra/pull/2071
* @marcuskohlberg made their first contribution in https://github.com/spf13/cobra/pull/2089
* @cmwylie19 made their first contribution in https://github.com/spf13/cobra/pull/2093
* @korovindenis made their first contribution in https://github.com/spf13/cobra/pull/2094
* @niamster made their first contribution in https://github.com/spf13/cobra/pull/2064
* @Smidra made their first contribution in https://github.com/spf13/cobra/pull/2098
* @montag451 made their first contribution in https://github.com/spf13/cobra/pull/2118
* @cyrilico made their first contribution in https://github.com/spf13/cobra/pull/2113
* @racerole made their first contribution in https://github.com/spf13/cobra/pull/2122
* @pedromotita made their first contribution in https://github.com/spf13/cobra/pull/2120
* @cubxxw made their first contribution in https://github.com/spf13/cobra/pull/2128

---

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

**Full Changelog**: https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1
GitHub Action workflow link

deps(go): bump module github.com/aws/aws-sdk-go

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/aws/aws-sdk-go to v1.54.3

go.mod updated Module path "github.com/aws/aws-sdk-go" version from "v1.54.2" to "v1.54.3"

v1.54.3
Changelog retrieved from:
	https://github.com/aws/aws-sdk-go/releases/tag/v1.54.3
Release v1.54.3 (2024-06-17)
===

### Service Client Updates
* `service/acm-pca`: Updates service API and documentation
* `service/batch`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/codebuild`: Updates service API and documentation
  * AWS CodeBuild now supports global and organization GitHub webhooks
* `service/cognito-idp`: Updates service API
* `service/ds`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/elasticfilesystem`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/glue`: Updates service API, documentation, and paginators
  * This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions.
* `service/kms`: Updates service examples
  * Updating SDK example for KMS DeriveSharedSecret API.
* `service/mediaconvert`: Updates service API and documentation
  * This release includes support for creating I-frame only video segments for DASH trick play.
* `service/secretsmanager`: Updates service documentation
  * Doc only update for Secrets Manager
* `service/waf`: Updates service API
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.

GitHub Action workflow link

deps(go): bump module github.com/google/go-containerregistry

clean: go mod tidy

ran shell command "go mod tidy"

deps(go): bump module github.com/google/go-containerregistry to v0.19.2

go.mod updated Module path "github.com/google/go-containerregistry" version from "v0.19.1" to "v0.19.2"

v0.19.2
Changelog retrieved from:
	https://github.com/google/go-containerregistry/releases/tag/v0.19.2
## What's Changed
* Add JSON marshalling funcs for Digest. by @wlynch in https://github.com/google/go-containerregistry/pull/1915
* registry: Implement Range requests for blobs by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1917
* Support podman auth file REGISTRY_AUTH_FILE. by @zhaoyonghe in https://github.com/google/go-containerregistry/pull/1914
* feat: crane mutate platform by @joshwlewis in https://github.com/google/go-containerregistry/pull/1919
* Add Context support to auth methods by @jonjohnsonjr in https://github.com/google/go-containerregistry/pull/1949
* Fix windows race condition when writing image with duplicate layers by @dgannon991 in https://github.com/google/go-containerregistry/pull/1921
* Add -O shorthand for --omit-digest-tags to crane. by @smoser in https://github.com/google/go-containerregistry/pull/1958

## New Contributors
* @wlynch made their first contribution in https://github.com/google/go-containerregistry/pull/1915
* @zhaoyonghe made their first contribution in https://github.com/google/go-containerregistry/pull/1914
* @joshwlewis made their first contribution in https://github.com/google/go-containerregistry/pull/1919
* @dgannon991 made their first contribution in https://github.com/google/go-containerregistry/pull/1921
* @smoser made their first contribution in https://github.com/google/go-containerregistry/pull/1958

**Full Changelog**: https://github.com/google/go-containerregistry/compare/v0.19.1...v0.19.2
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@updateclibot updateclibot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
@updateclibot updateclibot bot closed this Jun 17, 2024
@updateclibot updateclibot bot force-pushed the updatecli_main_golang_gomod_patch branch from 3bfe962 to a1e6406 Compare June 17, 2024 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants