Skip to content

Releases: KonradHoeffner/rickview

0.4.0

07 Mar 15:35
fdc6cdb
Compare
Choose a tag to compare
  • refactor, chore(deps): support rust 2024 edition, update deps
  • Update README.md Docker documentation and clarify supported serializations
  • docs: add CITATION.cff citation metadata, part of #86
  • chore(deps): bump bytesize from 1.3.0 to 2.0.0

0.3.9

10 Feb 11:59
731b461
Compare
Choose a tag to compare

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

07 Jan 14:06
909068e
Compare
Choose a tag to compare
  • 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

22 Nov 09:41
c38bad6
Compare
Choose a tag to compare
  • doc: inform about glibc Docker image version
  • chore: update deps, release 0.3.7

0.3.6

07 Oct 08:54
cb9b06d
Compare
Choose a tag to compare
  • 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

06 Aug 08:09
e1608a6
Compare
Choose a tag to compare
  • 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

08 Jul 13:55
a72661c
Compare
Choose a tag to compare

📦 Uncategorized

  • Bump docker/build-push-action from 5 to 6 in /.github/workflows
  • upgrade Dockerfile musl Rust version from 1.78 to 1.79
  • improve footer issue link description and point to the actual issues page, resolve #73
  • assume unknown extension means RDF/XML instead of aborting

0.3.1

11 Jun 07:56
5f5c611
Compare
Choose a tag to compare

📦 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

14 May 08:28
1d1420d
Compare
Choose a tag to compare

Support stable Rust toolchain but keep using nightly rustfmt.

0.2.14

09 Apr 08:56
Compare
Choose a tag to compare
  • Bump softprops/action-gh-release from 1 to 2 in /.github/workflows
  • build: only conditionally include XML constant
  • build: always include env_logger, resolve #65
  • chore: update deps, release 0.2.14