diff --git a/blog/2023-09-01-sre.md b/blog/2023-09-01-sre.md new file mode 100644 index 0000000000..fcc894f405 --- /dev/null +++ b/blog/2023-09-01-sre.md @@ -0,0 +1,43 @@ +--- +title: SRE Team Update +slug: 2023-09-01-sre +authors: johnalotoski +tags: [sre] +hide_table_of_contents: false +--- + +## High level summary + +The SRE team continues work on cardano environment improvements and general environment maintenance. + +Some notable recent updates or improvements include: +* Work on cardano-parts repo continues and was utilized by the sanchonet-demo repository for demonstration purposes +* Work on a new [capkgs](https://github.com/input-output-hk/capkgs) repository started -- "Content Addressed Packages" + * This repository provides common Cardano release and pre-release binaries in a pure content addressed nix package type via flake output + * These packages don't have the associated IFD, long eval times and large source dependencies that the originating source repositories often do + * Consumers of such packages, such as devShells or nixos machines, can benefit from the improved performance this offers + +## Lower level summary + +### Capkgs +* Content addressed packages -- new repo: [capkgs](https://github.com/input-output-hk/capkgs) + +### Cardano-ops +* Cardano p2p relay updates, dbSync snapshots server update, monitoring adjustments: [cardano-ops-compare](https://github.com/input-output-hk/cardano-ops/compare/5a0eabe...03e8e42) + +### Cardano-parts +* Flake devShell module improvements: [cardano-parts-pull-4](https://github.com/input-output-hk/cardano-parts/pull/4) +* Cardano-world entrypoints migrated to flake parts module: [cardano-parts-pull-5](https://github.com/input-output-hk/cardano-parts/pull/5) +* Cardano-world jobs migrated to flake parts module: [cardano-parts-pull-6](https://github.com/input-output-hk/cardano-parts/pull/6) +* Drep delegation fixups: [cardano-parts-pull-7](https://github.com/input-output-hk/cardano-parts/pull/7) +* Utilize content addressed binaries, WIP: [cardano-parts-pull-8](https://github.com/input-output-hk/cardano-parts/pull/8) +* Cardano-node module preparation branch, WIP: [cardano-parts-compare](https://github.com/input-output-hk/cardano-parts/compare/capkgs...node-module) + +### Cardano-perf +* Availability zone pinning and explorer mods: [cardano-perf-compare](https://github.com/input-output-hk/cardano-perf/compare/d3a8644...9f9917c) + +### Cardano-world +* Remove performance nodes for migration to cardano-perf: [cardano-world-commit](https://github.com/input-output-hk/cardano-world/commit/306ef6c6dd6c09d9b90b9768f2b84a1d05cded26) + +### Sanchonet-demo +* Sanchonet demonstration repository: [sanchonet-demo](https://github.com/input-output-hk/sanchonet-demo)