Commit Graph
90 Commits
Author SHA1 Message Date
0x4A6F 13c798e8e7 routinator: 0.10.0 -> 0.10.1
(cherry picked from commit 01af935180289b3c3dde5add60b88392bcafeb4b)
2021-09-29 20:12:06 +01:00
0x4A6F abed7897c8 routinator: 0.9.0 -> 0.10.0
(cherry picked from commit adfe94641884918670fa21bf33d101c67614cc2e)
2021-09-29 20:11:17 +01:00
0x4A6F d777260d58 routinator: 0.8.3 -> 0.9.0
(cherry picked from commit ffae5e3650d160c39d84b790bf46d26a2a264a7b)
2021-09-29 20:10:47 +01:00
0x4A6F 0dbd5e582a zellij: 0.10.0 -> 0.11.0 2021-05-15 19:14:15 +02:00
0x4A6F 4022232b36 zellij: 0.6.0 -> 0.8.0 2021-05-08 09:03:32 +09:00
0x4A6F 71b873942e zellij: add myself to maintainers 2021-04-30 18:23:38 +09:00
0x4A6F 3f90d41adc zellij: 0.5.1 -> 0.6.0
- fix completions
2021-04-30 18:23:38 +09:00
0x4A6F 1a6899f701 innernet:
- add simple packaging test
- add manpages
- remove unused linuxHeaders input
2021-04-26 20:17:57 +02:00
0x4A6F 0d8e34906c dasel: 1.14.0 -> 1.14.1 2021-04-16 20:13:15 +02:00
0x4A6F fd980c588a dasel: 1.13.6 -> 1.14.0 2021-04-12 08:56:57 +02:00
0x4A6F 1ed8af4b99 xandikos: add passthru.tests 2021-03-25 20:13:05 +01:00
0x4A6F 1be6dbf3e5 xandikos: 0.2.5 -> 0.2.6 2021-03-22 22:35:20 +01:00
0x4A6F 57ca40976c dasel: 1.13.4 -> 1.13.5 2021-03-22 18:02:08 +01:00
0x4A6F 810b7863cf dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
0x4A6F db9e9af3ae promscale: 0.2.0 -> 0.2.1 2021-03-11 21:33:57 +01:00
0x4A6F 25b39e3fc7 blflash: init at 0.3.2 2021-02-22 22:47:26 +00:00
0x4A6F 1aee338519 xandikos: 0.2.3 -> 0.2.5 2021-02-20 15:33:41 +00:00
0x4A6F f5f512512e promscale: 0.1.4 -> 0.2.0
This release adds support for TimescaleDB 2.0 multinode. This means all of TimescaleDB 2.0 features are now fully supported. This also means that Promscale now supports horizontal scalability across the entire stack!

This release also includes performance improvements and bug fixes.

At a high-level, this release:
- Adds support for Multinode TimescaleDB.
- Improved promQL query latency by 4x in some cases.
- Reduced I/O used by the PostgreSQL stats collector substantially by changing autovacuum settings.
- Fixed metrics produced by Promscale itself
- PromQL engine supports @ modifier which is disabled by default. (see promql-evaluation-flags)
- Added configuration for query timeout and default step interval
- Improved UX

Notes for people upgrading from 0.1.4 and before
- The CLI and ENV option install-timescaledb was renamed to install-extension
- Two new flags are added upgrade-extensions by default set to true will upgrade extensions if newer versions are available and upgrade-prerelease-extensions by default set to false enabling it will upgrade extensions to pre-prelease versions if pre-release versions are available.
- We have changed the namespace of the metrics Promscale itself exposes from ts_prom to promscale. We have also updated the PromQL engine based metrics to have namespace as promscale instead of prometheus. So, metrics like prometheus_engine_query_duration_seconds will now be promscale_engine_query_duration_seconds.

Prom-Migrator
- Adds support for concurrent pulling and pushing to improve migration throughput. (Please note concurrent push is disabled by default as we've seen some issues migrating data to Thanos concurrently, which we are still working out).
2021-02-08 21:54:32 +00:00
0x4A6F 75351261fc firejail: 0.9.64.2 -> 0.9.64.4 2021-02-07 23:40:58 +00:00
0x4A6F 10080ec0cf routinator: 0.8.2 -> 0.8.3
New

- Status information is now available in JSON format at /api/v1/status (449).
- Includes version 0.1.0 of routinator-ui, a UI for Route Origin Validation and Routinator status (449).
2021-02-02 12:03:23 +00:00
0x4A6F 2451c4d1d6 firejail: 0.9.64 -> 0.9.64.2 2021-01-28 19:42:59 +00:00
0x4A6F bf89c491bb coturn: 4.5.1.3 -> 4.5.2
Version 4.5.2 'dan Eider':
	- fix null pointer dereference in case of out of memory. (thanks to Thomas Moeller for the report)
	- merge PR 517 (by wolmi)
		* add prometheus metrics
	- merge PR 637 (by David Florness)
	    * Delete trailing whitespace in example configuration files
	- merge PR 631 (by Debabrata Deka)
	    * Add architecture ppc64le to travis build
	- merge PR 627 (by Samuel)
		* Fix misleading option in doc (prometheus)
	- merge PR 643 (by tupelo-schneck)
		* Allow RFC6062 TCP relay data to look like TLS
	- merge PR 655 (by plinss)
		* Add support for proxy protocol V1
	- merge PR 618 (by Paul Wayper)
		* Print full date and time in logs
		* Add new options: "new-log-timestamp" and "new-log-timestamp-format"
	- merge PR 599 (by Cédric Krier)
		* Do not use FIPS and remove hardcode OPENSSL_VERSION_NUMBER with LibreSSL
	- update Docker mongoDB and fix with workaround the missing systemctl
	- merge PR 660 (by Camden Narzt)
		* fix compilation on macOS Big Sur
	- merge PR 546 (by jelmd)
		* Add ACME redirect url
	- merge PR 551 (by jelmd)
		* support of --acme-redirect <URL>
	- merge PR 672 further acme fixes (by jemld)
		* fix acme security, redundancy, consistency
	- Disable binding request logging to avoid DoS attacks. (Breaking change!)
		* Add new --log-binding option to enable binding request logging
	- Fix stale-nonce documentation. Resolves 604
	- Version number is changed to semver 2.0
	- Merge PR 288 (by Hristo Venev)
		* pkg-config, and various cleanups in configure file
	- Add systemd notification for better systemd integration
	- Fix Issue 621 (by ycaibb)
		* Fix: Null pointer dereference on tcp_client_input_handler_rfc6062data function
	- Fix Issue 600 (by ycaibb)
		* Fix: use-after-free vulnerability on write_to_peerchannel function
	- Fix Issue 601 (by ycaibb)
		* Fix: use-after-free vulnerability on write_client_connection function
	- Little refactoring prometheus
		* Fix c++ support
		* Simplify (as agreed in Issue 666)
			* Remove session id/allocation labels
			* Remove per session metrics. We should later add more counters.
	- Fix CVE-2020-26262 (credits: Enable-Security)
		* Fix ipv6 ::1 loopback check
		* Not allow allocate peer address 0.0.0.0/8 and ::/128
		* For more details see the github security advisory:
			https://github.com/coturn/coturn/security/advisories/GHSA-6g6j-r9rf-cm7p
2021-01-11 19:25:09 +00:00
0x4A6F 880dcc6848 zola: 0.12.2 -> 0.13.0
- Enable HTML minification
- Support `output_dir` in `config.toml`
- Allow sections to be drafted
- Allow specifying default language in filenames
- Render emoji in Markdown content if the `render_emoji` option is enabled
- Enable YouTube privacy mode for the YouTube shortcode
- Add language as class to the `<code>` block and as `data-lang`
- Add bibtex to `load_data`
- Add a `[markdown]` section to `config.toml` to configure rendering
- Add `highlight_code` and `highlight_theme` to a `[markdown]` section in `config.toml`
- Add `external_links_target_blank`, `external_links_no_follow` and `external_links_no_referrer`
- Add a `smart_punctuation` option in the `[markdown]` section in `config.toml` to turn elements like dots and dashes
into their typographic forms
- Add iteration count variable `nth` for shortcodes to know how many times a shortcode has been invoked in a given
content
- Update some highlighting syntaxes and the TS syntax will now be used instead of JS due to issues with it
- Remove `zola serve --watch-only`: since we build the HTML in memory and not on disk, it doesn't make sense anymore
- Update clojure syntax
- Prefer extra syntaxes to the default ones if we have a match for language
- Fix `zola serve` having issues with non-ascii paths
- 404 page now gets the site default language as `lang`
2021-01-09 16:47:10 +00:00
0x4A6F d80b8a4504 tumpa: init at 0.1.1 2021-01-08 12:11:43 +00:00
0x4A6F e149a5c90c johnnycanencrypt: init at 0.5.0 2021-01-08 12:11:42 +00:00
0x4A6F f015f4bb79 dasel: 1.12.1 -> 1.12.2
Fixed:
- Fix a bug that stopped the write parser being properly detected when writing to the input file.
2021-01-05 23:59:28 +00:00
0x4A6F fbbc601ce9 dasel: 1.12.0 -> 1.12.1
Changed:
- Build workflows now updated to run on ubuntu-latest and use a matrix to build assets for linux, darwin and windows for both amd64 and 386.

Fixed:
- Release asset for macos/darwin is now named dasel_darwin_amd64 instead of dasel_macos_amd64.
- Self-updater now identifies dev version as development.
2021-01-05 22:40:57 +00:00
0x4A6F a500ff1c51 dasel: 1.11.0 -> 1.12.0
Added
- Add -c, --compact flag to remove pretty-print formatting from JSON output.
- Defined storage.IndentOption(indent string) ReadWriteOption.
- Defined storage.PrettyPrintOption(enabled bool) ReadWriteOption.

Changed
- Changed storage.Parser funcs to allow the passing of ...ReadWriteOption.
2021-01-02 21:00:15 +00:00
0x4A6F 06414886f1 nixos/prometheus: fix remote_{read,write} options
Fix and reorder options and use mkOpt for optional parameters,
according to official documentation.
2021-01-01 14:43:51 +00:00
0x4A6F ac47ac9cb7 freenukum: init at 0.3.5 2021-01-01 01:37:12 +00:00
0x4A6F f41125d2cf promscale: 0.1.3 -> 0.1.4
This release contains official support for TimescaleDB 2.0 (single-node) as well as various bug fixes and code cleanup.

Please note that multinode support is still in alpha and automatic upgrades of multinode deployments to future versions is not yet guaranteed (we hope to support this starting with the next release). Please only use multimode deployments for testing only.

Notes for people upgrading from 0.1.3:
- The dropChunk property in the Promscale Helm chart is renamed to maintenance. The drop-chunks CRON job is now renamed to maintenance, you will need to replace the dropChunk.schedule value with maintenance.schedule.

Notes for multinode deployments
- This should only be used for testing, not production deployments
  - In particular, we are not guaranteeing upgrades from 0.1.4 to future versions in multinode deployments.
- All nodes have to be added to the cluster before starting Promscale; adding nodes afterwards is not yet supported.
2020-12-29 20:23:47 +00:00
0x4A6FandYorick van Pelt c53a0c16e4 nixos/prometheus: remote_{read,write}
- add [remote_write](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write) and [remote_read](https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_read) support

Co-authored-by: Yorick van Pelt <yorickvanpelt@gmail.com>
2020-12-29 14:48:57 +00:00
0x4A6F 7bc0da6a82 dasel: 1.10.0 -> 1.11.0 2020-12-22 15:23:20 +00:00
0x4A6F 51031a8d73 dasel: add installCheckPhase test 2020-12-20 20:05:07 +00:00
0x4A6F 6ea2fd15d8 dasel: 1.9.1 -> 1.10.0 2020-12-20 13:26:58 +10:00
0x4A6F 75b1ba928a dasel: 1.9.0 -> 1.9.1 2020-12-16 05:55:36 +10:00
0x4A6F bd247b7ca5 dasel: 1.8.0 -> 1.9.0 2020-12-16 05:55:36 +10:00
0x4A6F e8237c8f94 promscale: 0.1.2 -> 0.1.3 2020-12-11 00:24:07 +00:00
0x4A6F 02b7ec6a94 routinator: 0.8.1 -> 0.8.2 2020-12-09 11:53:39 +00:00
0x4A6F a58e424290 dasel: 1.6.2 -> 1.8.0 2020-12-01 18:42:47 +00:00
0x4A6F 7a6405448d routinator: 0.8.0 -> 0.8.1 2020-11-30 10:18:04 +00:00
0x4A6F d0b5ba2d4f dasel: 1.6.1 -> 1.6.2 2020-11-19 08:24:30 +10:00
0x4A6F 033ced84a3 dasel: 1.5.1 -> 1.6.1 2020-11-19 08:24:30 +10:00
0x4A6F 42a115422d promscale: 0.1.1 -> 0.1.2 2020-11-09 20:53:04 +00:00
0x4A6F 1fe5d52eb8 dasel: 1.1.0 -> 1.2.0
- Add support for YAML multi-document files
2020-11-07 11:07:41 +00:00
0x4A6F d5edfc50ef dasel: init at 1.1.0 2020-11-04 20:47:24 +00:00
0x4A6F b52ed6a1fe routinator: 0.7.1 -> 0.8.0
Upgrade to [v0.8.0](https://github.com/NLnetLabs/routinator/releases/tag/v0.8.0).
Fixes [CVE-2020-17366](https://nvd.nist.gov/vuln/detail/CVE-2020-17366).
2020-10-19 12:01:21 +00:00
0x4A6F bef990c0aa zola: 0.12.1 -> 0.12.2 2020-10-08 11:28:53 +00:00
0x4A6F 1b131e903a promscale: 0.1.0-beta.5 -> 0.1.0
Upgrade to [0.1.0](https://github.com/timescale/promscale/releases/tag/0.1.0).
2020-10-06 16:04:00 +00:00
0x4A6F c232d4b587 nixos: Conform with RFC 1123 in networking.hostName
Conform to RFC 1123 [0], specifically to "2.1 Host Names and Numbers",
which allow starting host name with alphanumerical instead of alphabetical characters.
RFC 1123 updates RFC 952 [1], which is referenced in "man 5 hosts".

[0]: https://tools.ietf.org/html/rfc1123
[1]: https://tools.ietf.org/html/rfc952
2020-10-01 22:06:00 +00:00
0x4A6F 751ac80c8b qubes-core-vchan-xen: 4.1.2 -> 4.1.4
Upgrade to [4.1.4](https://github.com/QubesOS/qubes-core-vchan-xen/releases/tag/v4.1.4).
2020-09-30 17:47:12 +00:00
0x4A6F 04a8c8aa24 timescale-prometheus -> promscale: 0.1.0-beta.4 -> 0.1.0-beta.5
Rename to upgraded [promscale 0.1.0-beta.5](https://github.com/timescale/promscale/releases/tag/0.1.0-beta.5).
2020-09-30 14:35:29 +00:00
0x4A6F 2285e35eac meli: alpha-0.6.1 -> alpha-0.6.2
Upgrade to [alpha-0.6.2](https://git.meli.delivery/meli/meli/releases/tag/alpha-0.6.2).
2020-09-30 13:20:27 +00:00
0x4A6F 2e69b42a81 wyvern: init at 1.4.1 2020-09-10 19:27:00 +00:00
0x4A6F 4dd118b4f9 timescale-prometheus: 0.1.0-beta.2 -> 0.1.0-beta.4 2020-09-07 06:43:06 +00:00
0x4A6F 30cc833744 timescale-prometheus: 0.1.0-beta.1 -> 0.1.0-beta.2 2020-08-19 16:42:41 +00:00
0x4A6F 0dbd3c8d0f timescale-prometheus: init at 0.1.0-beta.1 2020-08-13 18:12:19 +00:00
0x4A6F 4fe180ac3b meli: alpha-0.5.1 -> alpha-0.6.1 2020-08-12 14:57:38 +00:00
0x4A6F fa2b8b01bc maintainers.0x4A6F: update email 2020-08-08 08:08:10 +00:00
0x4A6F f51ada1387 xandikos: 0.2.2 -> 0.2.3 2020-07-30 21:29:29 +02:00
0x4A6F dd25ff3b8a routinator: 0.7.0 -> 0.7.1 2020-06-15 13:58:08 +02:00
0x4A6F b51258e721 xandikos: 0.2.1 -> 0.2.2 2020-06-04 20:51:34 +02:00
0x4A6F 79df7e6d94 nixosTests.xandikos: fix route-prefix 2020-05-08 19:00:00 +02:00
0x4A6F 71a137a297 nixos/xandikos: update listen-address parameter 2020-05-08 18:20:55 +02:00
0x4A6F 3b5a1e4591 xandikos: 0.1.0 -> 0.2.1 2020-05-08 18:03:56 +02:00
0x4A6F 2be192a99c routinator: 0.6.4 -> 0.7.0 2020-05-06 13:58:31 +02:00
0x4A6F b8d6e5c63f gobi_loader: fix maintainers 2020-04-24 22:56:56 +02:00
0x4A6F 4b33402d30 maintainers: fix 0x4A6F 2020-02-11 19:29:51 +01:00
0x4A6F c9ca370e32 nixos/xandikos: init 2020-01-11 16:08:45 +01:00
0x4A6F 78aec9cfcb nixosTests.xandikos: init 2020-01-11 16:08:44 +01:00
0x4A6F 89674bd73d xandikos: init at 0.1.0 2019-12-16 18:02:27 +01:00
0x4A6F bff385eab3 pmacct: init at 1.7.3 2019-12-03 19:13:31 +01:00
0x4A6F 295c32d08d routinator: 0.6.2 -> 0.6.4 2019-11-29 15:09:52 +00:00
0x4A6F 3ef31af6e5 routinator: 0.6.1 -> 0.6.2 2019-11-20 15:15:51 +00:00
0x4A6F c97f57ef96 gobi_loader: init at 0.7 2019-11-19 23:39:45 +00:00
0x4A6F ffa991e7a0 qubes-core-vchan-xen: init at 4.1.2 2019-10-02 15:26:53 +00:00
0x4A6F d8dda825a7 cwm: 0.5.6 -> 0.6.3
(cherry picked from commit 141f41b583b6eb9f620f04d04d6e544381761612)
2019-09-29 17:30:48 +02:00
0x4A6F a228951a70 zola: 0.8.0 -> 0.9.0 2019-09-29 14:37:27 +00:00
0x4A6F 1bcc7027d9 eidolon: init at 1.4.6 2019-09-20 23:34:12 +00:00
0x4A6F ec595e4270 routinator: 0.6.0 -> 0.6.1 2019-09-13 14:32:42 +00:00
0x4A6F 9d5b3c3019 routinator: 0.5.0 -> 0.6.0 2019-09-10 15:40:50 +00:00
0x4A6F 05ee758d79 tacacs+: tacacs+ -> tacacsplus 2019-09-03 21:27:40 +00:00
0x4A6F b1bf3a811d tacacs+: init 4.0.4.28 2019-09-01 18:38:50 +00:00
0x4A6F ac8dc5d13c routinator: 0.4.0 -> 0.5.0 2019-07-18 16:54:26 +00:00
0x4A6F 39de81af3d routinator: init at 0.4.0 2019-07-11 10:49:51 +00:00
0x4A6F 2c330e1382 tayga: init at 0.9.2 2019-03-18 17:42:41 +00:00
0x4A6F 4c171bdd45 maintainers.0x4A6F: update handle
- add github
- add key
2019-03-07 22:47:50 +00:00
0x4A6F 64335de9ae zola: 0.5.0 -> 0.5.1 2019-02-20 20:37:43 +00:00
0x4A6F 04a1f848a3 unifi: 5.9.29 -> 5.10.17 2019-02-15 01:17:14 +00:00
0x4A6F 4ef3b1bc48 Adding @0x4A6F to maintainers.nix (#34984)
* Adding @0x4A6F to maintainers.nix

* Removing decimal from handle

* Convert handle from Hex to ASCII
2018-02-15 07:46:14 +00:00