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

chore(deps): Update go modules and/or dev-tools #396

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Aug 16, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
cft/developer-tools minor 1.14 -> 1.23 age adoption passing confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.5.2 -> v0.17.1 v0.17.3 (+1) age adoption passing confidence
github.com/brianvoe/gofakeit/v6 require minor v6.9.0 -> v6.28.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.2 -> v1.10.0 age adoption passing confidence

Release Notes

brianvoe/gofakeit (github.com/brianvoe/gofakeit/v6)

v6.28.0: Descriptions!!!

Compare Source

Thanks to the contributor @​se-omar for all his great work in updating all the descriptions for lookups.

What's Changed

Full Changelog: brianvoe/gofakeit@v6.27.0...v6.28.0

v6.27.0

Compare Source

v6.26.4

Compare Source

v6.26.3

Compare Source

v6.26.2

Compare Source

v6.26.1

Compare Source

v6.26.0: Products!!! v6.26.0

Compare Source

🚀 Unleash the Power of Gofakeit 2.0: Elevate Your Data Faking Game! 🚀

We're thrilled to introduce the latest and greatest update to Gofakeit, and this time, we've supercharged your data faking experience with a suite of powerful new functions! Say hello to the game-changing Product module, a feature-packed addition that will revolutionize the way you generate fake product information. 🛍️✨

🎁 Introducing the Product() Function:
Get ready to dive into a world of limitless possibilities with the Product() function! It's your go-to command for creating realistic and captivating fake product data effortlessly. Harness the magic within this function to craft dynamic, authentic product information that will leave your users amazed and engaged.

🏷️ ProductName() – Unleash the Creativity:
Forge compelling product identities with the ProductName() function. From quirky gadgets to sophisticated fashion pieces, this function lets you generate catchy and unique names that captivate your audience.

📝 ProductDescription() – Tell a Story:
Bring your products to life with the ProductDescription() function! Craft vivid and intriguing descriptions that go beyond the mundane, ensuring your fake data is as immersive as it is imaginative. Spark curiosity and keep your users hooked.

🔖 ProductCategory() – Define the Essence:
Organize your products seamlessly with the ProductCategory() function. From electronics to fashion, create a diverse range of categories that add depth and structure to your fake data, making it more realistic and relatable.

🌟 ProductFeature() – Highlight the Best:
Elevate your product data with the ProductFeature() function! Showcase unique features that set your fake products apart. Whether it's cutting-edge technology or innovative design, this function lets you highlight the essence of your creations.

🛠️ ProductMaterial() – Craft Authenticity:
Immerse your users in the tactile world of your fake products with the ProductMaterial() function. Specify materials that resonate with authenticity, allowing your users to envision the quality and feel of the items you've meticulously crafted.

🎉 Elevate your data generation game to new heights with Gofakeit 2.0! 🎉 Unleash creativity, captivate your audience, and make your fake data more convincing than ever before. The world is your oyster, and with Gofakeit's new Product module, you're the master creator of captivating, realistic product information! 🚀🌐💼

Upgrade now and experience the thrill of data faking like never before! 🚀✨ #Gofakeit

v6.25.0: Templates!!! v6.25.0

Compare Source

🚀 Exciting New Release for Gofakeit v6!

We're thrilled to introduce the latest version of Gofakeit, packed with a powerful addition to enhance your templating experience. Brace yourself for the introduction of custom outputs using Golang's template engine! 🌟

SPECIAL THANKS to @​Mrpye for his work on this!

🎭 Template Magic
Now, you can unleash your creativity with custom outputs using Golang's template engine. We've integrated all available functions into the template engine, providing you with a versatile toolkit to craft dynamic and personalized content.

🛠 Additional Functions
But that's not all! We've gone the extra mile and added some game-changing functions to supercharge your template building:

ToUpper & ToLower: Easily manipulate text case for a polished appearance.
ToString: Swiftly convert any data type to a string.
ToDate: Effortlessly transform strings into time.Time objects.
SpliceAny, SpliceString, SpliceUInt, SpliceInt: Build slices dynamically, perfect for weighted scenarios and random selections.

🌐 Example Usages
To give you a taste of the excitement, here's a snippet showcasing the newfound template capabilities:

// Your template goes here
template := `
Subject: {{RandomString (SliceString "Greetings" "Hello" "Hi")}}

Dear {{LastName}},

{{RandomString (SliceString "Greetings!" "Hello there!" "Hi, how are you?")}}

{{Paragraph 1 5 10 "\n\n"}}

{{RandomString (SliceString "Warm regards" "Best wishes" "Sincerely")}}
{{$person:=Person}}
{{$person.FirstName}} {{$person.LastName}}
{{$person.Email}}
{{$person.Phone}}
`

// Applying the template
value, err := gofakeit.Template(template, nil)

v6.24.0

Compare Source

v6.23.2

Compare Source

v6.23.1

Compare Source

v6.23.0

Compare Source

v6.22.0: New Functions!!!

Compare Source

Thanks to the help of @​ViridianForge and @​dminkovski! We now have Books, Movies, Middle Names, Blurbs and Company Slogans.

v6.21.0: Added fakable interface

Compare Source

See https://github.com/brianvoe/gofakeit#fakeable-types

What's Changed

New Contributors

Full Changelog: brianvoe/gofakeit@v6.20.2...v6.21.0

v6.20.2

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

v6.19.0

Compare Source

v6.18.0

Compare Source

v6.17.0

Compare Source

v6.16.0

Compare Source

v6.15.0

Compare Source

v6.14.5

Compare Source

v6.14.4

Compare Source

v6.14.3

Compare Source

v6.14.2

Compare Source

v6.14.1

Compare Source

v6.14.0

Compare Source

v6.13.2

Compare Source

v6.13.1

Compare Source

v6.13.0

Compare Source

v6.12.2

Compare Source

v6.12.1

Compare Source

v6.12.0

Compare Source

v6.11.1

Compare Source

v6.11.0

Compare Source

v6.10.0

Compare Source

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

v1.8.3

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

forking-renovate bot commented Aug 16, 2024

ℹ Artifact update notice

File name: helpers/sample-cc-generator/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.4
File name: test/integration/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 34 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.4
cloud.google.com/go v0.110.2 -> v0.110.7
cloud.google.com/go/compute v1.19.2 -> v1.23.0
cloud.google.com/go/iam v1.0.1 -> v1.1.2
cloud.google.com/go/storage v1.30.1 -> v1.33.0
github.com/aws/aws-sdk-go v1.44.260 -> v1.45.5
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-errors/errors v1.4.2 -> v1.5.0
github.com/go-openapi/jsonpointer v0.19.6 -> v0.20.0
github.com/go-openapi/swag v0.22.3 -> v0.22.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/s2a-go v0.1.3 -> v0.1.7
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.3 -> v0.2.5
github.com/googleapis/gax-go/v2 v2.8.0 -> v2.12.0
github.com/gruntwork-io/terratest v0.41.23 -> v0.47.2
github.com/hashicorp/go-getter v1.7.1 -> v1.7.6
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.16.2 -> v2.20.1
github.com/klauspost/compress v1.16.5 -> v1.16.7
github.com/mitchellh/go-testing-interface v1.14.2-0.20210217184823-a52172cd2f64 -> v1.14.2-0.20210821155943-2d9075ca8770
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/tidwall/gjson v1.14.4 -> v1.18.0
github.com/tmccombs/hcl2json v0.5.0 -> v0.6.0
github.com/zclconf/go-cty v1.13.1 -> v1.15.0
golang.org/x/crypto v0.9.0 -> v0.21.0
golang.org/x/mod v0.10.0 -> v0.22.0
golang.org/x/net v0.10.0 -> v0.23.0
golang.org/x/oauth2 v0.8.0 -> v0.12.0
golang.org/x/sys v0.8.0 -> v0.21.0
google.golang.org/api v0.122.0 -> v0.138.0
google.golang.org/appengine v1.6.7 -> v1.6.8
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 -> v0.0.0-20230822172742-b8732ec3820d
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f -> v0.0.0-20231010175941-2dd684a91f00
sigs.k8s.io/kustomize/kyaml v0.14.2 -> v0.18.1

@renovate-bot renovate-bot requested review from lanre-OG and a team as code owners August 16, 2024 20:03
@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Aug 16, 2024
@dpebot
Copy link
Collaborator

dpebot commented Aug 16, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from bc87e1e to d6fdd3e Compare September 11, 2024 14:19
@dpebot
Copy link
Collaborator

dpebot commented Sep 11, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from d6fdd3e to 3f6b004 Compare September 12, 2024 22:23
@dpebot
Copy link
Collaborator

dpebot commented Sep 12, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3f6b004 to 0fc34ab Compare November 6, 2024 16:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 0fc34ab to 1289758 Compare November 17, 2024 15:59
@dpebot
Copy link
Collaborator

dpebot commented Nov 17, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 1289758 to 9586807 Compare November 23, 2024 12:07
@dpebot
Copy link
Collaborator

dpebot commented Nov 23, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 9586807 to 59b5bc7 Compare November 29, 2024 01:06
@dpebot
Copy link
Collaborator

dpebot commented Nov 29, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 59b5bc7 to 378ee8f Compare December 6, 2024 03:50
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 378ee8f to e1ab4d7 Compare December 13, 2024 10:59
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from e1ab4d7 to ad9f614 Compare December 13, 2024 12:45
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from ad9f614 to 3a7519a Compare December 13, 2024 19:33
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2024

/gcbrun

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.

2 participants