Marco Franssen
8e9d42acf7
Bump spire Helm Chart version from 0.11.1 to 0.12.0 ( #455 )
...
Please review the below changelog to ensure this matches up with the
semantic version being applied.
> **Note**: **Maintainers** ensure to run following after merging this
PR to trigger the release workflow:
>
> ```shell
> git checkout main
> git pull
> git checkout release
> git pull
> git merge main
> git push
> ```
**Changes in this release**
* 5e2e8a91 Adds AWS KMS KeyManager support (#435 )
* 77fe43f3 Cron job to check for and update images (#249 )
* b7e15255 Allow job hooks to be disabled (#434 )
* 5e4cf6f5 Clarify project issues identified with nesting document
(#450 )
* 72893515 Update spire bits to 1.7.2 (#452 )
* dc8a4545 Array spacing in values is incorrect in a file. (#451 )
* 94326d9c Fixup Helm docs
* ae8941c4 Support Nested Spire with External Agent (#117 )
* f40743d4 Improve Tornjak documentation (#439 )
* 0124f633 Bypass example-test for docs only changes (#449 )
* 48a28980 Fix chainguard image references as per issue 442 (#443 )
* bd393e95 Bump test chart dependencies (#445 )
* a52818a7 Add a FAQ and switch rare issue from README to it (#437 )
* e60f5287 option to set KeyManager memory in spire server (#444 )
* a167ce68 Bump actions/setup-go from 4.0.1 to 4.1.0
* e774584c Bump test chart dependencies (#426 )
* bfec27ef Fix jwtIssuer to allow for Uris including scheme (#425 )
* 7a6e4f8d Change Tornjak backend default port (#436 )
* 1e3039cc Bump spire Helm Chart version from 0.11.0 to 0.11.1 (#419 )
* d2e16062 issuer naming should respect issuer_name override (#378 )
* a2e5c36c Bump test chart dependencies (#416 )
* a09e054d support annotations so oidc can be annotated (#391 )
* 7d94b105 Update spire to 1.7.1 (#412 )
* 9f4d4ace Add aws_pca to the spire-server (#404 )
* af13f1fc Bump test chart dependencies (#401 )
* 9a6768bc Add support for disabling container selectors (#399 )
* 4687e20d Merge pull request #315 from spiffe/persistence-type
* e16210c6 Merge branch 'main' into persistence-type
* 624ca9cc Remove misadded lockfile (#400 )
* 7ce67c62 Bump actions/checkout from 3.5.2 to 3.5.3 (#395 )
* b85ba64d Bump helm/kind-action from 1.7.0 to 1.8.0 (#396 )
* a6bdb4d1 Add persistence type flag
Signed-off-by: Marco Franssen <[email protected] >
2023-08-21 10:43:47 -07:00
Marco Franssen and Faisal Memon
c298510701
Fix initContainers spire-server statefulset ( #458 )
...
To allow for inplace upgrades of spire-server statefulset we are not
allowed to
make changes to all fields of the statefulset spec.
When bumping from 0.8.1 to the latest version the `initContainers:`
field is added in the spec and therefore does not allow for updating the
statefulset.
This fix prevents the empty initContainers block when bumping from a
previous chart version.
Signed-off-by: Marco Franssen <[email protected] >
Co-authored-by: Faisal Memon <[email protected] >
2023-08-21 10:38:42 -07:00
dependabot[bot]
ecb83d6dd4
Bump github.com/onsi/gomega from 1.27.6 to 1.27.10 in /tests ( #461 )
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from
1.27.6 to 1.27.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/releases ">github.com/onsi/gomega's
releases</a>.</em></p>
<blockquote>
<h2>v1.27.10</h2>
<h2>1.27.10</h2>
<h3>Fixes</h3>
<ul>
<li>fix: go 1.21 adding goroutine ID to creator+location (<a
href="https://redirect.github.com/onsi/gomega/issues/685 ">#685</a>)
[bdc7803]</li>
</ul>
<h2>v1.27.9</h2>
<h2>1.27.9</h2>
<h3>Fixes</h3>
<ul>
<li>Prevent nil-dereference in format.Object for boxed nil error (<a
href="https://redirect.github.com/onsi/gomega/issues/681 ">#681</a>)
[3b31fc3]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/679 ">#679</a>)
[360849b]</li>
<li>chore: use String() instead of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/678 ">#678</a>)
[86f3659]</li>
<li>Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/674 ">#674</a>)
[642ead0]</li>
<li>chore: unnecessary use of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/677 ">#677</a>)
[ceb9ca6]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/675 ">#675</a>)
[a2087d8]</li>
<li>docs: fix ContainSubstring references (<a
href="https://redirect.github.com/onsi/gomega/issues/673 ">#673</a>)
[fc9a89f]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/671 ">#671</a>)
[9076019]</li>
</ul>
<h2>v1.27.8</h2>
<h2>1.27.8</h2>
<h3>Fixes</h3>
<ul>
<li>HaveExactElement should not call FailureMessage if a submatcher
returned an error [096f392]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7 (<a
href="https://redirect.github.com/onsi/gomega/issues/669 ">#669</a>)
[8884bee]</li>
</ul>
<h2>v1.27.7</h2>
<h2>1.27.7</h2>
<h3>Fixes</h3>
<ul>
<li>fix: gcustom.MakeMatcher accepts nil as actual value (<a
href="https://redirect.github.com/onsi/gomega/issues/666 ">#666</a>)
[57054d5]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>update gitignore [05c1bc6]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 (<a
href="https://redirect.github.com/onsi/gomega/issues/663 ">#663</a>)
[7cadcf6]</li>
<li>Bump golang.org/x/net from 0.9.0 to 0.10.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/662 ">#662</a>)
[b524839]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 (<a
href="https://redirect.github.com/onsi/gomega/issues/661 ">#661</a>)
[5f44694]</li>
<li>Bump commonmarker from 0.23.8 to 0.23.9 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/657 ">#657</a>)
[05dc99a]</li>
<li>Bump nokogiri from 1.14.1 to 1.14.3 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/658 ">#658</a>)
[3a033d1]</li>
<li>Replace deprecated NewGomegaWithT with NewWithT (<a
href="https://redirect.github.com/onsi/gomega/issues/659 ">#659</a>)
[a19238f]</li>
<li>Bump golang.org/x/net from 0.8.0 to 0.9.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/656 ">#656</a>)
[29ed041]</li>
<li>Bump actions/setup-go from 3 to 4 (<a
href="https://redirect.github.com/onsi/gomega/issues/651 ">#651</a>)
[11b2080]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/onsi/gomega/blob/master/CHANGELOG.md ">github.com/onsi/gomega's
changelog</a>.</em></p>
<blockquote>
<h2>1.27.10</h2>
<h3>Fixes</h3>
<ul>
<li>fix: go 1.21 adding goroutine ID to creator+location (<a
href="https://redirect.github.com/onsi/gomega/issues/685 ">#685</a>)
[bdc7803]</li>
</ul>
<h2>1.27.9</h2>
<h3>Fixes</h3>
<ul>
<li>Prevent nil-dereference in format.Object for boxed nil error (<a
href="https://redirect.github.com/onsi/gomega/issues/681 ">#681</a>)
[3b31fc3]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/679 ">#679</a>)
[360849b]</li>
<li>chore: use String() instead of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/678 ">#678</a>)
[86f3659]</li>
<li>Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/674 ">#674</a>)
[642ead0]</li>
<li>chore: unnecessary use of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/677 ">#677</a>)
[ceb9ca6]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/675 ">#675</a>)
[a2087d8]</li>
<li>docs: fix ContainSubstring references (<a
href="https://redirect.github.com/onsi/gomega/issues/673 ">#673</a>)
[fc9a89f]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.7 to 2.10.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/671 ">#671</a>)
[9076019]</li>
</ul>
<h2>1.27.8</h2>
<h3>Fixes</h3>
<ul>
<li>HaveExactElement should not call FailureMessage if a submatcher
returned an error [096f392]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.9.7 (<a
href="https://redirect.github.com/onsi/gomega/issues/669 ">#669</a>)
[8884bee]</li>
</ul>
<h2>1.27.7</h2>
<h3>Fixes</h3>
<ul>
<li>fix: gcustom.MakeMatcher accepts nil as actual value (<a
href="https://redirect.github.com/onsi/gomega/issues/666 ">#666</a>)
[57054d5]</li>
</ul>
<h3>Maintenance</h3>
<ul>
<li>update gitignore [05c1bc6]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 (<a
href="https://redirect.github.com/onsi/gomega/issues/663 ">#663</a>)
[7cadcf6]</li>
<li>Bump golang.org/x/net from 0.9.0 to 0.10.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/662 ">#662</a>)
[b524839]</li>
<li>Bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 (<a
href="https://redirect.github.com/onsi/gomega/issues/661 ">#661</a>)
[5f44694]</li>
<li>Bump commonmarker from 0.23.8 to 0.23.9 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/657 ">#657</a>)
[05dc99a]</li>
<li>Bump nokogiri from 1.14.1 to 1.14.3 in /docs (<a
href="https://redirect.github.com/onsi/gomega/issues/658 ">#658</a>)
[3a033d1]</li>
<li>Replace deprecated NewGomegaWithT with NewWithT (<a
href="https://redirect.github.com/onsi/gomega/issues/659 ">#659</a>)
[a19238f]</li>
<li>Bump golang.org/x/net from 0.8.0 to 0.9.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/656 ">#656</a>)
[29ed041]</li>
<li>Bump actions/setup-go from 3 to 4 (<a
href="https://redirect.github.com/onsi/gomega/issues/651 ">#651</a>)
[11b2080]</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/onsi/gomega/commit/9cbf7b0019d4d489d668583b0d7a6ac889ee2bc8 "><code>9cbf7b0</code></a>
v1.27.10</li>
<li><a
href="https://github.com/onsi/gomega/commit/bdc7803e66e0db777db09edea3bb6e85df8c9d6d "><code>bdc7803</code></a>
fix: go 1.21 adding goroutine ID to creator+location (<a
href="https://redirect.github.com/onsi/gomega/issues/685 ">#685</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/66bcd9de8fa08e35002e61e673c37d38a96fcd45 "><code>66bcd9d</code></a>
v1.27.9</li>
<li><a
href="https://github.com/onsi/gomega/commit/3b31fc3875132cf36ce6e058180932da829fafec "><code>3b31fc3</code></a>
Prevent nil-dereference in format.Object for boxed nil error (<a
href="https://redirect.github.com/onsi/gomega/issues/681 ">#681</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/360849b5eeaa51d7324a9f8485e951a35b952ed8 "><code>360849b</code></a>
Bump golang.org/x/net from 0.11.0 to 0.12.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/679 ">#679</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/86f3659f49faa273ed5f93a0b2cf5affee4bd068 "><code>86f3659</code></a>
chore: use String() instead of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/678 ">#678</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/642ead0c6d5354f23dc9f0e52cebe5729c7c435d "><code>642ead0</code></a>
Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/674 ">#674</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/ceb9ca6a1cfa690c19c7b778b0fe76edc4e28b6c "><code>ceb9ca6</code></a>
chore: unnecessary use of fmt.Sprintf (<a
href="https://redirect.github.com/onsi/gomega/issues/677 ">#677</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/a2087d8d97ab9af4ccd9fcea75ca6660bb595663 "><code>a2087d8</code></a>
Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (<a
href="https://redirect.github.com/onsi/gomega/issues/675 ">#675</a>)</li>
<li><a
href="https://github.com/onsi/gomega/commit/fc9a89ffe7d842fb0389f42c034194075ed38ef0 "><code>fc9a89f</code></a>
docs: fix ContainSubstring references (<a
href="https://redirect.github.com/onsi/gomega/issues/673 ">#673</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/onsi/gomega/compare/v1.27.6...v1.27.10 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 10:10:52 -07:00
Marco Franssen
413644d27d
Merge pull request #456 from spiffe/fix-dependabot-include-go
2023-08-21 18:42:51 +02:00
dependabot[bot]
eb1ad75d7f
Bump imjasonh/setup-crane from 0.1 to 0.3 ( #460 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 01:03:56 -07:00
dependabot[bot]
3d307a2ebf
Bump actions/setup-go from 4.0.0 to 4.1.0 ( #459 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-21 01:03:40 -07:00
Marco Franssen
9cb59dafb8
Include go dependencies in dependabot.yaml
...
Signed-off-by: Marco Franssen <[email protected] >
2023-08-21 09:29:04 +02:00
Marco Franssen
80b9a83873
Fix indentation issue in dependabot.yaml
...
Signed-off-by: Marco Franssen <[email protected] >
2023-08-21 09:29:04 +02:00
Marco Franssen
76e3665396
Fix annotation for spire-oidc deployment ( #457 )
2023-08-18 10:06:15 -07:00
5e2e8a9188
Adds AWS KMS KeyManager support ( #435 )
...
Co-authored-by: Marco Franssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2023-08-18 09:52:51 +02:00
kfox1111 and Marco Franssen
77fe43f37d
Cron job to check for and update images ( #249 )
...
Co-authored-by: Marco Franssen <[email protected] >
2023-08-18 09:49:50 +02:00
b7e15255f3
Allow job hooks to be disabled ( #434 )
...
Co-authored-by: Marco Franssen <[email protected] >
Co-authored-by: Kevin Fox <[email protected] >
2023-08-18 09:48:14 +02:00
kfox1111
5e4cf6f529
Clarify project issues identified with nesting document ( #450 )
2023-08-17 10:11:05 -07:00
kfox1111
72893515a2
Update spire bits to 1.7.2 ( #452 )
2023-08-17 10:10:45 -07:00
kfox1111
dc8a4545cc
Array spacing in values is incorrect in a file. ( #451 )
2023-08-17 08:42:21 +02:00
Marco Franssen
94326d9c6d
Fixup Helm docs
2023-08-16 16:48:42 +02:00
kfox1111
ae8941c49d
Support Nested Spire with External Agent ( #117 )
2023-08-16 16:35:41 +02:00
Mariusz Sabath
f40743d484
Improve Tornjak documentation ( #439 )
2023-08-16 14:27:27 +00:00
Faisal Memon
0124f633e8
Bypass example-test for docs only changes ( #449 )
2023-08-16 16:23:32 +02:00
kfox1111
48a2898016
Fix chainguard image references as per issue 442 ( #443 )
2023-08-16 16:22:09 +02:00
github-actions[bot] and marcofranssen
bd393e9597
Bump test chart dependencies ( #445 )
...
Bump the Helm charts used in test scenarios to latest available
versions.
Signed-off-by: GitHub <[email protected] >
Co-authored-by: marcofranssen <[email protected] >
2023-08-15 17:55:19 +00:00
a52818a72e
Add a FAQ and switch rare issue from README to it ( #437 )
...
fixes https://github.com/spiffe/helm-charts/issues/433
closes #385
---------
Signed-off-by: Kevin Fox <[email protected] >
Signed-off-by: kfox1111 <[email protected] >
Co-authored-by: Marco Franssen <[email protected] >
Co-authored-by: Faisal Memon <[email protected] >
2023-08-15 09:42:51 -07:00
grameshtwilio
e60f5287e0
option to set KeyManager memory in spire server ( #444 )
2023-08-12 20:55:40 +02:00
dependabot[bot]
a167ce6890
Bump actions/setup-go from 4.0.1 to 4.1.0
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4.0.1...v4.1.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
2023-08-09 17:52:39 +02:00
github-actions[bot] and marcofranssen
e774584c46
Bump test chart dependencies ( #426 )
...
Co-authored-by: marcofranssen <[email protected] >
2023-08-09 15:11:47 +00:00
Drew Wells
bfec27ef67
Fix jwtIssuer to allow for Uris including scheme ( #425 )
2023-08-09 16:53:21 +02:00
Mariusz Sabath
7a6e4f8d75
Change Tornjak backend default port ( #436 )
2023-08-09 16:46:08 +02:00
Faisal Memon
1e3039ccb9
Bump spire Helm Chart version from 0.11.0 to 0.11.1 ( #419 )
...
Please review the below changelog to ensure this matches up with the
semantic version being applied.
**Note**: As this is a patch release we will make a cherry-picked
release using a followup PR targetering the release branch. Will
cherrypick the following commits into this patch release + the commit
bumping this version number.
**Changes in this release**
* d2e1606 issuer naming should respect issuer_name override (#378 )
* a09e054 support annotations so oidc can be annotated (#391 )
* 7d94b10 Update spire to 1.7.1 (#412 )
* 9a6768b Add support for disabling container selectors (#399 )
* 624ca9c Remove misadded lockfile (#400 )
Signed-off-by: Faisal Memon <[email protected] >
2023-08-03 09:12:03 -07:00
Drew Wells and Faisal Memon
d2e1606286
issuer naming should respect issuer_name override ( #378 )
...
align the spire-server configmap and issuer CR naming
---------
Signed-off-by: Drew Wells <[email protected] >
Signed-off-by: Faisal Memon <[email protected] >
Co-authored-by: Faisal Memon <[email protected] >
2023-08-02 14:22:59 -07:00
github-actions[bot] and marcofranssen
a2e5c36cc9
Bump test chart dependencies ( #416 )
...
Bump the Helm charts used in test scenarios to latest available
versions.
Signed-off-by: GitHub <[email protected] >
Co-authored-by: marcofranssen <[email protected] >
2023-07-31 18:00:20 +00:00
Drew Wells and Faisal Memon
a09e054d04
support annotations so oidc can be annotated ( #391 )
...
Signed-off-by: Drew Wells <[email protected] >
Signed-off-by: Drew Wells <[email protected] >
Co-authored-by: Faisal Memon <[email protected] >
2023-07-31 10:54:01 -07:00
kfox1111
7d94b105ab
Update spire to 1.7.1 ( #412 )
...
Signed-off-by: Kevin Fox <[email protected] >
2023-07-28 23:01:26 +02:00
9f4d4ace84
Add aws_pca to the spire-server ( #404 )
...
This change allows aws_pca to be configured via values of this chart.
__Requires 1.7.1 version__ per
[bug](https://github.com/spiffe/spire/issues/4351 ) - this will not work
until 1.7.1 is released.
---------
Signed-off-by: Petr McAllister <[email protected] >
Signed-off-by: Petr McAllister <[email protected] >
Signed-off-by: Kevin Fox <[email protected] >
Co-authored-by: Marco Franssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2023-07-27 14:27:51 -07:00
af13f1fc64
Bump test chart dependencies ( #401 )
...
Bump the Helm charts used in test scenarios to latest available
versions.
Signed-off-by: GitHub <[email protected] >
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2023-07-27 11:20:48 -07:00
Faisal Memon
9a6768bca1
Add support for disabling container selectors ( #399 )
2023-07-27 13:27:57 -04:00
Edwin Buck
4687e20dbf
Merge pull request #315 from spiffe/persistence-type
...
Add persistence type flag
2023-07-26 10:05:50 -05:00
kfox1111
e16210c653
Merge branch 'main' into persistence-type
2023-07-21 09:36:18 -07:00
kfox1111
624ca9cc49
Remove misadded lockfile ( #400 )
2023-07-20 15:28:32 -07:00
dependabot[bot]
7ce67c624c
Bump actions/checkout from 3.5.2 to 3.5.3 ( #395 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-20 07:30:54 -07:00
dependabot[bot]
b85ba64dea
Bump helm/kind-action from 1.7.0 to 1.8.0 ( #396 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-20 07:29:08 -07:00
Marco Franssen
1898a18f0b
Bump spire Helm Chart version from 0.10.1 to 0.11.0 ( #394 )
2023-07-19 15:23:43 -07:00
Kevin Fox
a6bdb4d1e7
Add persistence type flag
...
This patch adds a type flag to the persistence settings to enable
specifying the backing volume's type.
Signed-off-by: Kevin Fox <[email protected] >
2023-07-19 23:40:23 +02:00
Marco Franssen
94a2b7235b
Merge pull request #324 from spiffe/enable-testing-multiple-charts
2023-07-19 23:06:28 +02:00
Marco Franssen
e426bc06e9
Downgrade chart-testing tool to 3.8.0
...
Unfortunatily it fails on linting
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:54:04 +02:00
Marco Franssen
09b466466a
Utilize ct install --github-groups in ci workflow
...
https://github.com/helm/chart-testing/pull/556
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:54:04 +02:00
Marco Franssen
42086bd66a
Run example tests also on all k8s versions
...
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:49:25 +02:00
Marco Franssen
4848c48b1f
Improve Makefile help and implementation
...
This allows more granular tasks and composition.
Also improved the documentation.
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:49:25 +02:00
Marco Franssen
db0603825c
Increase some timeouts, trying to fix the tests
...
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:49:25 +02:00
Marco Franssen
54ed71f969
Add back tests for examples
...
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:49:22 +02:00
Marco Franssen
4b4cef1eae
Skip namespace-override test because of #330
...
Signed-off-by: Marco Franssen <[email protected] >
2023-07-19 22:48:20 +02:00