Commit Graph

22 Commits

Author SHA1 Message Date
Nick Stott d74bcebf45 fix: update from go vsn 1.24.0 to 1.24.6 (#262)
Signed-off-by: Nick Stott <nick.stott@enterprisedb.com>
2025-08-18 11:22:35 -06:00
Andrew Harding 1132ee1406
Use version from buildinfo (#232)
* Use version from buildinfo

Signed-off-by: Andrew Harding <azdagron@gmail.com>

* fix more go version spots

Signed-off-by: Andrew Harding <azdagron@gmail.com>

---------

Signed-off-by: Andrew Harding <azdagron@gmail.com>
2025-02-26 15:58:59 +00:00
dependabot[bot] 7a55fc8a46
Bump github.com/spiffe/go-spiffe/v2 in /example/workload (#237)
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases)
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
  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>
2025-02-26 15:40:59 +00:00
dependabot[bot] 0f48c7b539
Bump github.com/spiffe/go-spiffe/v2 in /example/workload (#211)
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases)
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
  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>
Co-authored-by: Andrew Harding <azdagron@gmail.com>
2025-02-26 00:20:54 +00:00
Andrew Harding 2a680b09a7
update test/example workload deps (#188)
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-04-23 14:22:49 -06:00
dependabot[bot] 42deb7ead2
Bump github.com/spiffe/go-spiffe/v2 in /example/workload (#185)
Bumps [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) from 2.1.7 to 2.2.0.
- [Release notes](https://github.com/spiffe/go-spiffe/releases)
- [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spiffe/go-spiffe/compare/v2.1.7...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/spiffe/go-spiffe/v2
  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>
2024-04-23 10:22:14 -06:00
Andrew Harding 331aafb175
explicit go version and some dep bumps (#187)
* Explicit go1.22.2 usage

Signed-off-by: Andrew Harding <azdagron@gmail.com>

* dep bumps

Signed-off-by: Andrew Harding <azdagron@gmail.com>

---------

Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-04-23 10:04:24 -06:00
Marcos Yacob f4db454770
Upgrade golang to 1.22.2 and update changelog (#181)
* Upgrade golang to 1.22.2
* Upgrade golangci lint to 1.57.2
* Update CHANGELOG for 0.2.6
* Upgrade version
 
Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2024-04-10 13:15:52 -03:00
Andrew Harding 5dd6fddfff
Prepare for v0.2.5 release (#164)
* Prepare for v0.2.5 release

Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-23 19:53:57 -03:00
Andrew Harding 13b10c726c
Update deps and move to docker (#163)
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2024-01-17 20:13:50 -07:00
Marcos Yacob 37e4986311
Update CHANGELOG v0.2.4 (#144)
* Update CHANGELOG
* Bump version to v0.2.4

Signed-off-by: Marcos Yacob <marcos.yacob@hpe.com>
2023-11-02 14:19:33 -03:00
Abe Sharp 6353244e75
Bump example versions to latest releases (#136)
Signed-off-by: Abe Sharp <abe@hpe.com>
2023-10-11 12:54:16 -06:00
Andrew Harding 2aae3aaf6f
Update deps (#91)
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-02-25 14:55:31 -07:00
Andrew Harding f125f45c0e
Update to go1.20.1 and refresh deps (#85)
Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-02-24 11:55:41 -07:00
Andrew Harding 327be12af2
Pull K8s images from registry.k8s.io (#84)
k8s.gcr.io is deprecated and no longer updated starting in April.

Signed-off-by: Andrew Harding <azdagron@gmail.com>
2023-02-23 07:38:17 -07:00
Abe Sharp d028ef39a6
Create spire namespace before deploying csi (#83)
In the deploy example script, create the spire namespace before deploying the spiffe csi driver, which requires the spire namespace to exist.

Signed-off-by: Abe Sharp <abe@hpe.com>
2023-02-13 19:05:57 -07:00
Alexandre Alves Alvino a170c13519
Improves spiffe-csi-driver security isolation in k8s deployment (#55)
Signed-off-by: Alexandre Alvino <alexandre.alvino@hpe.com>
2022-11-28 19:28:49 -07:00
Andrew Harding 44245533c1
Allow fsgroup/SELinux attributes to be set (#44)
- Changes the mount to be mounted read-write on the host so that
  fsetxattr can be used by the host to change the attributes on files
  inside the mount. For security purposes, this only happens if the CSI
  volume is specified as read-only so the kubelet will mount the volume
  read-only into the containers.
- Optionally enforces that the CSI volume is marked read-only. We can't
  enforce this by default, since it would break existing deployments.
  It will be enforced in a future release.

Fixes: #42

Signed-off-by: Andrew Harding <aharding@vmware.com>
2022-09-08 12:36:24 -06:00
Andrew Harding 9981777c49
Use hostPath instead of emptyDir for WLAPI socket (#17)
Signed-off-by: Andrew Harding <aharding@vmware.com>
2022-01-04 14:38:50 -07:00
Andrew Harding 21ddb63d85 Fill out example
Signed-off-by: Andrew Harding <aharding@vmware.com>
2021-11-23 11:50:28 -07:00
Andrew Harding 6859ffc256
Push images (#6)
Signed-off-by: Andrew Harding <aharding@vmware.com>
2021-10-04 14:25:12 -06:00
Andrew Harding a56ab3ac1c initial drop
Signed-off-by: Andrew Harding <aharding@vmware.com>
2021-08-20 16:34:12 -06:00