Skip to content

Commit

Permalink
build: update to Twoliter 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
  • Loading branch information
arnaldo2792 committed Jun 19, 2024
1 parent aa1d20d commit 35f3893
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ TWOLITER_DIR := $(TOOLS_DIR)/twoliter
TWOLITER := $(TWOLITER_DIR)/twoliter
CARGO_HOME := $(TOP).cargo

TWOLITER_VERSION ?= "0.3.0"
TWOLITER_VERSION ?= "0.4.1"
KIT ?= bottlerocket-core-kit
ARCH ?= $(shell uname -m)
VENDOR ?= bottlerocket
Expand Down
4 changes: 2 additions & 2 deletions Twoliter.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema-version = 1
release-version = "1.21.0"
release-version = "2.0.0"
kit = []
digest = "E13P/vjin9ECU74VopEro90+xdiHBb7WkVXjO3jQNSk="
digest = "0KJe+4ZRwHqxXnY1ArAm7M+VNzA52czWrv2KpjjxQ9I="

[sdk]
name = "bottlerocket-sdk"
Expand Down
2 changes: 1 addition & 1 deletion Twoliter.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
schema-version = 1
release-version = "1.21.0"
release-version = "2.0.0"

[vendor.bottlerocket]
registry = "public.ecr.aws/bottlerocket"
Expand Down

0 comments on commit 35f3893

Please sign in to comment.