Skip to content

Commit f566020

Browse files
committed
v0.93.0
1 parent c8e6d70 commit f566020

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/login-action@v2
2020
with:
2121
registry: ghcr.io
22-
username: ${{ github.repository_owner }}
22+
username: cink-continuous-integration
2323
password: ${{ secrets.PUBLIC_GITHUB_TOKEN_PACKAGES }}
2424
- name: Build & Run Development Container
2525
uses: devcontainers/ci@v0.2

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.92.0] - 2022-10-03
8+
## [0.93.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.92.0"
3+
version = "0.93.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.92.0 AS crypteia
48+
FROM ghcr.io/customink/crypteia-extension-amzn:0.93.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)