Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Use the update script with a stable upstream release version:
<!-- tiny-cli-images:version:age:start -->

```sh
python3 scripts/update.py age 1.3.1
python3 scripts/update.py age 1.3.2
```

<!-- tiny-cli-images:version:age:end -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in a minimal, non-root container without a shell or package manager.
<!-- tiny-cli-images:version:age:start -->

```sh
docker run --rm ghcr.io/unitmatrix/age:1.3.1-r1 --version
docker run --rm ghcr.io/unitmatrix/age:1.3.2 --version
```

<!-- tiny-cli-images:version:age:end -->
Expand Down
2 changes: 1 addition & 1 deletion docs/PROJECT.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ creates the corresponding release tag. For example:

<!-- tiny-cli-images:version:age:start -->

`Update age to 1.3.1` creates `age/v1.3.1`.
`Update age to 1.3.2` creates `age/v1.3.2`.

<!-- tiny-cli-images:version:age:end -->

Expand Down
8 changes: 4 additions & 4 deletions images/age/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Encrypt a file for a recipient:

```sh
docker run --rm --interactive \
ghcr.io/unitmatrix/age:1.3.1-r1 \
ghcr.io/unitmatrix/age:1.3.2 \
--encrypt \
--recipient age1... \
< document.txt \
Expand All @@ -25,7 +25,7 @@ Decrypt with an identity mounted under `/work`:
```sh
docker run --rm --interactive \
--volume "$PWD:/work:ro" \
ghcr.io/unitmatrix/age:1.3.1-r1 \
ghcr.io/unitmatrix/age:1.3.2 \
--decrypt \
--identity /work/key.txt \
< document.txt.age
Expand All @@ -38,7 +38,7 @@ binaries are also available at the filesystem root. For example:
```sh
docker run --rm \
--entrypoint /age-keygen \
ghcr.io/unitmatrix/age:1.3.1-r1
ghcr.io/unitmatrix/age:1.3.2
```

## Platforms
Expand All @@ -48,7 +48,7 @@ docker run --rm \

## Pinning

An upstream release publishes its full version tag, such as `1.3.1`.
An upstream release publishes its full version tag, such as `1.3.2`.

<!-- tiny-cli-images:version:age:end -->

Expand Down
6 changes: 3 additions & 3 deletions images/age/image.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "age"
description = "Minimal, multi-architecture OCI container image for age file encryption"
version = "1.3.1"
version = "1.3.2"

upstream = "FiloSottile/age"
license = "BSD-3-Clause"
Expand All @@ -9,8 +9,8 @@ architectures = ["amd64", "arm64"]

[platform.amd64]
target = "linux-amd64"
sha256 = "bdc69c09cbdd6cf8b1f333d372a1f58247b3a33146406333e30c0f26e8f51377"
sha256 = "cbe24006683f8eb669266162894b9a522a1af52f2665fbc63a4bb032ed26ac10"

[platform.arm64]
target = "linux-arm64"
sha256 = "c6878a324421b69e3e20b00ba17c04bc5c6dab0030cfe55bf8f68fa8d9e9093a"
sha256 = "6b8dc4333c53a5a57c9e5834e3a48f92605d7154014cd07269ff3327db5d37f4"