Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/acceptance/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2022, 2025
# SPDX-License-Identifier: MPL-2.0

---
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 HashiCorp, Inc.
Copyright IBM Corp. 2022, 2025

Mozilla Public License Version 2.0
==================================
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ steps:
- name: Set up Enos
uses: hashicorp/action-setup-enos@v1
with:
version: 0.0.33 # You only need to specify a version if you wish to override the default version
version: 0.0.34 # You only need to specify a version if you wish to override the default version
```

## Inputs

The actions supports the following inputs:

- `version`: The version of `enos` to install, defaulting to `0.0.33`
- `version`: The version of `enos` to install, defaulting to `0.0.34`

## Release a new version of Enos

- [ ] Ensure that you have the latest version of Node 20 (Iron) installed
- [ ] Ensure that you have installed the [copywrite](https://github.com/hashicorp/copywrite) utility
- [ ] Ensure that you have the latest version of Node 24 (krypton) installed
- [ ] Ensure that you have installed the [copywrite](https://github.com/hashicorp/copywrite_ibm) utility
for writing copywrite headers.
- [ ] Bump the version in `package.json`. **This is the action version, not the enos cli version, it wont likely match the enos version**
- [ ] If we're releasing a new version of `enos`:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2022, 2025
# SPDX-License-Identifier: MPL-2.0

name: setup-enos
Expand Down
14 changes: 7 additions & 7 deletions dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
Comment thread
raskchanky marked this conversation as resolved.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -37210,7 +37210,7 @@ var createUnauthenticatedAuth = function createUnauthenticatedAuth2(options) {

;// CONCATENATED MODULE: ./src/octokit.js
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -44388,7 +44388,7 @@ const got = source_create(defaults);

;// CONCATENATED MODULE: ./src/github-release.js
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -44478,7 +44478,7 @@ async function getByTag(client, owner, repo, tag) {

;// CONCATENATED MODULE: ./src/enos.js
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand All @@ -44492,7 +44492,7 @@ const executableName = "enos";
const gitHubRepositoryOwner = "hashicorp";
const gitHubRepositoryRepo = "enos";

const latestVersion = "0.0.33";
const latestVersion = "0.0.34";

async function downloadReleaseAsset(client, releaseAsset, directory) {
try {
Expand Down Expand Up @@ -44580,7 +44580,7 @@ async function versionNumber() {

;// CONCATENATED MODULE: ./src/main.js
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down Expand Up @@ -44665,7 +44665,7 @@ Found enos version ${outputs.version} in path

;// CONCATENATED MODULE: ./src/index.js
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
16 changes: 11 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "action-setup-enos",
"type": "module",
"version": "1.38",
"version": "1.39",
"description": "Setup Enos CLI for GitHub Actions",
"scripts": {
"all": "npm run build && npm run ci",
"build": "npm run prepare && npm run headers && npm run format:write",
"ci": "npm run lint && npm run format:check && npm run test",
"format:write": "npx prettier --write .",
"format:check": "npx prettier --check .",
"headers": "copywrite headers",
"headers": "copywrite_ibm headers --year1 2022 --year2 2025",
"lint": "npx eslint ./src",
"prepare": "npx ncc build src/index.js -o dist --license licenses.txt",
"test": "npx vitest run"
Expand Down
4 changes: 2 additions & 2 deletions src/enos.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand All @@ -13,7 +13,7 @@ const executableName = "enos";
const gitHubRepositoryOwner = "hashicorp";
const gitHubRepositoryRepo = "enos";

export const latestVersion = "0.0.33";
export const latestVersion = "0.0.34";

export async function downloadReleaseAsset(client, releaseAsset, directory) {
try {
Expand Down
2 changes: 1 addition & 1 deletion src/enos.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/github-release.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/github-release.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion src/octokit.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion vitest.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2022, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
Loading