From 9ef9c621774801067e6b07d21c0ef2801929d38c Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sun, 29 May 2022 21:53:48 -0700 Subject: [PATCH] Release v0.7.2 (#14) - doc(README): add CI badges - chore(ci): updated shared GHA workflow URLs --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 6 +++--- .github/workflows/publish.yml | 4 ++-- CHANGELOG.md | 31 +++++++++++++++++++++---------- README.md | 3 +++ package.json | 3 +-- 6 files changed, 32 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95e5bac..0179efc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,10 @@ env: jobs: lint: - uses: NicTool/.github/.github/workflows/lint.yml@master + uses: NicTool/.github/.github/workflows/lint.yml@main coverage: - uses: NicTool/.github/.github/workflows/coverage.yml@master + uses: NicTool/.github/.github/workflows/coverage.yml@main secrets: inherit test: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e0a17e1..fec816c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,13 +2,13 @@ name: CodeQL on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '18 7 * * 4' jobs: codeql: - uses: NicTool/.github/.github/workflows/codeql.yml@master + uses: NicTool/.github/.github/workflows/codeql.yml@main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cdc7b7a..4c300fe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: publish on: push: branches: - - master + - main paths: - package.json @@ -12,5 +12,5 @@ env: jobs: publish: - uses: NicTool/.github/.github/workflows/publish.yml@master + uses: NicTool/.github/.github/workflows/publish.yml@main secrets: inherit \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f0ad27b..7efe113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,20 @@ # Change Log -#### N.N.N - YYYY-MM-DD +### Unreleased -#### 0.7.1 - 2022-05-29 +### [0.7.2] - 2022-05-29 + +- doc(README): add CI badges +- chore(ci): updated shared GHA workflow URLs + + +### [0.7.1] - 2022-05-29 - chore: publish npm package in @nictool namespace -#### 0.7.0 - 2022-04-20 +### [0.7.0] - 2022-04-20 - feat: added index.isDelegated, and tests - feat: add bin/cleanup @@ -19,7 +25,7 @@ - chore(ci): depend on shared GHA workflows -#### 0.6.0 - 2022-04-20 +### 0.6.0 - 2022-04-20 * import and validate zones from NS config ([72f0e2b](https://github.com/NicTool/dns-nameserver/commit/72f0e2b7f4d58a80edd6edad61cd5646e8bf80cb)) * use -v to also show all the RRs @@ -27,13 +33,13 @@ * feat(tinydns): also include . as SOA record -#### 0.5.0 - 2022-04-15 +### 0.5.0 - 2022-04-15 * add getZones to bind, knot, mara, nsd, tiny ([4a125c8](https://github.com/NicTool/dns-nameserver/commit/4a125c89ffdaef2800a61dd31bd6de07d450f81a)) * cleanup: remove nearley parsers -#### 0.4.0 - 2022-04-10 +### 0.4.0 - 2022-04-10 * convert from CJS to ESM ([11b66b2](https://github.com/NicTool/dns-nameserver/commit/11b66b2b83416fdb3338f9d537c9643814a13960)) * reimplement parsers in pure JS (bye nearley & moo) @@ -44,7 +50,7 @@ * switch test coverage report nyc -> c8 -#### 0.3.0 - 2022-04-09 +### 0.3.0 - 2022-04-09 * add maradns config parser ([1b4608e](https://github.com/NicTool/dns-nameserver/commit/1b4608e22b60250a67823851772538418e59d187)) * split ns implementations into separate files @@ -52,19 +58,24 @@ * docs(nsd): tidy up and add comments -#### 0.2.0 - 2022-04-08 +### 0.2.0 - 2022-04-08 * knot: add additional fixed sections ([b6acaa3](https://github.com/NicTool/dns-nameserver/commit/b6acaa301de2247059ec13dc0c2701aa36a101a0)) * knot: add URL to config file reference * nsd: add parser ([fa49d1d](https://github.com/NicTool/dns-nameserver/commit/fa49d1da91e3e3bb2ac40d03bdfe60ea71b03710)) -#### 0.1.1 - 2022-04-07 +### 0.1.1 - 2022-04-07 * add knot config parser * named.conf parser, basics -#### 0.1.0 - 2022-04-02 +### 0.1.0 - 2022-04-02 * added CHANGELOG + + +[0.7.0]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.0 +[0.7.1]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.1 +[0.7.2]: https://github.com/NicTool/dns-nameserver/releases/tag/0.7.2 diff --git a/README.md b/README.md index 66cf669..ecdaee2 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,6 @@ Does the heavy lifting for `getZones`. Accepts and string and returns an object + fix, feature, BREAKING CHANGE, build, chore, ci, docs, style, test - [keep a changelog](https://keepachangelog.com/) - [sentimental versioning](http://sentimentalversioning.org) + +[![Module Tests](https://github.com/NicTool/dns-nameserver/actions/workflows/ci.yml/badge.svg)](https://github.com/NicTool/dns-nameserver/actions/workflows/ci.yml) +[![Coverage Status](https://coveralls.io/repos/github/NicTool/dns-nameserver/badge.svg?branch=master)](https://coveralls.io/github/NicTool/dns-nameserver?branch=master) diff --git a/package.json b/package.json index faa63e8..02537aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nictool/dns-nameserver", - "version": "0.7.1", + "version": "0.7.2", "description": "DNS Nameserver", "main": "index.js", "bin": {}, @@ -9,7 +9,6 @@ "node": ">=14.0" }, "scripts": { - "coverage": "npx c8 npm test", "lint": "npx eslint index.js test", "lintfix": "npx eslint --fix index.js test", "test": "npx mocha",