This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://gist.github.com/NickLarsenNZ/ee907e05429a02fb6f2bcc73e7c34733 | |
set -euo pipefail | |
COMMIT_MESSAGES="" | |
LAST_TAG=$(git describe --abbrev=0 --tags 2>/dev/null) | |
if [ -z "$LAST_TAG" ]; then | |
>&2 echo "No tags previously defined" | |
LAST_TAG="0.0.1" | |
# Get commit logs for all time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# Usage: | |
# pip install kafka-python | |
# ./consumer.py <my-topic> | |
# NOTE: only runs for 10 seconds as per consumer_timeout_ms | |
# See: | |
# - https://raw.githubusercontent.com/simplesteph/kafka-stack-docker-compose/master/zk-multiple-kafka-multiple.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An execution plan has been generated and is shown below. | |
Resource actions are indicated with the following symbols: | |
+ create | |
Terraform will perform the following actions: | |
+ helm_release.external-dns | |
id: <computed> | |
chart: "external-dns" | |
disable_webhooks: "false" |
NewerOlder