Skip to content

Commit

Permalink
Merge pull request #74 from cbdq-io/hotfix/0.2.3
Browse files Browse the repository at this point in the history
Hotfix/0.2.3
  • Loading branch information
dallinb authored Jan 8, 2025
2 parents 70df3b6 + d723131 commit 8d3aebc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog


## 0.2.2
## 0.2.3

### Fix

* Add bind-utils to the image. [Ben Dalling]

* Update copyright notice. [Ben Dalling]


## 0.2.2 (2025-01-04)

### Fix

Expand Down
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ LABEL org.opencontainers.image.description "A Kafka Connect Sink Connecter for A

USER root

RUN yum clean all \
&& yum upgrade -y krb5-libs pam
RUN dnf clean all \
&& dnf upgrade -y krb5-libs pam \
&& dnf install -y bind-utils

COPY --chmod=0755 --chown=root:root kccinit.py /usr/local/bin/kccinit.py

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]
Copyright 2024-2025, Cloud Based DQ Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.EXPORT_ALL_VARIABLES:

TAG = 0.2.2
TAG = 0.2.3

all: lint clean build test

Expand Down
2 changes: 1 addition & 1 deletion azure-servicebus-sink-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!-- Project Coordinates -->
<groupId>io.cbdq</groupId>
<artifactId>azure-servicebus-sink-connector</artifactId>
<version>0.2.2</version>
<version>0.2.3</version>
<packaging>jar</packaging>

<!-- Project Information -->
Expand Down

0 comments on commit 8d3aebc

Please sign in to comment.