From b5d75a1bc01b150f0a592a6893640c9313916646 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 1 Aug 2021 22:04:18 +0900 Subject: [PATCH] update README/CHANGELOG --- .markdownlint.yml | 2 +- CHANGELOG.md | 5 +++++ README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.markdownlint.yml b/.markdownlint.yml index 956337f..84d61fd 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,7 +1,7 @@ MD007: # ul-indent indent: 4 MD013: # line-length - line_length: 255 + line_length: 1024 MD024: # no-duplicate-heading siblings_only: true MD026: false # no-trailing-punctuation diff --git a/CHANGELOG.md b/CHANGELOG.md index 82995fb..b1239e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. * Fix [CVE-2021-33502](https://github.com/advisories/GHSA-px4h-xg32-q955) +### Others + +* add `windows-2016` virtual environment +* [remove `ubuntu-16.04` virtual environment](https://github.blog/changelog/2021-04-29-github-actions-ubuntu-16-04-lts-virtual-environment-will-be-removed-on-september-20-2021/) + ## [2.3.0] - 2021-03-21 ### Added diff --git a/README.md b/README.md index 5f549c5..6e3e615 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Useful for SCP, SFTP, and `rsync` over SSH in deployment script. tested on: -* [all available virtual machines](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources) (Windows Server 2019, macOS Catalina, and Ubuntu 20.04/18.04/16.04) +* [all available virtual machines](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources) (Windows Server 2019/2016, macOS Catalina, and Ubuntu 20.04/18.04) * [Docker container (Ubuntu)](https://hub.docker.com/_/ubuntu) / requires `openssh-client` package; `apt install -y openssh-client` * [Docker container (CentOS)](https://hub.docker.com/_/centos) / requires `openssh-clients` package; `yum install -y openssh-clients` * [Docker container (Alpine Linux)](https://hub.docker.com/_/alpine) / requires `openssh-client` package; `apk add openssh-client`