Releases: KonradHoeffner/rickview
Releases · KonradHoeffner/rickview
0.4.0
0.3.9
Docker image changes
Due to persistent DNS problems, the default Docker image is not using Alpine anymore but uses "wolfi" instead with a dynamically linked binary.
While this results in a slightly larger image (24 MB instead of 16 MB), it reduces maintenance efforts and error causes.
The multi platform image still supports AMD64 and ARM64.
Users loading knowledge bases from URLs with known Alpine/musl DNS problems like GitHub from within rootless dockers can now switch from ghcr.io/konradhoeffner/rickview:glibc to ghcr.io/konradhoeffner/rickview:master (or a release).
- build: upgrade Dockerfile MUSL Rust version from 1.83 to 1.84
- ci: use GitHub arm64 hosted runner for ARM release binary
- ci: build multi platform Docker image for amd64 and arm64 using QEMU
- ci: try building arm64 image on its own runner and merging afterwards
- chore, refactor: update deps including ureq 3
- build: move from Alpine Docker image base to distroless due to persistent Alpine/musl DNS issues, update deps, release 0.3.9
- ci: fix multi platform Docker image merging and publication
0.3.8
- docs: add open data award to README.md and warn about hash namespaces
- build, ci: release 0.3.8, support aarch64, update deps, upgrade Dockerfile MUSL Rust version from 1.80 to 1.83, update README.md
0.3.7
- doc: inform about glibc Docker image version
- chore: update deps, release 0.3.7
0.3.6
- ci: add dependabot commit prefixes
- chore, doc: update deps and add comments, fix minimum Rust version field
- refactor, doc: simplify handling of resources with URI equal to namespace and improve docs
- remove commented out let chain feature because we target stable Rust now
- refactor,docs: return early from title and types functions if disabled because of large graph, improve comments
- chore: name elided lifetime
- feat,chore: improve blank node display, update deps, release 0.3.5
- add CODEOWNERS file for automatic pull request assignment
- Typo fix in README.md
- chore: update deps, release 0.3.6
0.3.4
- add bug report and feature request templates
- Bump mikepenz/release-changelog-builder-action in /.github/workflows
- build, deps, refactor: set Minimum Supported Rust Version (MSRV) and Dockerfile MUSL Rust version to 1.80 to replace lazy_static dependency with std::LazyLock, update deps
- ci: fix automatic release notes
0.3.3
0.3.1
📦 Uncategorized
- add deployments to README.md
- Add docker --rm parameter to README.md
- chore: update deps
- ci: add x64_64-apple-darwin and x64_64-pc-windows-msvc release targets, chore: update deps
0.3.0
Support stable Rust toolchain but keep using nightly rustfmt.