prep for 1.7.0
Signed-off-by: Travis Glenn Hansen <travisghansen@yahoo.com>
This commit is contained in:
parent
bd08538a87
commit
f0a2233199
|
|
@ -163,8 +163,8 @@ jobs:
|
|||
- self-hosted
|
||||
- Linux
|
||||
- X64
|
||||
- csi-sanity-truenas
|
||||
#- csi-sanity-zfs-generic
|
||||
#- csi-sanity-truenas
|
||||
- csi-sanity-zfs-generic
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
|
|
@ -196,8 +196,8 @@ jobs:
|
|||
- self-hosted
|
||||
- Linux
|
||||
- X64
|
||||
- csi-sanity-truenas
|
||||
#- csi-sanity-zfs-generic
|
||||
#- csi-sanity-truenas
|
||||
- csi-sanity-zfs-generic
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/download-artifact@v2
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
# v1.7.0
|
||||
|
||||
Released 2022-06-05
|
||||
Released 2022-06-06
|
||||
|
||||
The windows release.
|
||||
|
||||
- windows smb, iscsi, and local-hostpath support
|
||||
- windows smb, iscsi, and local-hostpath support (requires chart `v0.13.0+`)
|
||||
- ntfs, exfat, vfat fs support
|
||||
- zfs-generic-smb driver
|
||||
- `zfs-generic-smb` driver
|
||||
- synology improvements
|
||||
- DSM7 support
|
||||
- synology enhancements to allow templates to be configured at various
|
||||
|
|
@ -20,10 +20,13 @@ The windows release.
|
|||
- general improvement to smb behavior throughout
|
||||
- better logging
|
||||
- better sudo logic throughout
|
||||
- minor fixes throughout
|
||||
- more robust logic for connecting to iscsi devices with partition tables
|
||||
- massive performance improvement for ssh-based drivers (reusing existing
|
||||
connection instead of new connection per-command)
|
||||
- dep bumps
|
||||
- trimmed container images
|
||||
- windows container images for 2019 and 2022
|
||||
|
||||
# v1.6.3
|
||||
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y locales && rm -rf /var/lib/apt/lists/*
|
|||
&& localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
|
||||
|
||||
ENV LANG=en_US.utf8
|
||||
ENV NODE_VERSION=v16.15.0
|
||||
ENV NODE_VERSION=v16.15.1
|
||||
ENV NODE_ENV=production
|
||||
|
||||
# install build deps
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ RUN @( \
|
|||
gpg --keyserver hkps://keys.openpgp.org --recv-keys $_ ; \
|
||||
}
|
||||
|
||||
ENV NODE_VERSION 16.15.0
|
||||
ENV NODE_VERSION 16.15.1
|
||||
|
||||
RUN Invoke-WebRequest $('https://nodejs.org/dist/v{0}/SHASUMS256.txt.asc' -f $env:NODE_VERSION) -OutFile 'SHASUMS256.txt.asc' -UseBasicParsing ;
|
||||
#RUN Invoke-WebRequest $('https://nodejs.org/dist/v{0}/SHASUMS256.txt.asc' -f $env:NODE_VERSION) -OutFile 'SHASUMS256.txt.asc' -UseBasicParsing ; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue