8000 Tags · helmfile/vals · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: helmfile/vals

Tags

v0.41.0

Toggle v0.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (#684)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.29.0 to 0.30.0.
- [Commits](golang/oauth2@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v0.40.1

Toggle v0.40.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: enhance timestamp handling in YAML parsing to support sequences (

…#670)

Signed-off-by: yxxhero <aiopsclub@163.com>

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: handle timestamps as strings in YAML parsing (#669)

Signed-off-by: yxxhero <aiopsclub@163.com>

v0.39.4

Toggle v0.39.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump k8s.io/client-go from 0.32.2 to 0.32.3 (#655)

Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.32.2 to 0.32.3.
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.2...v0.32.3)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v0.39.3

Toggle v0.39.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/a8m/envsubst from 1.4.2 to 1.4.3 (#650)

* build(deps): bump github.com/a8m/envsubst from 1.4.2 to 1.4.3

Bumps [github.com/a8m/envsubst](https://github.com/a8m/envsubst) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/a8m/envsubst/releases)
- [Commits](a8m/envsubst@v1.4.2...v1.4.3)

---
updated-dependencies:
- dependency-name: github.com/a8m/envsubst
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix more issues

Signed-off-by: yxxhero <aiopsclub@163.com>

---------

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

v0.39.2

Toggle v0.39.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for in-cluster config in the k8s provider (#645)

* Add support in-cluster config for k8s provider

Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>

* fix ci issues

Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>

* update .golangci-lint config file and apply fixes suggested

Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>

---------

Signed-off-by: Aditya Menon <amenon@canarytechnologies.com>

v0.39.1

EBEA Toggle v0.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/hashicorp/vault/api from 1.15.0 to 1.16.0 (

#639)

Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md)
- [Commits](hashicorp/vault@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

v0.39.0

Toggle v0.39.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#622

)

Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azidentity/v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

v0.38.0

Toggle v0.38.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add keychain provider for reading text/yaml/json secrets (#585)

* feat: Add keychain provider for reading text/yaml/json secrets

Signed-off-by: Dmitry K. Anisimov <mail@anisimov.dk>

* fix: use security cmd for keychain secret

Signed-off-by: Dmitry K. Anisimov <mail@anisimov.dk>

* fix: add some tests

Signed-off-by: Dmitry K. Anisimov <mail@anisimov.dk>

* fix: fix test

Signed-off-by: Dmitry K. Anisimov <mail@anisimov.dk>

---------

Signed-off-by: Dmitry K. Anisimov <mail@anisimov.dk>

v0.37.8

Toggle v0.37.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: make vals able to eval dictionaries (#530)

* feat: make vals able to eval dictionaries

Signed-off-by: Thomas Becker <thomas.becker00@gmail.com>

* chore: gci format

Signed-off-by: Thomas Becker <thomas.becker00@gmail.com>

---------

Signed-off-by: Thomas Becker <thomas.becker00@gmail.com>
0