Skip to content

Commit

Permalink
sync epoches for debezium and the entrypoint package
Browse files Browse the repository at this point in the history
Signed-off-by: Dentrax <[email protected]>
  • Loading branch information
Dentrax committed Nov 26, 2024
1 parent 49b9c0b commit f4d08ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debezium-3.0.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package:
name: debezium-3.0
version: 3.0.2
# Ensure that debezium-3.0 and debezium-connect-entrypoint-3.0 have their epochs kept in sync,
# to install properly at the same time: https://github.com/chainguard-dev/terraform-provider-apko/issues/377
epoch: 1

Check warning on line 6 in debezium-3.0.yaml

View check run for this annotation

Octo STS / epoch-bot

epoch is unchanged

Make sure you intended to keep the epoch the same. This package will not be rebuilt as a result of this change.
description: Debezium is a change data capture (CDC) platform that achieves its durability, reliability, and fault tolerance qualities by reusing Kafka and Kafka Connect.
copyright:
Expand Down
4 changes: 3 additions & 1 deletion debezium-connect-entrypoint-3.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package:
name: debezium-connect-entrypoint-3.0
version: 3.0.3
epoch: 0
# Ensure that debezium-3.0 and debezium-connect-entrypoint-3.0 have their epochs kept in sync,
# to install properly at the same time: https://github.com/chainguard-dev/terraform-provider-apko/issues/377
epoch: 1
description: Helper package to provide necessary files for the Debezium images
copyright:
- license: Apache-2.0
Expand Down

0 comments on commit f4d08ae

Please sign in to comment.