Skip to content

Instantly share code, notes, and snippets.

View maxlaverse's full-sized avatar

Maxime Lagresle maxlaverse

View GitHub Profile
@maxlaverse
maxlaverse / braintrust_curl.sh
Created October 17, 2025 07:21
Tagging non-root span in BrainTrust
#!/bin/bash
# Braintrust Feedback API
# Set these environment variables:
# export PROJECT_ID="your-project-id"
# export SPAN_ID="your-span-id"
# export BRAINTRUST_API_KEY="your-api-key"
echo "Submitting feedback..."
package registry
import (
"context"
"fmt"
"net"
"net/http"
"net/http/httptest"
"testing"
"time"
diff --git a/Makefile b/Makefile
index 00730a98..28d23f11 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ GOARM=7
# List images with gcloud alpha container images list-tags gcr.io/google_containers/kube-cross
KUBE_CROSS_TAG=v1.8.3-1
-IPTABLES_VERSION=1.4.21
+IPTABLES_VERSION=1.6.1