vals
vals copied to clipboard
Helm-like configuration values loader with support for various sources
Bumps [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) from 1.46.1 to 1.49.0. Commits 3b6a7b3 Update API model de2c35f Release 2024-02-06 ff73baa Regenerated Clients bc20eb0 Update API model e00bb24 Release 2024-02-05 a986b64 Regenerated Clients 937638b Update API...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.57.0 to 1.57.2. Release notes Sourced from cloud.google.com/go/storage's releases. storage 1.57.2 1.57.2 (2025-11-14) Features Bug Fixes Handle redirect on takeover. (#13354) (b0f13626) add env var to allow...
Bumps [github.com/infisical/go-sdk](https://github.com/infisical/go-sdk) from 0.5.100 to 0.6.2. Commits 45ab8d4 Merge pull request #61 from Infisical/fix-gcp-metadata 8e94941 Update auth.go d71970e Merge pull request #60 from Infisical/downgrade-zerolog 81b41fe downgrade zerolog 89efbf0 Merge pull...
Bumps [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) from 1.66.2 to 1.67.3. Commits ab56437 Release 2025-11-11 3dcd1d8 Regenerated Clients 51e8881 Update API model 1ed4f27 add MAINTAINERS.md a5136d5 host label 0bf4293 Feat ep region validation (#3225) 7f09d56...
Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) from 0.29.0 to 0.29.2. Commits 078717a fix(vuln): fixed vulnerability in returned error, not escaping single quotes 97d4db8 tests: replaced stretchr/testify by go-openapi/testify 3802129 chore: updated license marks in...
The repository currently has no immutable releases. An attacker taking over the repository could modify previous releases and inject malicious software into existing workflows that pull in this plugin on...
## Overview This PR adds support for JSONC (JSON with comments), JSON5, and plain text files to the `vals eval` command by introducing a `--raw` flag. This addresses the feature...
Json configuration with comments is heavily used in a lot of ecosystems . Is there a "loose" mode that could run on any text format ? This would be more...
- [x] Analyze current expression matching regex and expansion logic - [x] Design iterative expansion approach to handle nested expressions - [x] Modify regex pattern to allow '+' characters in...
Hi, I would like to use environment variables inside ref expression. As I know, I can use `ref+envsubst://$var` to lookup environment variables. Now I would like to use within another...