Jacques-Etienne Beaudet
Jacques-Etienne Beaudet
Any updates on this? Thanks To others trying to find a working build, it seems the latest one still working is [this one](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr17.0.3b423.10)
@vprovodin, in the [latest release](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr-release-17.0.5b653.14), the [jbrsdk](https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-17.0.5-osx-aarch64-b653.14.tar.gz) and [jbr jcef](https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk_jcef-17.0.5-osx-aarch64-b653.14.tar.gz) are not working. JBR vanilla does seem to work though. I've only tested the tarballs.
Oups my bad, very sorry about that. I recently switch to macos and tend to interchange macos/linux when downloading binaries out of habit. As for the corrupted releases, seems like...
Any updates on this?
Hi @justinbleach! Thanks a lot for the offer. To be fair to others since we very recently post the announcement, we'll wait until March 18th before making any kind of...
Hi @justinbleach ! If you're still interested, can you reach out to me at [email protected] so we can kickstart the migration process. TIA!
Just to add an obvious use case to the `partial` mode, I have a custom resource that includes a password. During the update, when we detect a change in that...
@mirabilos It has been released in 3.1.1
As Slawomir said, comments on commits are easily missed, I never saw that thread. As for the issue, I'll repeat what he said that you can do a PR with...
Adding my voice to the problem, we have an action to fetch a secured credential using OIDC like this(yaml simplified for demo purposes) : ``` - name: Assume OIDC role...