Skip to content

Commit

Permalink
SRE update 2024-11-29
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Dec 3, 2024
1 parent 2dbcdd5 commit 913f927
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions blog/2024-11-29-sre.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 913f927

Please sign in to comment.