-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 21.3 (tbd) | ||
# 21.3 (2021-11-07) | ||
|
||
## Bug Fixes | ||
* fix for escaping double quote in CSV format | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
21.2 | ||
21.3 |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH amd64 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH amd64 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH arm32v5 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH arm32v5 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH arm32v7 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH arm32v7 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH arm64v8 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH arm64v8 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH i386 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH i386 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}-devel" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH amd64 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH amd64 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH arm32v5 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH arm32v5 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH arm32v7 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH arm32v7 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH arm64v8 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH arm64v8 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ | |
WORKDIR /build | ||
|
||
ENV EBUSD_ARCH i386 | ||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
|
||
RUN git clone https://github.com/john30/ebusd.git /build \ | ||
&& ./make_debian.sh | ||
|
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \ | |
|
||
LABEL maintainer "[email protected]" | ||
|
||
ENV EBUSD_VERSION 21.2 | ||
ENV EBUSD_VERSION 21.3 | ||
ENV EBUSD_ARCH i386 | ||
|
||
LABEL version "${EBUSD_VERSION}-${EBUSD_ARCH}" | ||
|