Faisal Memon
ebfa518a4b
Update FAQ from repo switch ( #15 )
...
* Update FAQ from repo switch
Signed-off-by: Faisal Memon <[email protected] >
* Add note about repo name
Signed-off-by: Faisal Memon <[email protected] >
* Clarify old and new forks
Signed-off-by: Faisal Memon <[email protected] >
---------
Signed-off-by: Faisal Memon <[email protected] >
2023-10-04 09:11:58 -07:00
Faisal Memon
c23e6cb3b1
Fix issue with version checker not running
...
Signed-off-by: Faisal Memon <[email protected] >
2023-10-03 09:00:20 +02:00
Faisal Memon
f04bdc3618
Add support for experimental flags ( #492 )
...
Add support for the experimental section of the config. Needed for
developers. This PR doesnt add support for the `auth_opa_policy_engine`
experimental config.
---------
Signed-off-by: Faisal Memon <[email protected] >
2023-09-22 14:55:03 -07: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
Faisal Memon
0124f633e8
Bypass example-test for docs only changes ( #449 )
2023-08-16 16:23:32 +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
Faisal Memon
9a6768bca1
Add support for disabling container selectors ( #399 )
2023-07-27 13:27:57 -04:00
Faisal Memon
1333b6ab34
Always add parseTime=true for mysql query string ( #352 )
2023-06-20 21:14:42 +02:00
Faisal Memon
57a93205a7
Add SPIRE 1.7.0 to main readme ( #357 )
2023-06-19 20:29:17 +02:00
Faisal Memon
e88f7f6fe2
Add configmap annotation to spire-bundle configmap ( #351 )
2023-06-16 23:22:44 +02:00
Faisal Memon
9d504de05b
Ignore .DS_Store files
...
Signed-off-by: Faisal Memon <[email protected] >
2023-06-16 17:30:51 +02:00
Faisal Memon
3cb55dfb4e
Allow for having no registry specified ( #312 )
2023-05-25 14:15:46 -07:00
Faisal Memon and kfox1111
1922085ba7
Fix hooks for K3s ( #305 )
...
Co-authored-by: kfox1111 <[email protected] >
2023-05-23 08:59:21 -07:00
Faisal Memon
31ce704fa8
Cleanup maintainer handbook ( #287 )
2023-05-17 08:49:02 -07:00
Faisal Memon and Marco Franssen
72596aea8d
Skip tests for docs folders ( #281 )
...
Our mandatory checks will fail if there are docs only changes. The
helm-chart-ci.yaml skips these files, so the workflows never run, and
the mandatory checks are stuck waiting for results.
This adds a parallel workflow that runs fake tests for docs changes. So
that docs only changes can pass the required status checks. It uses
`paths-ignore` instead of `paths`. This is documented
[here](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks#handling-skipped-but-required-checks ).
---------
Signed-off-by: Faisal Memon <[email protected] >
Co-authored-by: Marco Franssen <[email protected] >
2023-05-16 10:21:44 -07:00
Faisal Memon
05addae906
Add json to test path ( #280 )
...
Adds *.json to the workflow trigger so that changes to json files, such as updating versions, will trigger a pipeline run.
Signed-off-by: Faisal Memon <[email protected] >
2023-05-15 16:16:03 -07:00
Faisal Memon
5489212bb5
Remove persistence.enabled flag ( #274 )
2023-05-12 16:19:50 +02:00
Faisal Memon and kfox1111
b315324244
Allow for ConfigMaps to be annotated ( #272 )
...
Without an annotation, spinnaker will rename the configmap.
---------
Signed-off-by: Faisal Memon <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2023-05-11 10:49:06 -07:00
Faisal Memon
013eb617a9
Fix spacing for spire server service annotation ( #273 )
...
Spacing off by 4.
Signed-off-by: Faisal Memon <[email protected] >
2023-05-10 18:22:07 -07:00
Faisal Memon
3d81928ff8
Add skipKubeletVerification configurable ( #243 )
2023-04-26 21:38:14 +02:00
Faisal Memon
bd8bcb2ffa
Add Faisal Memon as maintainer to spire chart ( #208 )
2023-04-12 11:09:18 +02:00
Faisal Memon
eeda0428b4
Add before-hook-creation delete policy
...
Signed-off-by: Faisal Memon <[email protected] >
2023-04-09 22:22:59 +02:00
Faisal Memon and Marco Franssen
456075f843
Add hooks to set failurepolicy to ignore on webhook ( #128 )
...
Co-authored-by: Marco Franssen <[email protected] >
Signed-off-by: Marco Franssen <[email protected] >
2023-04-04 09:46:49 +02:00
Faisal Memon and Marco Franssen
d5dc706592
Add Kubernetes 1.21 back ( #188 )
...
Co-authored-by: Marco Franssen <[email protected] >
Signed-off-by: Marco Franssen <[email protected] >
2023-04-04 09:25:19 +02:00
Faisal Memon
b4be9edfeb
Add maturity tag ( #138 )
2023-03-22 09:28:31 +01:00
Faisal Memon
fe93346b66
Use quote function instead of actual quotes
...
Signed-off-by: Faisal Memon <[email protected] >
2023-03-01 11:10:08 +01:00
Faisal Memon and Marco Franssen
9480ab74b4
Add beta note to readme ( #62 )
...
Signed-off-by: Faisal Memon <[email protected] >
Co-authored-by: Marco Franssen <[email protected] >
2023-02-28 15:21:51 -08:00
Faisal Memon
156052ada0
Merge pull request #40 from spiffe/update-contributing
...
Clarify Chart version increments in CONTRIBUTING.md
2023-02-24 11:34:08 -08:00
Faisal Memon
258a5a2ca7
Merge pull request #15 from spiffe/helm-docs-script
...
Move docs script to root of repo
2023-02-17 09:55:57 -08:00