Releases: input-output-hk/catalyst-ci
Releases · input-output-hk/catalyst-ci
v2.0.11
Update to the Rust docs generation:
- added workspace indexing for crate's docs
- added dependency graphs generation
- added crate module's graphs and trees generation
v2.0.10
Aligns the Markdown and Spelling checks with the cat-ci check targets.
v2.0.9
- Specified specific version of markdown linter and spellchecker
v2.0.8
Update to latest docs structure.
- Fixes the local docs preview script.
- Adds Tags to pages so we can easily maintain a tag index.
- Adds a uniform set of Architecture pages and ADR records.
- Automates the creation of page navigation which simplifies maintenance.
v2.0.7
Update PostgreSQL earthly builder, added sqlfluff linter usage
v2.0.6
Updates the Gitub actions for docs.
- Prevent conflicts caused when docs and branch cleanup actions run at the same time.
- Prevent docs from being created for tags.
- Ensure the correct files are cleaned when a branch is deleted.
Documentation Builders added
Documentation Builders first real usable release.
PostgreSQl builder
Added a new Earthly PostgreSQl builder
Tag Rust builders
Merge pull request #60 from input-output-hk/feature/rust
feat(rust): Enhanced Rust builders to better handle Arm/X86 build machines
v2.0.2
Minor fixes of the rust build
- fixes
rustflags
for aarch64-unknown-linux-gnu
target
- remove
kani
and cargo-chef