Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance HSM deployment prototype to use the same signing process for .exe and .msi #8457

Merged
merged 2 commits into from Dec 14, 2023

Conversation

andyfeller
Copy link
Contributor

relates https://github.com/github/cli/issues/213

Hopefully this is the final change to the prototype for Windows HSM signing, consolidated to use signtool directly for signing both .exe and .msi

One of the changes was moving away from the more archaic .bat batch file for a more robust and supportable PowerShell script .ps1, which will also allow us to invoke the same script for both operations.

cc: @niik

- converts the process from using script/sign.bat to script/sign.ps1 for supportability and capability
- resolves signtool on runner in order to run rather than hardcoded path
@andyfeller andyfeller requested a review from a team as a code owner December 13, 2023 15:23
@andyfeller andyfeller requested review from samcoe and removed request for a team December 13, 2023 15:23
@cliAutomation cliAutomation added the external pull request originating outside of the CLI core team label Dec 13, 2023
@cliAutomation cliAutomation added this to Needs review 🤔 in The GitHub CLI Dec 13, 2023
@andyfeller andyfeller changed the title Andyfeller/213 windows hsm signing testing Enhance HSM deployment prototype to use the same signing process for .exe and .msi Dec 13, 2023
Copy link
Member

@williammartin williammartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I assume at some point we'd also remove the bat (along with our packaged signtool I guess)

@andyfeller andyfeller merged commit 29f4096 into trunk Dec 14, 2023
11 checks passed
@andyfeller andyfeller deleted the andyfeller/213-windows-hsm-signing-testing branch December 14, 2023 12:10
@yahyafurkann

This comment was marked as spam.

renovate bot added a commit to scottames/dots that referenced this pull request Jan 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [BurntSushi/ripgrep](https://togithub.com/BurntSushi/ripgrep) | minor
| `14.0.3` -> `14.1.0` |
|
[GoogleContainerTools/skaffold](https://togithub.com/GoogleContainerTools/skaffold)
| minor | `v2.9.0` -> `v2.10.0` |
| [aquaproj/aqua-registry](https://togithub.com/aquaproj/aqua-registry)
| minor | `v4.113.0` -> `v4.115.0` |
| [casey/just](https://togithub.com/casey/just) | patch | `1.22.0` ->
`1.22.1` |
| [cli/cli](https://togithub.com/cli/cli) | minor | `v2.40.1` ->
`v2.42.0` |
| [derailed/k9s](https://togithub.com/derailed/k9s) | minor | `v0.30.8`
-> `v0.31.4` |
| [simulot/immich-go](https://togithub.com/simulot/immich-go) | patch |
`0.9.7` -> `0.9.9` |
| [stern/stern](https://togithub.com/stern/stern) | minor | `v1.27.0` ->
`v1.28.0` |
|
[terraform-linters/tflint](https://togithub.com/terraform-linters/tflint)
| patch | `v0.50.0` -> `v0.50.1` |
| [twpayne/chezmoi](https://togithub.com/twpayne/chezmoi) | minor |
`v2.43.0` -> `v2.44.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>BurntSushi/ripgrep (BurntSushi/ripgrep)</summary>

###
[`v14.1.0`](https://togithub.com/BurntSushi/ripgrep/blob/HEAD/CHANGELOG.md#1410-2024-01-06)

[Compare
Source](https://togithub.com/BurntSushi/ripgrep/compare/14.0.3...14.1.0)

\===================
This is a minor release with a few small new features and bug fixes.
This
release contains a bug fix for unbounded memory growth while walking a
directory tree. This release also includes improvements to the
completions for
the `fish` shell, and release binaries for several additional ARM
targets.

Bug fixes:

- [BUG
#&#8203;2664](https://togithub.com/BurntSushi/ripgrep/issues/2690):
    Fix unbounded memory growth in the `ignore` crate.

Feature enhancements:

-   Added or improved file type filtering for Lean and Meson.
- [FEATURE
#&#8203;2684](https://togithub.com/BurntSushi/ripgrep/issues/2684):
    Improve completions for the `fish` shell.
- [FEATURE
#&#8203;2702](https://togithub.com/BurntSushi/ripgrep/pull/2702):
    Add release binaries for `armv7-unknown-linux-gnueabihf`,
    `armv7-unknown-linux-musleabihf` and `armv7-unknown-linux-musleabi`.

</details>

<details>
<summary>GoogleContainerTools/skaffold
(GoogleContainerTools/skaffold)</summary>

###
[`v2.10.0`](https://togithub.com/GoogleContainerTools/skaffold/blob/HEAD/CHANGELOG.md#v2100-Release---01092024)

[Compare
Source](https://togithub.com/GoogleContainerTools/skaffold/compare/v2.9.0...v2.10.0)

**Linux amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.10.0/skaffold-linux-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Linux arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.10.0/skaffold-linux-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS amd64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.10.0/skaffold-darwin-amd64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**macOS arm64**
`curl -Lo skaffold
https://storage.googleapis.com/skaffold/releases/v2.10.0/skaffold-darwin-arm64
&& chmod +x skaffold && sudo mv skaffold /usr/local/bin`

**Windows**

https://storage.googleapis.com/skaffold/releases/v2.10.0/skaffold-windows-amd64.exe

**Docker image**
`gcr.io/k8s-skaffold/skaffold:v2.10.0`

Note: This release comes with a new config version, `v4beta9`. To
upgrade your skaffold.yaml, use `skaffold fix`. If you choose not to
upgrade, skaffold will auto-upgrade as best as it can.

New Features and Additions:

- feat: Skaffold post renderer
[#&#8203;9203](https://togithub.com/GoogleContainerTools/skaffold/pull/9203)

Fixes:

- fix: helm-deploy-chart-path-template
[#&#8203;9243](https://togithub.com/GoogleContainerTools/skaffold/pull/9243)
- fix: apply-setter and transformer should ignore non-k8s-resource for
kustomize paramterization
[#&#8203;9240](https://togithub.com/GoogleContainerTools/skaffold/pull/9240)
- fix: Scope Issue with the 'entry' variable when looking up remote
images and tests additions
[#&#8203;9211](https://togithub.com/GoogleContainerTools/skaffold/pull/9211)
- fix: remove global helm flags from flags sent to `skaffold filter`
[#&#8203;9212](https://togithub.com/GoogleContainerTools/skaffold/pull/9212)
- fix: puling images when working with a remote repository
([#&#8203;9177](https://togithub.com/GoogleContainerTools/skaffold/issues/9177))
[#&#8203;9181](https://togithub.com/GoogleContainerTools/skaffold/pull/9181)
- fix: custom crd not printing streams logs
[#&#8203;9136](https://togithub.com/GoogleContainerTools/skaffold/pull/9136)
- fix: Enable docker build without cli
[#&#8203;9178](https://togithub.com/GoogleContainerTools/skaffold/pull/9178)
- Fix panic in Logger.Stop
[#&#8203;9159](https://togithub.com/GoogleContainerTools/skaffold/pull/9159)
- fix: sync slow 2.9
[#&#8203;9168](https://togithub.com/GoogleContainerTools/skaffold/pull/9168)
- fix: sync slow
[#&#8203;9167](https://togithub.com/GoogleContainerTools/skaffold/pull/9167)

Updates and Refactors:

- chore: bump puma from 5.6.7 to 5.6.8 in
/integration/examples/ruby/backend
[#&#8203;9244](https://togithub.com/GoogleContainerTools/skaffold/pull/9244)
- chore: bump github/codeql-action from 3.22.12 to 3.23.0
[#&#8203;9241](https://togithub.com/GoogleContainerTools/skaffold/pull/9241)
- chore: bump golang.org/x/crypto from 0.12.0 to 0.17.0
[#&#8203;9227](https://togithub.com/GoogleContainerTools/skaffold/pull/9227)
- chore: bump github/codeql-action from 2.22.9 to 3.22.12
[#&#8203;9231](https://togithub.com/GoogleContainerTools/skaffold/pull/9231)
- chore: bump github.com/go-git/go-git/v5 from 5.8.1 to 5.11.0
[#&#8203;9234](https://togithub.com/GoogleContainerTools/skaffold/pull/9234)
- chore: bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /hack/tools
[#&#8203;9228](https://togithub.com/GoogleContainerTools/skaffold/pull/9228)
- chore: bump github/codeql-action from 2.22.8 to 2.22.9
[#&#8203;9214](https://togithub.com/GoogleContainerTools/skaffold/pull/9214)
- chore: bump github/codeql-action from 2.22.7 to 2.22.8
[#&#8203;9193](https://togithub.com/GoogleContainerTools/skaffold/pull/9193)
- chore: bump actions/upload-artifact from 3.1.3 to 4.0.0
[#&#8203;9226](https://togithub.com/GoogleContainerTools/skaffold/pull/9226)
- chore: bump github/codeql-action from 2.22.6 to 2.22.7
[#&#8203;9180](https://togithub.com/GoogleContainerTools/skaffold/pull/9180)
- chore: bump github/codeql-action from 2.22.5 to 2.22.6
[#&#8203;9173](https://togithub.com/GoogleContainerTools/skaffold/pull/9173)
- chore: clean up example project deps
[#&#8203;9216](https://togithub.com/GoogleContainerTools/skaffold/pull/9216)
- chore: inject imageInfo when expanding templates for ko builder
[#&#8203;9207](https://togithub.com/GoogleContainerTools/skaffold/pull/9207)
- chore: change bazel example
[#&#8203;9218](https://togithub.com/GoogleContainerTools/skaffold/pull/9218)
- fix: add riscv64 to the install-golint.sh script
[#&#8203;9210](https://togithub.com/GoogleContainerTools/skaffold/pull/9210)
- chore: generate schema v4beta9
[#&#8203;9204](https://togithub.com/GoogleContainerTools/skaffold/pull/9204)

Docs, Test, and Release Updates:

- docs: Add missing template field
[#&#8203;9186](https://togithub.com/GoogleContainerTools/skaffold/pull/9186)

Huge thanks goes out to all of our contributors for this release:

-   Andreas Bergmeier
-   Renzo Rojas
-   beast
-   dependabot\[bot]
-   ericzzzzzzz
-   mboulton-fathom
-   xord37
-   xun

</details>

<details>
<summary>aquaproj/aqua-registry (aquaproj/aqua-registry)</summary>

###
[`v4.115.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.115.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.114.0...v4.115.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.115.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.115.0)
| aquaproj/aqua-registry@v4.114.0...v4.115.0

#### 🎉 New Packages


[#&#8203;18818](https://togithub.com/aquaproj/aqua-registry/issues/18818)
[rustic-rs/rustic](https://togithub.com/rustic-rs/rustic): rustic -
fast, encrypted, and deduplicated backups powered by Rust
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

#### Fixes


[#&#8203;18864](https://togithub.com/aquaproj/aqua-registry/issues/18864)
cloudposse/atmos: Support old versions

[#&#8203;18838](https://togithub.com/aquaproj/aqua-registry/issues/18838)
bensadeh/tailspin: Follow up changes of tailspin 2.3.0

###
[`v4.114.0`](https://togithub.com/aquaproj/aqua-registry/releases/tag/v4.114.0)

[Compare
Source](https://togithub.com/aquaproj/aqua-registry/compare/v4.113.0...v4.114.0)


[Issues](https://togithub.com/aquaproj/aqua-registry/issues?q=is%3Aissue+milestone%3Av4.114.0)
| [Pull
Requests](https://togithub.com/aquaproj/aqua-registry/pulls?q=is%3Apr+milestone%3Av4.114.0)
| aquaproj/aqua-registry@v4.113.0...v4.114.0

#### 🎉 New Packages


[#&#8203;18778](https://togithub.com/aquaproj/aqua-registry/issues/18778)
[sigoden/aichat](https://togithub.com/sigoden/aichat): Use GPT-4(V),
Gemini, LocalAI, Ollama and other LLMs in the terminal
[@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

#### Fixes


[#&#8203;18781](https://togithub.com/aquaproj/aqua-registry/issues/18781)
[#&#8203;18782](https://togithub.com/aquaproj/aqua-registry/issues/18782)
oxc-project/oxc/oxlint: Follow up changes for oxc-project/oxc/oxlint
v0.1.1 [@&#8203;CrystalMethod](https://togithub.com/CrystalMethod)

[#&#8203;18793](https://togithub.com/aquaproj/aqua-registry/issues/18793)
yitsushi/totp-cli: Follow up changes of totp-cli v1.8.7

</details>

<details>
<summary>casey/just (casey/just)</summary>

###
[`v1.22.1`](https://togithub.com/casey/just/blob/HEAD/CHANGELOG.md#1221---2024-01-08)

[Compare
Source](https://togithub.com/casey/just/compare/1.22.0...1.22.1)

##### Fixed

- Don't conflate recipes with the same name in different modules
([#&#8203;1825](https://togithub.com/casey/just/pull/1825))

##### Misc

- Clarify that UUID is version 4
([#&#8203;1821](https://togithub.com/casey/just/pull/1821) by
[tgross35](https://togithub.com/tgross35))
- Make sigil stripping from recipe lines less incomprehensible
([#&#8203;1812](https://togithub.com/casey/just/pull/1812))
- Refactor invalid path argument check
([#&#8203;1811](https://togithub.com/casey/just/pull/1811))

</details>

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.42.0`](https://togithub.com/cli/cli/releases/tag/v2.42.0):
GitHub CLI 2.42.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.41.0...v2.42.0)

#### What's Changed

- Support template, jq flags with standard format flag by
[@&#8203;heaths](https://togithub.com/heaths) in
[cli/cli#7832
- Prevent downloading releases with assets that match windows reserved
filenames by [@&#8203;samcoe](https://togithub.com/samcoe) in
[cli/cli#8517
- Backquote settings in `gh-config` docs by
[@&#8203;muzimuzhi](https://togithub.com/muzimuzhi) in
[cli/cli#8479

**Full Changelog**: cli/cli@v2.41.0...v2.42.0

### [`v2.41.0`](https://togithub.com/cli/cli/releases/tag/v2.41.0):
GitHub CLI 2.41.0

[Compare Source](https://togithub.com/cli/cli/compare/v2.40.1...v2.41.0)

As you can see from the notes below, this release contains some quality
of life improvements as well as a move to Azure Code Signing for Windows
.exe and .msi release artifacts. This change was extensively tested
prior to the holidays before our previous signing certificate expired,
however the CLI team is being attentive to issues or discussions raised
by our Windows community if any problems or concerns arise. 🙇 ❤️

#### What's Changed

- Enhance HSM deployment prototype to use the same signing process for
.exe and .msi by [@&#8203;andyfeller](https://togithub.com/andyfeller)
in
[cli/cli#8457
- Fix issue sourcing signtool for Windows signing by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#8464
- build(deps): bump github/codeql-action from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8463
- Verify the downloaded zip for `gh run view --log` by
[@&#8203;benebsiny](https://togithub.com/benebsiny) in
[cli/cli#8459
- Update deployment workflow for final HSM solution by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#8465
- build(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[cli/cli#8473
- Add more help message to browse command by
[@&#8203;samueldurantes](https://togithub.com/samueldurantes) in
[cli/cli#8453
- Remove redundant MSI signing environment variables typo by
[@&#8203;andyfeller](https://togithub.com/andyfeller) in
[cli/cli#8542

#### New Contributors

- [@&#8203;samueldurantes](https://togithub.com/samueldurantes) made
their first contribution in
[cli/cli#8453

**Full Changelog**: cli/cli@v2.40.1...v2.41.0

</details>

<details>
<summary>derailed/k9s (derailed/k9s)</summary>

### [`v0.31.4`](https://togithub.com/derailed/k9s/releases/tag/v0.31.4)

[Compare
Source](https://togithub.com/derailed/k9s/compare/v0.31.3...v0.31.4)

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png"
align="center" width="800" height="auto"/>

### Release v0.31.4
#### Notes

Thank you to all that contributed with flushing out issues and
enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind
grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are,
as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others
on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus
if you feel K9s is helping your Kubernetes journey,
please consider joining our [sponsorship
program](https://togithub.com/sponsors/derailed) and/or make some noise
on social! [@&#8203;kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us
[K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)

#### Maintenance Release!

More aftermath...

Thank you all for pitching in and helping flesh out issues!!

Please make sure to add gory details to issues ie relevant configs,
debug logs, etc...

Comments like: `same here!` or `me to!` doesn't really help us zero in.
Everyone has slightly different settings/platforms so every little bits
of info helps with the resolves.
Thank you!!

***

#### Videos Are In The Can!

Please dial [K9s
Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgjmw) for
up coming content...

-   [K9s v0.31.0 Configs+Sneak peek](https://youtu.be/X3444KfjguE)
-   [K9s v0.30.0 Sneak peek](https://youtu.be/mVBc1XneRJ4)
-   [Vulnerability Scans](https://youtu.be/ULkl0MsaidU)

***

#### Resolved Issues

- [#&#8203;2463](https://togithub.com/derailed/k9s/issues/2463) v0.31.3
(Linux_amd64) gives runtime error on startup

***

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png"
width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials
licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

### [`v0.31.3`](https://togithub.com/derailed/k9s/releases/tag/v0.31.3)

[Compare
Source](https://togithub.com/derailed/k9s/compare/v0.31.2...v0.31.3)

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png"
align="center" width="800" height="auto"/>

### Release v0.31.3
#### Notes

Thank you to all that contributed with flushing out issues and
enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind
grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are,
as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others
on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus
if you feel K9s is helping your Kubernetes journey,
please consider joining our [sponsorship
program](https://togithub.com/sponsors/derailed) and/or make some noise
on social! [@&#8203;kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us
[K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)

#### Maintenance Release!

The aftermath...

Thank you all for pitching in and helping flesh out issues!!

Please make sure to add gory details to issues ie relevant configs,
debug logs, etc...

Comments like: `same here!` doesn't really help us zero in. Everyone has
slightly different settings/platforms so every little bits of info helps
with the resolves.
Thank you!!

***

#### Videos Are In The Can!

Please dial [K9s
Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgjmw) for
up coming content...

-   [K9s v0.31.0 Configs+Sneak peek](https://youtu.be/X3444KfjguE)
-   [K9s v0.30.0 Sneak peek](https://youtu.be/mVBc1XneRJ4)
-   [Vulnerability Scans](https://youtu.be/ULkl0MsaidU)

***

#### Resolved Issues

- [#&#8203;2459](https://togithub.com/derailed/k9s/issues/2459) No
permission to see deployments/statefulsets even though I have them
- [#&#8203;2458](https://togithub.com/derailed/k9s/issues/2458) panic on
run without current context
- [#&#8203;2454](https://togithub.com/derailed/k9s/issues/2454) Invoking
K9s ends in panic question
- [#&#8203;2435](https://togithub.com/derailed/k9s/issues/2435) "yaml:
line 15: could not find expected ':'" error bug question (May be??)

***

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png"
width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials
licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

### [`v0.31.2`](https://togithub.com/derailed/k9s/releases/tag/v0.31.2)

[Compare
Source](https://togithub.com/derailed/k9s/compare/v0.31.1...v0.31.2)

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png"
align="center" width="800" height="auto"/>

### Release v0.31.2
#### Notes

Thank you to all that contributed with flushing out issues and
enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind
grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are,
as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others
on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus
if you feel K9s is helping your Kubernetes journey,
please consider joining our [sponsorship
program](https://togithub.com/sponsors/derailed) and/or make some noise
on social! [@&#8203;kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us
[K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)

#### Maintenance Release!

Yikes! The aftermath...

Thank you all for pitching in and helping flesh out issues!!

Please make sure to add gory details to issues ie relevant configs,
debug logs, etc...

Comments like: `same here!` doesn't really help us zero in. Everyone has
slightly different settings/platforms so every little bits of info helps
with the resolves.
Thank you!!

***

#### Videos Are In The Can!

Please dial [K9s
Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgjmw) for
up coming content...

-   [K9s v0.31.0 Configs+Sneak peek](https://youtu.be/X3444KfjguE)
-   [K9s v0.30.0 Sneak peek](https://youtu.be/mVBc1XneRJ4)
-   [Vulnerability Scans](https://youtu.be/ULkl0MsaidU)

***

#### Resolved Issues

- [#&#8203;2449](https://togithub.com/derailed/k9s/issues/2449) \[Bug]:
views.yaml columns not respected on startup
- [#&#8203;2448](https://togithub.com/derailed/k9s/issues/2448) Missing
'.thresholds' in config.yaml result in 'assignment to entry in nil map'
- [#&#8203;2446](https://togithub.com/derailed/k9s/issues/2446) Context
Switch unreliable/not working

***

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png"
width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials
licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

### [`v0.31.1`](https://togithub.com/derailed/k9s/releases/tag/v0.31.1)

[Compare
Source](https://togithub.com/derailed/k9s/compare/v0.31.0...v0.31.1)

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png"
align="center" width="800" height="auto"/>

### Release v0.31.1
#### Notes

Thank you to all that contributed with flushing out issues and
enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind
grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are,
as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others
on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus
if you feel K9s is helping your Kubernetes journey,
please consider joining our [sponsorship
program](https://togithub.com/sponsors/derailed) and/or make some noise
on social! [@&#8203;kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us
[K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)

***

#### ♫ Sounds Behind The Release ♭

- [Border Crossing - Eek A
Mouse](https://www.youtube.com/watch?v=KaAC9dBPcOM)
-   [The Weight - The Band](https://www.youtube.com/watch?v=FFqb1I-hiHE)
- [Wonderin' - Neil Young](https://www.youtube.com/watch?v=h0PlwVPbM5k)
- [When Your Lover Has Gone - Louis
Armstrong](https://www.youtube.com/watch?v=1tdfIj0fvlA)

***

#### A Word From Our Sponsors...

To all the good folks below that opted to `pay it forward` and join our
sponsorship program, I salute you!!

-   [Jacky Nguyen](https://togithub.com/nktpro)
-   [Eckl, Máté](https://togithub.com/ecklm)
-   [Jörgen](https://togithub.com/wthrbtn)
-   [kmath313](https://togithub.com/kmath313)
-   [a-thomas-22](https://togithub.com/a-thomas-22)
-   [wpbeckwith](https://togithub.com/wpbeckwith)
-   [Dima Altukhov](https://togithub.com/alt-dima)
-   [Shoshin Nikita](https://togithub.com/ShoshinNikita)
-   [Tu Hoang](https://togithub.com/rebyn)
-   [Andreas Frangopoulos](https://togithub.com/qubeio)

> Sponsorship cancellations since the last release: **7!** 🥹

#### Feature Release!

😳 Found a few issues in the neutrino drive...
This is another fairly heavy drop so bracing for impact 😱
Be sure to dial in the v0.31.0 SneakPeek video below for the gory
details!

😵 Hopefully we've move the needle in the right direction on this drop...
🤞

Thank you all for your kindness, feedback and assistance in flushing out
issues!!

> ☢️ Repeating v0.31.0 release notes here as we tweaked the initial drop
☢️

##### Hold My Hand...

In this drop, we've added schema validation to ensure various configs
are setup as expected.
K9s will now run validation checks on the following configurations:

1.  K9s main configuration (config.yaml)
2.  Context specific configs (clusterX/contextY/config.yaml)
3.  Skins
4.  Aliases
5.  HotKeys
6.  Plugins
7.  Views

K9s behavior changed in this release if the main configuration does not
match schema expectations.
In the past, the configuration will be validated, updated and saved
should validation checks failed. Now the app will stop and report
validation issues.

The schemas are set to be a bit loose for the time being. Once we/ve
vetted they are cool, we could publish them out (with additional TLC!)
so k9s users can leverage them in their favorite editors.

In the meantime, you'll need to keep k9s logs handy, to check for
validation errors. The validation messages can be somewhat cryptic at
times and so please be sure to include your debug logs and config
settings when reporting issues which might be plenty ;(.

##### Breaking Bad!

With this release, k9s may not start correctly if the config.yaml
configurations are incorrect!

Configuration changes:

1.  DRY fullScreenLogs -> fullScreens (k9s root config.yaml)

    ```yaml
    ```

### $XDG_CONFIG_HOME/k9s/config.yaml

k9s:
liveViewAutoRefresh: false
logger:
sinceSeconds: -1
fullScreen: false # => Was fullScreenLogs
...

````

2. Views Configuration.
To match other configurations the root is now `views:` vs `k9s: views:`

```yaml

### $XDG_CONFIG_HOME/k9s/views.yaml
views: # => Was k9s:\n  views:
 v1/pods:
   columns:
     - AGE
     - NAMESPACE
     ...
````

##### Serenity Now!

You can now opt in/out of the `reactive ui` feature. This feature enable users to make change to some configurations and see changes reflected live in the ui. This feature is now disabled by default and one must opt-in to enable via `k9s.UI.reactive`
Reactive UI provides for monitoring various config files on disk and update the UI when changes to those files occur. This is handy while tuning skins, plugins, aliases, hotkeys and benchmarks parameters.

```yaml

### $XDG_CONFIG_HOME/k9s/config.yaml
k9s:
  liveViewAutoRefresh: false
  UI:
    ...
    reactive: true # => enable/disable reactive UI
  ...
```

***

#### Videos Are In The Can!

Please dial [K9s Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgjmw) for up coming content...

-   [K9s v0.31.0 Configs+Sneak peek](https://youtu.be/X3444KfjguE)
-   [K9s v0.30.0 Sneak peek](https://youtu.be/mVBc1XneRJ4)
-   [Vulnerability Scans](https://youtu.be/ULkl0MsaidU)

***

#### Resolved Issues

-   [#&#8203;2434](https://togithub.com/derailed/k9s/issues/2434) readOnly: true in config.yaml doesnt get overriden by readOnly: false in cluster config
-   [#&#8203;2430](https://togithub.com/derailed/k9s/issues/2430) Referencing a namespace with the name of an alias inside an alias causes infinite loop
-   [#&#8203;2428](https://togithub.com/derailed/k9s/issues/2428) Boom!! runtime error: invalid memory address or nil pointer dereference - v0.30.8
-   [#&#8203;2421](https://togithub.com/derailed/k9s/issues/2421) k9s/config.yaml configuration file is overwritten on launch

***

#### Contributed PRs

Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the fine contributors for making K9s better for all of us!!

-   [#&#8203;2433](https://togithub.com/derailed/k9s/pull/2433) switch contexts only when needed
-   [#&#8203;2429](https://togithub.com/derailed/k9s/pull/2429) Reference correct configuration ENV var in README
-   [#&#8203;2426](https://togithub.com/derailed/k9s/pull/2426) Update carvel plugin kick to shift K
-   [#&#8203;2420](https://togithub.com/derailed/k9s/pull/2420) supports referencing envs in hotkeys
-   [#&#8203;2419](https://togithub.com/derailed/k9s/pull/2419) fix typo

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png" width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

### [`v0.31.0`](https://togithub.com/derailed/k9s/releases/tag/v0.31.0)

[Compare Source](https://togithub.com/derailed/k9s/compare/v0.30.8...v0.31.0)

<img src="https://raw.githubusercontent.com/derailed/k9s/master/assets/k9s.png" align="center" width="800" height="auto"/>

### Release v0.31.0
#### Notes

Thank you to all that contributed with flushing out issues and enhancements for K9s!
I'll try to mark some of these issues as fixed. But if you don't mind grab the latest rev
and see if we're happier with some of the fixes!
If you've filed an issue please help me verify and close.

Your support, kindness and awesome suggestions to make K9s better are, as ever, very much noted and appreciated!
Also big thanks to all that have allocated their own time to help others on both slack and on this repo!!

As you may know, K9s is not pimped out by corps with deep pockets, thus if you feel K9s is helping your Kubernetes journey,
please consider joining our [sponsorship program](https://togithub.com/sponsors/derailed) and/or make some noise on social! [@&#8203;kitesurfer](https://twitter.com/kitesurfer)

On Slack? Please join us [K9slackers](https://join.slack.com/t/k9sers/shared_invite/enQtOTA5MDEyNzI5MTU0LWQ1ZGI3MzliYzZhZWEyNzYxYzA3NjE0YTk1YmFmNzViZjIyNzhkZGI0MmJjYzhlNjdlMGJhYzE2ZGU1NjkyNTM)

***

#### ♫ Sounds Behind The Release ♭

-   [Border Crossing - Eek A Mouse](https://www.youtube.com/watch?v=KaAC9dBPcOM)
-   [The Weight - The Band](https://www.youtube.com/watch?v=FFqb1I-hiHE)
-   [Wonderin' - Neil Young](https://www.youtube.com/watch?v=h0PlwVPbM5k)
-   [When Your Lover Has Gone - Louis Armstrong](https://www.youtube.com/watch?v=1tdfIj0fvlA)

***

#### A Word From Our Sponsors...

To all the good folks below that opted to `pay it forward` and join our sponsorship program, I salute you!!

-   [Jacky Nguyen](https://togithub.com/nktpro)
-   [Eckl, Máté](https://togithub.com/ecklm)
-   [Jörgen](https://togithub.com/wthrbtn)
-   [kmath313](https://togithub.com/kmath313)
-   [a-thomas-22](https://togithub.com/a-thomas-22)
-   [wpbeckwith](https://togithub.com/wpbeckwith)
-   [Dima Altukhov](https://togithub.com/alt-dima)
-   [Shoshin Nikita](https://togithub.com/ShoshinNikita)
-   [Tu Hoang](https://togithub.com/rebyn)
-   [Andreas Frangopoulos](https://togithub.com/qubeio)

> Sponsorship cancellations since the last release: **7!** 🥹

#### Feature Release!

😳 Found a few issues in the neutrino drive...
This is another fairly heavy drop so bracing for impact 😱
Be sure to dial in the v0.31.0 SneakPeek video below for the gory details!

😵 Hopefully we've move the needle in the right direction on this drop... 🤞

Thank you all for your kindness, feedback and assistance in flushing out issues!!

##### Hold My Hand...

In this drop, we've added schema validation to ensure various configs are setup as expected.
K9s will now run validation checks on the following configurations:

1.  K9s main configuration (config.yaml)
2.  Context specific configs (clusterX/contextY/config.yaml)
3.  Skins
4.  Aliases
5.  HotKeys
6.  Plugins
7.  Views

K9s behavior changed in this release if the main configuration does not match schema expectations.
In the past, the configuration will be validated, updated and saved should validation checks failed. Now the app will stop and report validation issues.

The schemas are set to be a bit loose for the time being. Once we/ve vetted they are cool, we could publish them out (with additional TLC!) so k9s users can leverage them in their favorite editors.

In the meantime, you'll need to keep k9s logs handy, to check for validation errors. The validation messages can be somewhat cryptic at times and so please be sure to include your debug logs and config settings when reporting issues which might be plenty ;(.

##### Breaking Bad!

Configuration changes:

1.  DRY fullScreenLogs -> fullScreens (k9s root config.yaml)

    ```yaml
    ```

### $XDG_CONFIG_HOME/k9s/config.yaml

k9s:
liveViewAutoRefresh: false
logger:
sinceSeconds: -1
fullScreen: false # => Was fullScreenLogs
...

````

2. Views Configuration.
To match other configurations the root is now `views:` vs `k9s: views:`

```yaml

### $XDG_CONFIG_HOME/k9s/views.yaml
views: # => Was k9s:\n  views:
 v1/pods:
   columns:
     - AGE
     - NAMESPACE
     ...
````

##### Serenity Now!

You can now opt in/out of the `reactive ui` feature. This feature enable
users to make change to some configurations and see changes reflected
live in the ui. This feature is now disabled by default and one must
opt-in to enable via `k9s.UI.reactive`
Reactive UI provides for monitoring various config files on disk and
update the UI when changes to those files occur. This is handy while
tuning skins, plugins, aliases, hotkeys and benchmarks parameters.

```yaml

### $XDG_CONFIG_HOME/k9s/config.yaml
k9s:
  liveViewAutoRefresh: false
  UI:
    ...
    reactive: true # => enable/disable reactive UI
  ...
```

***

#### Videos Are In The Can!

Please dial [K9s
Channel](https://www.youtube.com/channel/UC897uwPygni4QIjkPCpgjmw) for
up coming content...

-   [K9s v0.31.0 Configs+Sneak peek](https://youtu.be/X3444KfjguE)
-   [K9s v0.30.0 Sneak peek](https://youtu.be/mVBc1XneRJ4)
-   [Vulnerability Scans](https://youtu.be/ULkl0MsaidU)

***

#### Resolved Issues

- [#&#8203;2434](https://togithub.com/derailed/k9s/issues/2434)
readOnly: true in config.yaml doesnt get overriden by readOnly: false in
cluster config
- [#&#8203;2430](https://togithub.com/derailed/k9s/issues/2430)
Referencing a namespace with the name of an alias inside an alias causes
infinite loop
- [#&#8203;2428](https://togithub.com/derailed/k9s/issues/2428) Boom!!
runtime error: invalid memory address or nil pointer dereference -
v0.30.8
- [#&#8203;2421](https://togithub.com/derailed/k9s/issues/2421)
k9s/config.yaml configuration file is overwritten on launch

***

#### Contributed PRs

Please be sure to give `Big Thanks!` and `ATTA Girls/Boys!` to all the
fine contributors for making K9s better for all of us!!

- [#&#8203;2433](https://togithub.com/derailed/k9s/pull/2433) switch
contexts only when needed
- [#&#8203;2429](https://togithub.com/derailed/k9s/pull/2429) Reference
correct configuration ENV var in README
- [#&#8203;2426](https://togithub.com/derailed/k9s/pull/2426) Update
carvel plugin kick to shift K
- [#&#8203;2420](https://togithub.com/derailed/k9s/pull/2420) supports
referencing envs in hotkeys
-   [#&#8203;2419](https://togithub.com/derailed/k9s/pull/2419) fix typo

<img
src="https://raw.githubusercontent.com/derailed/k9s/master/assets/imhotep_logo.png"
width="32" height="auto"/> © 2024 Imhotep Software LLC. All materials
licensed under [Apache v2.0](http://www.apache.org/licenses/LICENSE-2.0)

</details>

<details>
<summary>simulot/immich-go (simulot/immich-go)</summary>

###
[`v0.9.9`](https://togithub.com/simulot/immich-go/releases/tag/0.9.9)

[Compare
Source](https://togithub.com/simulot/immich-go/compare/0.9.8...0.9.9)

#### Changelog

- [`d070982`](https://togithub.com/simulot/immich-go/commit/d070982)
doc: edit release.md
- [`bb6d5f2`](https://togithub.com/simulot/immich-go/commit/bb6d5f2)
fix: [#&#8203;123](https://togithub.com/simulot/immich-go/issues/123)
Trying to use your go module
- [`ab00089`](https://togithub.com/simulot/immich-go/commit/ab00089)
fix: [#&#8203;123](https://togithub.com/simulot/immich-go/issues/123)
Trying to use your go module
- [`93c1196`](https://togithub.com/simulot/immich-go/commit/93c1196)
fix: [#&#8203;129](https://togithub.com/simulot/immich-go/issues/129)
BUG -exclude-types is not working

###
[`v0.9.8`](https://togithub.com/simulot/immich-go/releases/tag/0.9.8)

[Compare
Source](https://togithub.com/simulot/immich-go/compare/0.9.7...0.9.8)

#### Changelog

- [`b864ffd`](https://togithub.com/simulot/immich-go/commit/b864ffd)
doc: edit release.md
- [`e4ed665`](https://togithub.com/simulot/immich-go/commit/e4ed665)
doc: edit release.md
- [`7997a44`](https://togithub.com/simulot/immich-go/commit/7997a44)
fix: [#&#8203;120](https://togithub.com/simulot/immich-go/issues/120)
XMP are rejected

</details>

<details>
<summary>stern/stern (stern/stern)</summary>

###
[`v1.28.0`](https://togithub.com/stern/stern/blob/HEAD/CHANGELOG.md#v1280)

[Compare
Source](https://togithub.com/stern/stern/compare/v1.27.0...v1.28.0)

#### ⚡ Notable Changes

##### Highlight matched strings in the log lines with the highlight
option

Some part of a log line can be highlighted while still displaying all
other logs lines.

`--highlight` flag now highlight matched strings in the log lines.

    stern --highlight "\[error\]" .

</details>

<details>
<summary>terraform-linters/tflint (terraform-linters/tflint)</summary>

###
[`v0.50.1`](https://togithub.com/terraform-linters/tflint/releases/tag/v0.50.1)

[Compare
Source](https://togithub.com/terraform-linters/tflint/compare/v0.50.0...v0.50.1)

##### What's Changed

##### BugFixes

- Fix panic for module calls without source by
[@&#8203;wata727](https://togithub.com/wata727) in
[terraform-linters/tflint#1950

**Full Changelog**:
terraform-linters/tflint@v0.50.0...v0.50.1

</details>

<details>
<summary>twpayne/chezmoi (twpayne/chezmoi)</summary>

###
[`v2.44.0`](https://togithub.com/twpayne/chezmoi/releases/tag/v2.44.0)

[Compare
Source](https://togithub.com/twpayne/chezmoi/compare/v2.43.0...v2.44.0)

#### Changelog

##### Features

- [`6a5d4a3`](https://togithub.com/twpayne/chezmoi/commit/6a5d4a3c5)
feat: Add support for YubiKeys with KeePassXC

##### Documentation updates

- [`ff3deb9`](https://togithub.com/twpayne/chezmoi/commit/ff3deb900)
docs: Add explanation of status characters

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm on thursday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/scottames/dots).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external pull request originating outside of the CLI core team
Projects
No open projects
The GitHub CLI
  
Needs review 🤔
Development

Successfully merging this pull request may close these issues.

None yet

4 participants