Skip to content

Commit b4cd1da

Browse files
chore(master): release 2.17.0 (#781)
🤖 I have created a release *beep* *boop* --- ## [2.17.0](v2.16.0...v2.17.0) (2023-11-29) ### Features * lint resolution TDE-938 ([#747](#747)) ([b4b8512](b4b8512)) * Lint workflows using actionlint TDE-919 ([#742](#742)) ([8c458b4](8c458b4)) * Pin actions to hashes TDE-934 ([#758](#758)) ([cd7d938](cd7d938)) ### Bug Fixes * GitHub PAT for Argo Workflows Pull Requests TDE-940 ([#768](#768)) ([392371f](392371f)) * Run code under test TDE-968 ([#779](#779)) ([9d4563f](9d4563f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 392371f commit b4cd1da

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.16.0"
2+
".": "2.17.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [2.17.0](https://github.com/linz/argo-tasks/compare/v2.16.0...v2.17.0) (2023-11-29)
4+
5+
6+
### Features
7+
8+
* lint resolution TDE-938 ([#747](https://github.com/linz/argo-tasks/issues/747)) ([b4b8512](https://github.com/linz/argo-tasks/commit/b4b851208dddcca2a6b2c7419b882914276f9155))
9+
* Lint workflows using actionlint TDE-919 ([#742](https://github.com/linz/argo-tasks/issues/742)) ([8c458b4](https://github.com/linz/argo-tasks/commit/8c458b4a1a1a5c48d6c604e72b3c91f15bbb6949))
10+
* Pin actions to hashes TDE-934 ([#758](https://github.com/linz/argo-tasks/issues/758)) ([cd7d938](https://github.com/linz/argo-tasks/commit/cd7d93829b240b11bc627d35386e1340266cee52))
11+
12+
13+
### Bug Fixes
14+
15+
* GitHub PAT for Argo Workflows Pull Requests TDE-940 ([#768](https://github.com/linz/argo-tasks/issues/768)) ([392371f](https://github.com/linz/argo-tasks/commit/392371f1403c71bc27dd756ae5a9bca640d1b2aa))
16+
* Run code under test TDE-968 ([#779](https://github.com/linz/argo-tasks/issues/779)) ([9d4563f](https://github.com/linz/argo-tasks/commit/9d4563f28d8d704a15552fecfe742978f8214098))
17+
318
## [2.16.0](https://github.com/linz/argo-tasks/compare/v2.15.1...v2.16.0) (2023-11-08)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linzjs/argo-tasks",
33
"private": true,
4-
"version": "2.16.0",
4+
"version": "2.17.0",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",
77
"repository": "[email protected]:linz/argo-tasks.git",

0 commit comments

Comments
 (0)