-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2dbcdd5
commit 913f927
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |