Skip to content

Commit c8e6d70

Browse files
committed
v0.92.0
1 parent 0bde113 commit c8e6d70

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.91.0] - 2022-10-03
8+
## [0.92.0] - 2022-10-03
99

1010
Schedule release. No changes.
1111

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypteia"
3-
version = "0.91.0"
3+
version = "0.92.0"
44
edition = "2021"
55

66
[[bin]]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When building your own Lambda Containers, use both the `crypteia` binary and `li
4545
You have two options here. The easiest is to use Docker's multi stage builds with our [Extension Containers]([https://github.com/orgs/customink/packages?ecosystem=container&tab=packages&ecosystem=container&q=extension](https://github.com/orgs/customink/packages?repo_name=crypteia&q=extension)) to copy the `/opt` directory matching your platform and Crypteia version number. example below. Remember to use `-debian` vs `-amzn` if you are using your own Linux containers. Or change the version number depending on your needs.
4646

4747
```dockerfile
48-
FROM ghcr.io/customink/crypteia-extension-amzn:0.91.0 AS crypteia
48+
FROM ghcr.io/customink/crypteia-extension-amzn:0.92.0 AS crypteia
4949
FROM public.ecr.aws/lambda/nodejs:16
5050
COPY --from=crypteia /opt /opt
5151
ENV LD_PRELOAD=/opt/lib/libcrypteia.so

0 commit comments

Comments
 (0)