Skip to content

Commit

Permalink
release 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tofay committed Jul 18, 2024
1 parent b38ec4c commit 576e665
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 41 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
### Breaking Changes
### Added
### Fixed

## 0.3.0 - 2024-07-18
### Breaking Changes
- Add runtime dependency on sqlite and build-time dependency on sqlite-devel

### Added
- rpmoci respects the SOURCE_DATE_EPOCH environment variable in order to create reproducible images with identical digests.
- Add rootless support for building images.
- When run as a non-root user, rpmoci will attempt to run within a user namespace to generate the container image.
- rpmoci automatically adds the OS release package (containing `/etc/os-release`) so created images are easier for other tools to scan.
- This can be disabled via the `contents.os_release` field

### Fixed

## 0.2.12 - 2023-11-28
Expand Down
79 changes: 39 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rpmoci"
version = "0.2.12"
version = "0.3.0"
edition = "2021"
description = "Build container images from RPMs"
# rpmoci uses DNF (via pyo3) which is GPLV2+ licensed,
Expand Down

0 comments on commit 576e665

Please sign in to comment.