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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Bogus to v28.4.1 #743

Merged
merged 1 commit into from
Oct 15, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 15, 2019

This PR contains the following updates:

Package Type Update Change
Bogus nuget minor 28.3.2 -> 28.4.1

Release Notes

bchavez/Bogus

v28.4.1

Compare Source

Release Date: 2019-10-14

  • Issue 260: Improved social security number (SSN) generation that should pass basic validation by avoiding invalid SSN ranges. Note: Deterministic SSNs generated with Person.Ssn() will change.
  • Issue 252: Internet.Ip() now avoids generating IP addresses with a leading zero. For example, Bogus will not generate an IP address with a leading zero like 0.1.2.3. Note: Deterministic IPs generated with Internet.Ip() will change.
  • PR 261: Added Internet.IpAddress(), Internet.Ipv6Address(), Internet.IpEndPoint(), and Internet.Ipv6EndPoint().
  • Issue 258: Add Internet.UrlRootedPath() to generate random /foo/bar paths.
  • Added Internet.UrlWithPath(fileExt:".txt") fileExt extension parameter to generate URLs with a specific file extension.

Renovate configuration

馃搮 Schedule: At any time (no schedule defined).

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

鈾伙笍 Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

馃敃 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from tomkerkhove as a code owner October 15, 2019 02:37
@renovate renovate bot added the dependencies All issues related to dependencies & Renovate label Oct 15, 2019
@promitor-bot
Copy link

Docker image for this PR was built and is available on Docker Hub.

You can pull it locally via the CLI:

docker pull tomkerkhove/promitor-agent-scraper-ci:pr743

Want to verify the new version? Run it locally:

docker run -d -p 8999:80 --name promitor-agent-scraper-pr743 \
                         --env PROMITOR_AUTH_APPID='<azure-ad-app-id>' \
                         --env-file C:/Promitor/az-mon-auth.creds \
                         --volume C:/Promitor/metrics-declaration.yaml:/config/metrics-declaration.yaml  \
                         --volume C:/Promitor/runtime-config.yaml:/config/runtime.yaml \
                         tomkerkhove/promitor-agent-scraper-ci:pr743

You can find a CI version of our Helm chart on hub.helm.sh

@tomkerkhove tomkerkhove merged commit 55ade27 into master Oct 15, 2019
@renovate renovate bot deleted the renovate-bogus-28.x branch October 15, 2019 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies All issues related to dependencies & Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants