Skip to content

Tags: knadh/koanf

Tags

providers/cliflagv3/v1.1.0

Toggle providers/cliflagv3/v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
providers/cliflagv3: Set the flags if they have a default value (#382)

Before those needed to be manually set with '--flag-name' or with the 'Config' whic
is really anoying to do. So now flags with 'Value'(default) will be also by default
set to the output. It should be the 'default' behavior

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump mapstructure version (#381)

providers/cliflagv3/v1.0.1

Toggle providers/cliflagv3/v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/go-viper/mapstructure/v2 in /providers/cliflagv3 (#378)

Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](go-viper/mapstructure@v2.2.1...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

providers/cliflagv2/v1.0.1

Toggle providers/cliflagv2/v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/go-viper/mapstructure/v2 in /providers/cliflagv3 (#378)

Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.4.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases)
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
- [Commits](go-viper/mapstructure@v2.2.1...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
  dependency-version: 2.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

parsers/huml/v0.1.0

Toggle parsers/huml/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add HUML parser support (#374)

providers/kiln/v0.1.1

Toggle providers/kiln/v0.1.1's commit message
Update providers/kiln deps.

providers/kiln/v0.1.0

Toggle providers/kiln/v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add kiln provider (#369)

Add https://kiln.sh provider for loading encrypted secrets.

---------

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>

providers/env/v2.0.0

Toggle providers/env/v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor env provider into a major breaking version /v2 (#341)

- `providers/env` is now `/providers/env/v2`
- Add new `Opt{}` struct with transform functions that can be passed to the
  constructor instead of the old `WithProvider(..)` functions. This allow future
  callbacks and options to be added without breaking changes.
- `Opt.TransformFunc` is now a single transformation function for keys and values.
- `Opt.EnvirnFunc` allows the source of environment variables to be plugged
  for testing and mocking. It defaults to `os.Environ`.

---------

Co-authored-by: Kailash Nadh <kailash@nadh.in>

parsers/yaml/v1.1.0

Toggle parsers/yaml/v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace yaml package with go.yaml.in/yaml/v3 (#365)

* Replace yaml package with github.com/goccy/go-yaml

* Replace yaml package with go.yaml.in/yaml/v3