ID | Type | Description |
---|---|---|
Fix |
Fix |
ID | Type | Description |
---|---|---|
Fix |
Fix build pipeline. |
|
Fix |
Fix json-path Out-of-bounds Write vulnerability. |
ID | Type | Description |
---|---|---|
Enhancement |
Generate Files. |
|
Enhancement |
Evaluate Expression.
Example: $ export NAME="World"
$ yamlesutils.sh -q eval "Hello {{ _env('NAME') }}!"
Hello World! |
|
Enhancement |
Lookup function to generate hashed ANM password. Example: $ yamlesutils.sh -q eval "{{ _gen_anm_pwd_hash('changeme') }}"
$AAGQAAAAAQAC$oALW5N6CWi0PszIfVK3w5w==$uERZwFPmZ2bEknEfZiyrK7QfqcODTyjFJNrbpEQfEDI= |
ID | Type | Description |
---|---|---|
Enhancement, Refactoring |
Lookup- and certificate providers as external plugins. External plugins are dynamically loaded if exists in the Each plugin includes all dependent classes and is loaded by a separate classloaders to avoid class version conflicts. |
|
Enhancement |
Support dry run and syntax check. New parameter
|
|
Enhancement |
New parameter The parameter New parameters The |
ID | Type | Description |
---|---|---|
Enhancement |
Add multiple certificates from keystore. |
|
Enhancement |
Lookup provider for AWS Secrets Manager ( The values of binary secrets are returned as a Base64 encoded string. |
|
Enhancement |
Combine feature of |
|
Enhancement |
Check certificate expiration. |
|
0 |
Refactoring |
Various refactoring to improve code quality and to prepare for future plugin support. |
ID | Type | Description |
---|---|---|
0 |
Fix |
Due to a bug private keys are not retrieved from a keystore. This is fixed now. |
ID | Type | Description |
---|---|---|
0 |
Fix |
Add STS component for AWS to enable service account authentication in EKS. |
ID | Type | Description |
---|---|---|
0 |
Enhancement |
Lookup values from file content. |
0 |
Enhancement |
Provide Docker image to be used as an init container for K8s deployments. |
ID | Type | Description |
---|---|---|
0 |
Enhancement |
Add public certificates from files in DER (.crt) or PEM (.pem) format. |
ID | Type | Description |
---|---|---|
0 |
Enhancement |
Add support for plaintext secrets on AWS Secrets Manager (lookup provider: |
0 |
Breaking Change |
Lookup provider for JSON secrets on AWS Secrets Manager is renamed from |
0 |
Enhancement |
Keystore certificate provider enhanced:
|
0 |
Refactoring |
Refactor lookup providers. Now, lookup providers build specific lookup functions instead of handling lookups by them self. |
0 |
Enhancement |
Support usage of built-in and non-built-in lookup functions in lookup provider configuration. Lookup function must be defined before usage. |