Guillaume Belanger
Guillaume Belanger
The [dive snap](https://snapcraft.io/dive) is available for multiple architectures including arm64. I don't have an arm64 system myself to test it on but I encourage you to go ahead and try...
Correct, my bad, I read to fast and assumed arm64. We do have an `armhf` build which is 32 bits, but again I don't have such a system to validate...
Once the snap is installed, the binary is under `/snap/dive/current/bin/`.
Ahh I'm realising that this "ca" field is relatively new and was not available in 2.43 (the current version that the charm uses), this seems to be only available as...
Tried this with the edge release of the prometheus charm (rev 149, v2.46.0) and I'm still getting this error: ``` unit-prometheus-k8s-0: 07:48:37 ERROR unit.prometheus-k8s/0.juju-log metrics-endpoint:2: Validating scrape jobs failed: b'time="2023-09-29T11:48:37Z"...
It seems like this upgrade broke a few libraries: - https://github.com/DefinitelyTyped/DefinitelyTyped/issues/66841
We'll also need a new npm release to leverage the changes
@phvalguima can you please address my comment?
The same applies to Canonical's react components. Here's a ref to the issue in that project https://github.com/canonical/react-components/issues/983
I'm pretty sure this can be fixed by using the following `ldflags` at build time: ``` -ldflags "${LD_FLAGS} -X github.com/hashicorp/vault/version.GitCommit='${GIT_COMMIT}${GIT_DIRTY}' -X github.com/hashicorp/vault/version.BuildDate=${BUILD_DATE}" \ ``` Reference: - https://github.com/hashicorp/vault/blob/main/scripts/build.sh#L46