dependabot[bot]
944bc4e422
build(deps): bump github.com/getsops/sops/v3 from 3.10.1 to 3.10.2
...
Bumps [github.com/getsops/sops/v3](https://github.com/getsops/sops ) from 3.10.1 to 3.10.2.
- [Release notes](https://github.com/getsops/sops/releases )
- [Changelog](https://github.com/getsops/sops/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsops/sops/compare/v3.10.1...v3.10.2 )
---
updated-dependencies:
- dependency-name: github.com/getsops/sops/v3
dependency-version: 3.10.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 22:21:32 +00:00
github-actions[bot]
7e147a1ae9
Merge pull request #774 from Mic92/create-pull-request/patch
...
Update flakes
2025-04-13 04:28:20 +00:00
Mic92
345559a7da
[create-pull-request] automated change
2025-04-13 04:19:07 +00:00
github-actions[bot]
69d5a5a463
Merge pull request #772 from Mic92/dependabot/github_actions/actions/create-github-app-token-2
...
Bump actions/create-github-app-token from 1 to 2
2025-04-08 09:10:55 +00:00
dependabot[bot]
e4cffdf7d5
Bump actions/create-github-app-token from 1 to 2
...
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token ) from 1 to 2.
- [Release notes](https://github.com/actions/create-github-app-token/releases )
- [Commits](https://github.com/actions/create-github-app-token/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: actions/create-github-app-token
dependency-version: '2'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-08 11:08:22 +02:00
github-actions[bot]
04eb34c6c5
Merge pull request #771 from Mic92/dependabot/go_modules/golang.org/x/crypto-0.37.0
...
Bump golang.org/x/crypto from 0.36.0 to 0.37.0
2025-04-07 23:55:44 +00:00
dependabot[bot]
6adfebc066
update vendorHash
2025-04-07 23:47:43 +00:00
dependabot[bot]
f512315f28
Bump golang.org/x/crypto from 0.36.0 to 0.37.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.36.0 to 0.37.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-07 23:46:33 +00:00
github-actions[bot]
523f58a4fa
Merge pull request #770 from Mic92/create-pull-request/patch
...
Update flakes
2025-04-06 03:37:37 +00:00
Mic92
0ee9c7b118
[create-pull-request] automated change
2025-04-06 03:25:59 +00:00
Christoph Heiss
cff8437c5f
secrets-for-users: set HOME envvar to avoid warnings on sops >= 3.10.0
...
Followup for #765 , where I missed this. It's needed here too, since it
runs in the same context as the default module.
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2025-04-04 10:42:50 +02:00
Jörg Thalheim
9bc9b59644
home-manager/templates: remove restartUnits/reloadUnits
...
this feature is not implemented for the home-manager module.
fixes https://github.com/Mic92/sops-nix/issues/729
2025-04-04 09:07:10 +02:00
Jörg Thalheim
026b64f86b
docs: we need systemd/user for home-manager
...
fixes https://github.com/Mic92/sops-nix/issues/740
2025-04-04 09:04:03 +02:00
Christoph Heiss
d3088f783f
module: set HOME envvar to avoid warnings on sops >= 3.10.0
...
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Update modules/sops/default.nix
Co-authored-by: Dominik Schrempf <dominik.schrempf@gmail.com>
2025-04-04 08:55:35 +02:00
github-actions[bot]
4521de68fb
Merge pull request #759 from Mic92/dependabot/go_modules/github.com/getsops/sops/v3-3.10.1
...
Bump github.com/getsops/sops/v3 from 3.9.4 to 3.10.1
2025-04-02 14:35:09 +00:00
Jörg Thalheim
3ef71738ad
don't enable lint for old golang version
2025-04-02 16:27:00 +02:00
dependabot[bot]
e8d422438a
update vendorHash
2025-04-02 16:26:11 +02:00
dependabot[bot]
e7bb52cfef
Bump github.com/getsops/sops/v3 from 3.9.4 to 3.10.1
...
Bumps [github.com/getsops/sops/v3](https://github.com/getsops/sops ) from 3.9.4 to 3.10.1.
- [Release notes](https://github.com/getsops/sops/releases )
- [Changelog](https://github.com/getsops/sops/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsops/sops/compare/v3.9.4...v3.10.1 )
---
updated-dependencies:
- dependency-name: github.com/getsops/sops/v3
dependency-version: 3.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-04-02 16:26:11 +02:00
Jörg Thalheim
e7f4d7ed8b
make writing templates more atomic
...
If the activation script is called twice for some reason, we might end
up with a file potentially opened up and written twice.
2025-04-01 12:11:56 +02:00
github-actions[bot]
49cffb88f6
Merge pull request #761 from Mic92/create-pull-request/patch
...
Update flakes
2025-04-01 08:03:06 +00:00
Mic92
01fc2068e6
[create-pull-request] automated change
2025-04-01 07:57:56 +00:00
github-actions[bot]
8e873886bb
Merge pull request #758 from Mic92/create-pull-request/patch
...
Update flakes
2025-03-30 03:36:18 +00:00
Mic92
9d9bfbb13b
[create-pull-request] automated change
2025-03-30 03:28:41 +00:00
github-actions[bot]
67566fe68a
Merge pull request #757 from Mic92/create-pull-request/patch
...
Update flakes
2025-03-23 03:33:21 +00:00
Mic92
e1c75fc565
[create-pull-request] automated change
2025-03-23 03:25:00 +00:00
github-actions[bot]
b7756921b0
Merge pull request #756 from Mic92/dependabot/go_modules/github.com/golang-jwt/jwt/v5-5.2.2
...
Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
2025-03-21 22:26:18 +00:00
dependabot[bot]
f721b63e0e
update vendorHash
2025-03-21 22:15:56 +00:00
dependabot[bot]
a71db9472b
Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2
...
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt ) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 22:14:50 +00:00
Jörg Thalheim
1770be8ad8
nix-darwin: remove lib.traceVal from sops.templates
2025-03-19 18:56:19 +01:00
David Kowis
787afce414
add uid and gid to templates
2025-03-17 20:29:15 +01:00
Darren Dormer
b33837ae3c
Fix symlink ownership change on Darwin systems.
2025-03-17 11:57:40 +01:00
github-actions[bot]
c00da36830
Merge pull request #752 from Mic92/create-pull-request/patch
...
Update flakes
2025-03-17 10:09:34 +00:00
Jörg Thalheim
9520344f1f
use nixpkgs-unstable for home-manager/darwin-nix/treefmt-nix
2025-03-17 11:00:34 +01:00
Mic92
c125ee7736
[create-pull-request] automated change
2025-03-17 10:55:31 +01:00
Jörg Thalheim
dfa411056f
uprade-flakes: write permissions are no longer needed
2025-03-17 10:54:23 +01:00
Pablo Ovelleiro Corral
1f8e8fcf3f
fix home-manager module
2025-03-17 10:54:23 +01:00
Pablo Ovelleiro Corral
7eb645636c
Make assertions lazy
2025-03-17 10:54:23 +01:00
github-actions[bot]
d016ce0365
Merge pull request #751 from Mic92/dependabot/go_modules/github.com/go-jose/go-jose/v4-4.0.5
...
build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
2025-03-13 10:31:28 +00:00
dependabot[bot]
e0f3d6e7ec
update vendorHash
2025-03-13 10:23:43 +00:00
dependabot[bot]
7f175df550
build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5
...
Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose ) from 4.0.4 to 4.0.5.
- [Release notes](https://github.com/go-jose/go-jose/releases )
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.4...v4.0.5 )
---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 10:22:31 +00:00
github-actions[bot]
38611ce7ba
Merge pull request #749 from Mic92/dependabot/go_modules/github.com/getsops/sops/v3-3.9.4
...
build(deps): bump github.com/getsops/sops/v3 from 3.8.1 to 3.9.4
2025-03-13 10:21:01 +00:00
dependabot[bot]
c3640e8b1c
update vendorHash
2025-03-13 10:17:23 +00:00
dependabot[bot]
76a1a68e41
build(deps): bump github.com/getsops/sops/v3 from 3.8.1 to 3.9.4
...
Bumps [github.com/getsops/sops/v3](https://github.com/getsops/sops ) from 3.8.1 to 3.9.4.
- [Release notes](https://github.com/getsops/sops/releases )
- [Changelog](https://github.com/getsops/sops/blob/main/CHANGELOG.md )
- [Commits](https://github.com/getsops/sops/compare/v3.8.1...v3.9.4 )
---
updated-dependencies:
- dependency-name: github.com/getsops/sops/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 10:10:08 +00:00
Jörg Thalheim
33c99f6cc9
ci/update-vendor-hash: use github app token
...
otherwise auto-merge doesn't work
2025-03-13 11:08:38 +01:00
Jörg Thalheim
ec6368b3fb
dependabot: limit open pull request for go
2025-03-13 10:47:52 +01:00
Jörg Thalheim
2f9b8fff01
upgrade-flakes: use github app
2025-03-13 10:42:12 +01:00
Jörg Thalheim
d202efd6b8
add auto-merge
2025-03-13 10:42:12 +01:00
Jörg Thalheim
5bdbe5d687
replace mergify with merge queues
2025-03-13 10:42:12 +01:00
Jörg Thalheim
d438125960
bump nixpkgs
2025-03-13 10:42:12 +01:00
dependabot[bot]
ff24244920
update vendorHash
2025-03-13 10:42:12 +01:00