Commit Graph
467526 Commits
Author SHA1 Message Date
Nick CaoandGitHub 2f55744ffe Merge pull request #223008 from r-ryantm/auto-update/coursier
coursier: 2.1.0-RC6 -> 2.1.0
2023-03-25 16:29:57 +08:00
Nick CaoandGitHub 6d393e8416 Merge pull request #223009 from r-ryantm/auto-update/sierra-breeze-enhanced
sierra-breeze-enhanced: 1.3.1 -> 1.3.3
2023-03-25 16:29:09 +08:00
Nick CaoandGitHub d3bac3248c Merge pull request #223010 from r-ryantm/auto-update/algolia-cli
algolia-cli: 1.3.1 -> 1.3.2
2023-03-25 16:28:42 +08:00
Nick CaoandGitHub 0483d2f2ac Merge pull request #223018 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.27.0 -> 0.27.1
2023-03-25 16:28:07 +08:00
Nick CaoandGitHub a45d4ff5a6 Merge pull request #223015 from r-ryantm/auto-update/ansible-doctor
ansible-doctor: 2.0.1 -> 2.0.2
2023-03-25 16:27:11 +08:00
R. Ryantm 06438d56bc cloud-nuke: 0.27.0 -> 0.27.1 2023-03-25 07:02:49 +00:00
R. Ryantm 92cc3224d9 ansible-doctor: 2.0.1 -> 2.0.2 2023-03-25 06:33:07 +00:00
Robert SchützandRobert Schütz 798e23beab libdeltachat: 1.111.0 -> 1.112.0
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.111.0...v1.112.0

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.112.0/CHANGELOG.md
2023-03-24 22:14:15 -07:00
R. Ryantm 619c77f075 algolia-cli: 1.3.1 -> 1.3.2 2023-03-25 05:02:35 +00:00
R. Ryantm bd8ca21522 sierra-breeze-enhanced: 1.3.1 -> 1.3.3 2023-03-25 04:53:52 +00:00
R. Ryantm 090dca22c2 coursier: 2.1.0-RC6 -> 2.1.0 2023-03-25 04:44:51 +00:00
github-actions[bot]andzowoq b5ccc5d0de terraform-providers.tencentcloud: 1.79.17 → 1.79.18 2023-03-25 13:52:23 +10:00
github-actions[bot]andzowoq 2f0f85c5a0 terraform-providers.azurerm: 3.48.0 → 3.49.0 2023-03-25 13:52:23 +10:00
github-actions[bot]andzowoq 6e957a8e69 terraform-providers.ovh: 0.28.1 → 0.29.0 2023-03-25 13:52:23 +10:00
github-actions[bot]andzowoq 5b1d219a81 terraform-providers.opennebula: 1.1.1 → 1.2.0 2023-03-25 13:52:23 +10:00
github-actions[bot]andzowoq 933cedfa77 terraform-providers.newrelic: 3.18.0 → 3.18.1 2023-03-25 13:52:23 +10:00
zowoq ab69305066 .github/workflows/update-terraform-providers.yml: various
- removed outdated permissions comment

- add failed updates step

- add failed updates and ofborg rebuild to PR body
2023-03-25 12:41:02 +10:00
Nick CaoandGitHub 8e6f872c22 Merge pull request #221978 from NickCao/nvidia-vaapi
nvidia-vaapi-driver: 0.0.8 -> 0.0.9
2023-03-25 10:35:58 +08:00
Nick CaoandGitHub 36a83ef031 Merge pull request #222831 from NickCao/singbox
sing-box: 1.1.7 -> 1.2.0
2023-03-25 10:31:53 +08:00
Nick CaoandGitHub 851cd65a21 Merge pull request #220776 from Vonfry/deprecated/fcitx4
fcitx: remove version 4
2023-03-25 10:23:06 +08:00
Bruno BELANYIandAnderson Torres 8f40f2f90b i3status-rust: set 'meta.mainProgram' 2023-03-24 21:45:36 -03:00
Mostly VoidandAnderson Torres 1fdbbc364a zf: init at 0.8.0 2023-03-24 21:33:22 -03:00
06kellyjacandAnderson Torres 3386631c48 authelia: split out main and web to separate files 2023-03-24 21:23:41 -03:00
06kellyjacandAnderson Torres 818e73fc43 nixos/authelia: init tests 2023-03-24 21:23:41 -03:00
6373a3966b nixos/authelia: init module
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-03-24 21:23:41 -03:00
fb44ef6f0a authelia: init at 4.37.5
Co-authored-by: Mostly Void <7rat13@gmail.com>
2023-03-24 21:23:41 -03:00
Azat BahawiandGitHub 0ee208011d Merge pull request #222956 from r-ryantm/auto-update/datree
datree: 1.8.42 -> 1.8.45
2023-03-25 02:38:01 +03:00
Azat BahawiandGitHub 9b70750476 Merge pull request #222964 from r-ryantm/auto-update/expected-lite
expected-lite: 0.6.2 -> 0.6.3
2023-03-25 02:37:42 +03:00
figsodaandGitHub 27df5802b4 Merge pull request #222740 from newAM/cargo-spellcheck-0.12.4
cargo-spellcheck: 0.12.3 -> 0.12.4
2023-03-24 19:33:12 -04:00
Stanisław PituchaandAnderson Torres 8e09dec9ee librep: fix darwin build
Functions coming from ctype.h get inlines, but are not static when
compiling this with clang. This causes duplicates when linking.
Force an older gnu standard to prevent the issue.
2023-03-24 20:30:11 -03:00
Stanisław PituchaandAnderson Torres cbb3c7139f robodoc: fix darwin build
The makefile tried to be clever in Darwin environments, but by accident
included the same files multiple times in the `install` command. This is
not allowed these days.
2023-03-24 20:23:26 -03:00
SandroandGitHub 49d79a00b8 Merge pull request #222958 from r-ryantm/auto-update/oxigraph 2023-03-24 23:56:06 +01:00
SandroandGitHub a458485ab9 Merge pull request #222959 from qowoz/fuse-overlayfs 2023-03-24 23:55:33 +01:00
SandroandGitHub 1651053b9c Merge pull request #222961 from jonhermansen/jon-updates-2023-03-24 2023-03-24 23:55:16 +01:00
SandroandGitHub 88cd287f97 Merge pull request #216714 from laalsaas/badwolf 2023-03-24 23:51:49 +01:00
R. Ryantm b8d64fb322 expected-lite: 0.6.2 -> 0.6.3 2023-03-24 22:25:59 +00:00
zowoq 82c79411b7 fuse-overlayfs: 1.10 -> 1.11
Diff: https://github.com/containers/fuse-overlayfs/compare/v1.10...v1.11
2023-03-25 08:05:55 +10:00
R. Ryantm 731f904a5a oxigraph: 0.3.13 -> 0.3.14 2023-03-24 22:01:12 +00:00
R. Ryantm fd887b0d35 datree: 1.8.42 -> 1.8.45 2023-03-24 21:44:50 +00:00
Jon Hermansen cb13d3f04b mullvad-vpn: 2023.1 -> 2023.2 2023-03-24 17:35:49 -04:00
Maximilian BoschandGitHub 2e4e45290e Merge pull request #222930 from Ma27/bump-nextcloud
nextcloud: 24.0.10 -> 24.0.11, 25.0.4 -> 25.0.5
2023-03-24 22:01:54 +01:00
figsodaandGitHub 977497735f Merge pull request #222789 from figsoda/git-dive 2023-03-24 16:41:00 -04:00
Martin WeineltandGitHub e56ea3c325 Merge pull request #222701 from jopejoe1/firefox
firefox-{beta,devedition}-unwrapped: init at 112.0b6
2023-03-24 21:34:31 +01:00
Weijia WangandGitHub 8d709fdd24 Merge pull request #222935 from kevinmehall/patch-1
nixos/ssh: Update github.com host key in programs.ssh.knownHostsFiles example
2023-03-24 22:27:41 +02:00
Weijia WangandGitHub 21be60fd0b Merge pull request #222926 from r-ryantm/auto-update/linkerd_edge
linkerd_edge: 23.3.2 -> 23.3.3
2023-03-24 22:19:20 +02:00
Weijia WangandGitHub c708ca53d3 Merge pull request #222675 from r-ryantm/auto-update/hpmyroom
hpmyroom: 12.1.1.0257 -> 12.9.0.0601
2023-03-24 22:13:51 +02:00
Weijia WangandGitHub 146a66ecc2 Merge pull request #222840 from r-ryantm/auto-update/libgbinder
libgbinder: 1.1.32 -> 1.1.33
2023-03-24 22:09:13 +02:00
Weijia WangandGitHub c14fe3a518 Merge pull request #222836 from r-ryantm/auto-update/fsarchiver
fsarchiver: 0.8.6 -> 0.8.7
2023-03-24 22:08:30 +02:00
Weijia WangandGitHub 5153bf2eac Merge pull request #222832 from r-ryantm/auto-update/qdrant
qdrant: 1.0.3 -> 1.1.0
2023-03-24 22:07:32 +02:00
Weijia WangandGitHub 82c730598f Merge pull request #222818 from r-ryantm/auto-update/clickhouse-backup
clickhouse-backup: 2.1.3 -> 2.2.0
2023-03-24 22:04:58 +02:00