diff --git a/blog/2024-11-29-sre.md b/blog/2024-11-29-sre.md new file mode 100644 index 0000000000..c7127a3d56 --- /dev/null +++ b/blog/2024-11-29-sre.md @@ -0,0 +1,45 @@ +--- +title: SRE Team Update +slug: 2024-11-29-sre +authors: johnalotoski +tags: [sre] +hide_table_of_contents: false +--- + +## High level summary + +The SRE team continues work on Cardano environment improvements and general maintenance. + +Some notable recent changes, updates or improvements include: + +* Cardano-node release `10.1.3` was deployed to all environments + +* Dbsync release `13.6.0.2` and then `13.6.0.4` was deployed to all environments + +* Mainnet bootstraps have been configured for Cardano Foundation scrape, enabling a shared dashboard + +## Repository Work + +### Cardano-node +* Ensures legacy tracing is default via config when the node default itself + changes to new tracing system. Fixes default OCI mainnet topology p2p json. + Updates some OCI legacy cmds and repo references. + [cardano-node-pull-6042](https://github.com/IntersectMBO/cardano-node/pull/6042) + +### Cardano-parts +* Sets cardano-node to 10.1.3, dbsync to 13.6.0.4. Updates the default + cardano-node nixos service to maintain legacy tracing when the default tracing + system changes in the next node release. + [cardano-parts-release-v2024-12-02](https://github.com/input-output-hk/cardano-parts/releases/tag/v2024-12-02) + +### Cardano-playground +* Deploys cardano-node to 10.1.3, dbsync to 13.6.0.4 to all environments and updates the cardano book. + [cardano-playground-pull-37](https://github.com/input-output-hk/cardano-playground/pull/37) + +### Cardano-mainnet +* Deploys cardano-node to 10.1.3, dbsync to 13.6.0.4. Adjust bootstraps for CF metrics scrape. + [cardano-mainnet-pull-27](https://github.com/input-output-hk/cardano-mainnet/pull/27) + +### Iohk-nix +* Ensure the use of legacy tracing for iohk-nix generated configs when the node binary defaults to new tracing. + [iohk-nix-pull-590](https://github.com/input-output-hk/iohk-nix/pull/590)