Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6297f7e
Update x/crypto and x/net
pavolloffay Feb 17, 2025
84356c6
Merge pull request #799 from pavolloffay/update-x-crypto
pavolloffay Feb 17, 2025
565b637
Improve logging in the trace RBAC
pavolloffay Feb 25, 2025
d66dbc5
Merge pull request #804 from pavolloffay/logging
pavolloffay Feb 26, 2025
fb86e28
Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#803)
dependabot[bot] Mar 17, 2025
c5fbc6f
Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#811)
dependabot[bot] Mar 26, 2025
6b50674
Bump oauth2 to 0.28.0
rubenvp8510 Apr 4, 2025
48fde49
Merge pull request #814 from rubenvp8510/bump_oauth2_version
pavolloffay Apr 4, 2025
272ca2f
fix: correctly handle fine-grained authorization for the /series endp…
JoaoBraveCoding Apr 16, 2025
ebbaf26
logs: re-introduce rules filtering for Prometheus API as this is stil…
JoaoBraveCoding May 28, 2025
5265085
Enforce authorization on log rules endpoint based on labels from matc…
JoaoBraveCoding Jun 16, 2025
f5b5c83
Bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2
dependabot[bot] Jun 20, 2025
5bbdc9d
chore: update dependencies (#829)
JoaoBraveCoding Jul 22, 2025
4687a0b
Init checkin of probes onboard
jimdaga Jul 22, 2025
4753627
get e2e running probes container
jimdaga Jul 24, 2025
214eebc
Update readme, add probes test
jimdaga Jul 28, 2025
e24d411
fix(logs): use correct variable for netobserv code path (#832)
JoaoBraveCoding Jul 29, 2025
2d60a53
Re-run CI
jimdaga Jul 30, 2025
b95712c
Bump github.com/coreos/go-oidc/v3 from 3.14.1 to 3.15.0
dependabot[bot] Aug 4, 2025
1ed8e67
Bump github.com/prometheus-community/prom-label-proxy
dependabot[bot] Aug 11, 2025
2a02478
Merge pull request #835 from observatorium/dependabot/go_modules/gith…
philipgough Aug 13, 2025
e539902
Merge pull request #833 from observatorium/dependabot/go_modules/gith…
philipgough Aug 13, 2025
8d34ac9
Merge pull request #826 from observatorium/dependabot/go_modules/gith…
philipgough Aug 13, 2025
e80bbdf
fix e2e test failures
jimdaga Aug 13, 2025
33e2954
Re-run CI
jimdaga Aug 13, 2025
3e70295
various e2e test fixes
jimdaga Aug 13, 2025
b251f24
trying to fix docker conflicts
jimdaga Aug 13, 2025
1724263
update probesImage to use konflux release image
jimdaga Aug 15, 2025
b7a0c04
make timeouts configurable
jimdaga Aug 19, 2025
bc497f2
run make generate
jimdaga Aug 20, 2025
7489eb0
Merge pull request #831 from jimdaga/SREP-337
moadz Aug 25, 2025
9c72fa4
Merge remote-tracking branch 'upstream/main' into synced-main
jimdaga Aug 25, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions .bingo/Variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,17 @@ $(FAILLINT): $(BINGO_DIR)/faillint.mod
@echo "(re)installing $(GOBIN)/faillint-v1.13.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=faillint.mod -o=$(GOBIN)/faillint-v1.13.0 "github.com/fatih/faillint"

GOIMPORTS := $(GOBIN)/goimports-v0.4.0
$(GOIMPORTS): $(BINGO_DIR)/goimports.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/goimports-v0.4.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=goimports.mod -o=$(GOBIN)/goimports-v0.4.0 "golang.org/x/tools/cmd/goimports"

GOJSONTOYAML := $(GOBIN)/gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c
$(GOJSONTOYAML): $(BINGO_DIR)/gojsontoyaml.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=gojsontoyaml.mod -o=$(GOBIN)/gojsontoyaml-v0.0.0-20200602132005-3697ded27e8c "github.com/brancz/gojsontoyaml"

GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.61.0
GOLANGCI_LINT := $(GOBIN)/golangci-lint-v2.2.2
$(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/golangci-lint-v1.61.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v1.61.0 "github.com/golangci/golangci-lint/cmd/golangci-lint"
@echo "(re)installing $(GOBIN)/golangci-lint-v2.2.2"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=golangci-lint.mod -o=$(GOBIN)/golangci-lint-v2.2.2 "github.com/golangci/golangci-lint/v2/cmd/golangci-lint"

GOYACC := $(GOBIN)/goyacc-v0.1.5
$(GOYACC): $(BINGO_DIR)/goyacc.mod
Expand Down Expand Up @@ -95,23 +89,17 @@ $(KUBEVAL): $(BINGO_DIR)/kubeval.mod
@echo "(re)installing $(GOBIN)/kubeval-v0.0.0-20201005082916-38668c6c5b23"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=kubeval.mod -o=$(GOBIN)/kubeval-v0.0.0-20201005082916-38668c6c5b23 "github.com/instrumenta/kubeval"

MISSPELL := $(GOBIN)/misspell-v0.3.4
$(MISSPELL): $(BINGO_DIR)/misspell.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/misspell-v0.3.4"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=misspell.mod -o=$(GOBIN)/misspell-v0.3.4 "github.com/client9/misspell/cmd/misspell"

OAPI_CODEGEN := $(GOBIN)/oapi-codegen-v1.9.0
$(OAPI_CODEGEN): $(BINGO_DIR)/oapi-codegen.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/oapi-codegen-v1.9.0"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=oapi-codegen.mod -o=$(GOBIN)/oapi-codegen-v1.9.0 "github.com/deepmap/oapi-codegen/cmd/oapi-codegen"

OPA := $(GOBIN)/opa-v0.23.2
OPA := $(GOBIN)/opa-v1.5.1
$(OPA): $(BINGO_DIR)/opa.mod
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
@echo "(re)installing $(GOBIN)/opa-v0.23.2"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=opa.mod -o=$(GOBIN)/opa-v0.23.2 "github.com/open-policy-agent/opa"
@echo "(re)installing $(GOBIN)/opa-v1.5.1"
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=opa.mod -o=$(GOBIN)/opa-v1.5.1 "github.com/open-policy-agent/opa"

PROTOC_GEN_GO := $(GOBIN)/protoc-gen-go-v1.4.2
$(PROTOC_GEN_GO): $(BINGO_DIR)/protoc-gen-go.mod
Expand Down
5 changes: 0 additions & 5 deletions .bingo/goimports.mod

This file was deleted.

6 changes: 0 additions & 6 deletions .bingo/goimports.sum

This file was deleted.

6 changes: 2 additions & 4 deletions .bingo/golangci-lint.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT

go 1.22.1
go 1.23.9

toolchain go1.22.8

require github.com/golangci/golangci-lint v1.61.0 // cmd/golangci-lint
require github.com/golangci/golangci-lint/v2 v2.2.2 // cmd/golangci-lint
Loading