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

fix(deps): update golang deps non-major #210

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/aws/aws-sdk-go v1.54.20 -> v1.55.5 age adoption passing confidence
github.com/urfave/cli/v2 v2.27.2 -> v2.27.4 age adoption passing confidence

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.55.5

Compare Source

===

Service Client Updates
  • service/appstream: Updates service API and documentation
    • Added support for Red Hat Enterprise Linux 8 on Amazon AppStream 2.0
  • service/autoscaling: Updates service API and documentation
    • Increase the length limit for VPCZoneIdentifier from 2047 to 5000
  • service/codepipeline: Updates service API, documentation, and paginators
    • AWS CodePipeline V2 type pipelines now support stage level conditions to enable development teams to safely release changes that meet quality and compliance requirements.
  • service/elasticache: Updates service documentation
    • Doc only update for changes to deletion API.
  • service/elasticloadbalancing: Updates service API
  • service/eventbridge: Updates service API
  • service/logs: Updates service API
    • Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/models.lex.v2: Updates service API and documentation
  • service/rolesanywhere: Updates service API and documentation
  • service/tnb: Updates service API and documentation
  • service/workspaces: Updates service documentation
    • Removing multi-session as it isn't supported for pools

v1.55.4

Compare Source

===

Service Client Updates
  • service/elasticache: Updates service documentation
    • Renaming full service name as it appears in developer documentation.
  • service/memorydb: Updates service API and documentation

v1.55.3

Compare Source

===

Service Client Updates
  • service/application-autoscaling: Updates service API
  • service/application-signals: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/codecommit: Updates service API and documentation
    • CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository.
  • service/datazone: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types.
  • service/ecr: Updates service API, documentation, paginators, and examples
    • API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template.
  • service/eks: Updates service API and documentation
  • service/elasticloadbalancingv2: Updates service API, documentation, and examples
  • service/network-firewall: Updates service API and documentation
  • service/outposts: Updates service API and documentation
  • service/states: Updates service API and documentation
    • This release adds support to customer managed KMS key encryption in AWS Step Functions.
SDK Bugs
  • Remove broken integration test.
    • Remove integration test broken by cloudsearch service.

v1.55.2

Compare Source

===

Service Client Updates
  • service/cleanrooms: Updates service API and documentation
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • DynamoDB doc only update for July
  • service/iotsitewise: Updates service API and documentation
  • service/mediapackagev2: Updates service API
  • service/medical-imaging: Updates service API and documentation
  • service/pinpoint-sms-voice-v2: Updates service API and documentation
SDK Bugs
  • Add missing bool error matching.
    • This enables waiters defined to match on presence/absence of errors.

v1.55.1

Compare Source

===

Service Client Updates
  • service/appsync: Updates service API and paginators
  • service/cleanrooms: Updates service API, documentation, and paginators
  • service/cleanroomsml: Updates service API, documentation, and waiters
  • service/connect: Updates service API and documentation
  • service/connect-contact-lens: Updates service API and documentation
  • service/datazone: Updates service API and documentation
  • service/entityresolution: Updates service API and documentation

v1.55.0

Compare Source

===

Service Client Updates
  • service/datazone: Updates service API, documentation, and paginators
  • service/ivs: Updates service API and documentation
  • service/redshift-serverless: Updates service API and documentation
SDK Features
  • service/mobile: Remove Mobile
    • This change removes the Mobile service, which has been deprecated.
SDK Bugs
  • Apply sensitive struct tag to lists/maps with sensitive members.
    • This change propagates existing sensitive protection to lists/maps.
urfave/cli (github.com/urfave/cli/v2)

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.2...v2.27.3


Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) August 22, 2024 01:16
Copy link
Contributor Author

renovate bot commented Aug 22, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot merged commit d04d5d7 into main Aug 22, 2024
2 of 3 checks passed
@renovate renovate bot deleted the renovate/golang-deps-non-major branch August 22, 2024 01:20
@woodpecker-bot woodpecker-bot mentioned this pull request Aug 22, 2024
1 task
6543 pushed a commit that referenced this pull request Sep 9, 2024
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go)
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `1.3.1` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.

## Options

- [ ] Mark this version as a release candidate

##
[1.3.1](https://github.com/woodpecker-ci/plugin-s3/releases/tag/v1.3.1)
- 2024-09-04

### Misc

- fix(deps): update module github.com/mattn/go-zglob to v0.0.6
[[#212](#212)]
- [pre-commit.ci] pre-commit autoupdate
[[#211](#211)]
- fix(deps): update golang deps non-major
[[#210](#210)]
- chore(deps): update golang docker tag to v1.23
[[#208](#208)]
- chore(deps): update pre-commit hook golangci/golangci-lint to v1.60.2
[[#209](#209)]
- chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to
v1.2.0 [[#207](#207)]
- [pre-commit.ci] pre-commit autoupdate
[[#206](#206)]
- chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to
v4.2.0 [[#204](#204)]
@woodpecker-bot
Copy link
Contributor

🎉 This PR is included in version 1.3.1 🎉

The release is now available here

Thank you for your contribution. ❤️📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant