Skip to content

Commit a68779e

Browse files
chore: revert CLI Version 0.106.3, a test release performed (#1755)
chore: revert CLI Version 0.106.3, a test release performed (#1755)
1 parent 33908ba commit a68779e

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
path: /home/runner/.aws/credentials
122122
contents: |
123123
[virtuoso_user]
124-
aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID_V2 }}
125-
aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY_V2 }}
124+
aws_access_key_id=${{ secrets.AWS_ACCESS_KEY_ID }}
125+
aws_secret_access_key=${{ secrets.AWS_SECRET_ACCESS_KEY }}
126126
write-mode: overwrite
127127

128128
- name: Write AWS config 2

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
<a name="v0.106.3"></a>
2-
## [v0.106.3] - 2025-11-05
3-
### Bug Fixes
4-
- update release workflow to use updated secrets
5-
61
<a name="v0.106.2"></a>
7-
## [v0.106.2] - 2025-11-03
2+
## [v0.106.2] - 2025-10-30
83
<a name="v0.106.1"></a>
94
## [v0.106.1] - 2025-10-30
105
<a name="v0.106.0"></a>
@@ -2638,8 +2633,7 @@
26382633
- **profile:** Add listing of profiles to command
26392634
- **profile:** Enable reading of profiles and use Region/APIKey from default profile
26402635

2641-
[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.106.3...HEAD
2642-
[v0.106.3]: https://github.com/newrelic/newrelic-cli/compare/v0.106.2...v0.106.3
2636+
[Unreleased]: https://github.com/newrelic/newrelic-cli/compare/v0.106.2...HEAD
26432637
[v0.106.2]: https://github.com/newrelic/newrelic-cli/compare/v0.106.1...v0.106.2
26442638
[v0.106.1]: https://github.com/newrelic/newrelic-cli/compare/v0.106.0...v0.106.1
26452639
[v0.106.0]: https://github.com/newrelic/newrelic-cli/compare/v0.105.2...v0.106.0

newrelic-cli.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.106.3",
2+
"version": "0.106.2",
33
"architecture": {
44
"64bit": {
5-
"url": "https://github.com/newrelic/newrelic-cli/releases/download/v0.106.3/newrelic-cli_0.106.3_Windows_x86_64.zip",
5+
"url": "https://github.com/newrelic/newrelic-cli/releases/download/v0.106.2/newrelic-cli_0.106.2_Windows_x86_64.zip",
66
"bin": [
77
"newrelic.exe"
88
],
9-
"hash": "035b41e86d277f6fa54a2acf18e669026cfcf560fc49a4e432bfce8d25b7ce3b"
9+
"hash": "1baa85b9a9e9f83cce887c8772be07c1bdb0590fa5dc98b4e26e29c3b449a991"
1010
}
1111
},
1212
"homepage": "https://github.com/newrelic/newrelic-cli",

0 commit comments

Comments
 (0)