Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: knadh/koanf

Tags

providers/file/v1.2.1

Toggle providers/file/v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: pass event to callback instead of nil when file changes detected (

…#384)

providers/kiln/v0.1.2

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump golang.org/x/crypto from 0.40.0 to 0.45.0 in /providers/kiln (#391)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.40.0 to 0.45.0.
- [Commits](golang/crypto@v0.40.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

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

parsers/dotenv/v1.1.1

Toggle parsers/dotenv/v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix panic in dotenv parser when callback function is not provided (#387)

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] <[email protected]>
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] <[email protected]>
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 <[email protected]>