Nando

Results 11 issues of Nando

Thanks for the great tool! :) I run into an issue when, given two Terragrunt files depending on each other and a common include: ``` test ├── bar │   └──...

enhancement
help wanted

#### Overview of the Issue The current implementation of the DNS PTR records resolver iterates through all services and nodes and, if nothing is found, [proceeds to call the function](https://github.com/hashicorp/consul/blob/v1.17.2/agent/dns.go#L478)...

### Description This PR checks that the DNS request for the PTR has rd set (RecursionDesired) and we have recursors configured before calling the handleRecurse function. Fixes: ### Testing &...

### What does this PR do? This PR implements version handling for packages installed via the apk module. ### What issues does this PR fix or reference? Fixes: https://github.com/saltstack/salt/issues/66053 ###...

Needs-Testcase

The pkg module for Alpine's APK doesn't handle version as it was never implemented. Would it be possible to have it implemented like for most of the others pkg execution...

Feature
needs-triage

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/proposal
area/middleware/metrics

[This commit](https://github.com/solana-labs/solana-bigtable/commit/df6f37fe5b40f9e57f2da623d2f730e51eba69d2) introduced stable numerical sorting in `get_latest_snapshot()` but it doesn't seem to be working as it should. Given this directory's content: ``` root@solana1:/opt/solana-bigtable# find /mnt/data/snapshots -name snapshot-\*.tar\* /mnt/data/snapshots/snapshot-131873380-7cQMZQPjxzmfYhCB5xbH8atKGoUdcQTVm3fvKojpThyf.tar.zst /mnt/data/snapshots/snapshot-131847476-zzqcB1f36J8SvyeWTKd7Sns6Z2sYJJZbEAb6TmDbGdk.tar.zst...

I'm working on migrating some clusters from the legacy Vault token based integration to the new workload identity based one. My aim is to be able to create a single...

type/enhancement
stage/accepted
theme/workload-identity
hcc/jira

### Nomad version ``` Nomad v1.7.7 BuildDate 2024-04-16T19:26:43Z Revision 0f34c85ee63f6472bd2db1e2487611f4b176c70 ``` ### Issue The Nomad API endpoint to retrieve a job submission assumes all HCL2 variables submitted with a job...

type/bug
stage/needs-investigation
theme/ui
theme/hcl
hcc/jira

### Overview of the Issue https://github.com/runatlantis/atlantis/issues/4388 added the possibility to suppress the "Dynamic environment variables added:" output of multienv but it doesn't seem to be working as expected. ### Reproduction...

bug