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

Bump hoplite-json from 1.4.7 to 2.7.0 #152

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps hoplite-json from 1.4.7 to 2.7.0.

Changelog

Sourced from hoplite-json's changelog.

2.7.0

  • TOML now supports heterogenous arrays.

2.6.5

  • Add prefix option to EnvironmentVariablesPropertySource which is then stripped from env vars before resolution is applied.

2.6.4

  • Correct conversion between bytes and other units #347

2.6.3

  • Fixed NPE in reporter with empty sources #345
  • Do not add mask to prefix if string is less than prefix length

2.6.2

  • Avoid reporting remote keys used in multiple places.

2.6.1

  • Add fallback version of Environment.forEnvVar
  • Provide Environment to decoders and preprocessors through the DecoderContext.

2.6.0

  • Added Environment abstraction
  • Added XdgConfigPropertySource for loading config from $XDG_CONFIG_HOME
  • Added support for GCP Secrets Manager. To use import hoplite-gcp and set your keys to be gcpsm://mykey.
  • Added support for AWS Secrets Manager using Amazon's SDK version 2. The syntax is the same, but import hoplite-aws2 instead of hoplite-aws.
  • Added CascadeMode to control how config should cascade through files.
  • Added decoder for java.util.Locale
  • PrefixObfuscator can now be configured by prefix length and mask.
  • Added remote-lookup details to the report to show keys used from AWS Secrets Manager, GCP cloud etc.
  • Support squashing arrays into a comma delimited list by setting flattenArraysToString on the config builder. #339
  • Support map lookup in AWS preprocessors #341
  • Fix sealed subclass picking #338

Breaking Changes

These breaking changes are to advanced customization features. Most users will need to change no code.

  • ReporterBuilder has been removed - specify the obfuscator and secrets policy directly on the ConfigLoaderBuilder.
  • SecretsPolicy interface has been changed to directly use Nodes and not just Paths.
  • The Preprocessor interface has changed to have an extra parameter named DecoderContext.

2.5.2

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hoplite-json](https://github.com/sksamuel/hoplite) from 1.4.7 to 2.7.0.
- [Release notes](https://github.com/sksamuel/hoplite/releases)
- [Changelog](https://github.com/sksamuel/hoplite/blob/master/changelog.md)
- [Commits](sksamuel/hoplite@v1.4.7...v2.7.0)

---
updated-dependencies:
- dependency-name: com.sksamuel.hoplite:hoplite-json
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 28, 2022
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants