Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
persist-credentials: false

- name: Update pull requests
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@ec19d9d4f47ec4817d001867e5b32c90212ddbd7 # 2026.0.17
with:
github_token: ${{ secrets.SYS_EMF_GH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/check-generate-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: Bootstrap CI environment
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@388f7e2aa884295786ed363fc97d3fd45e57e12a # 2026.0.8
uses: open-edge-platform/orch-ci/.github/actions/bootstrap@ec19d9d4f47ec4817d001867e5b32c90212ddbd7 # 2026.0.8
with:
gh_token: ${{ secrets.SYS_EMF_GH_TOKEN }}

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/lint-test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: github.event_name == 'pull_request'
permissions:
contents: read
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@ec19d9d4f47ec4817d001867e5b32c90212ddbd7 # 2026.0.17
with:
run_version_check: false
run_build: false
Expand All @@ -63,7 +63,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- name: Run lint
run: mage lint:helm
Expand All @@ -120,7 +120,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- name: Run lint
run: mage lint:yaml
Expand All @@ -142,7 +142,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- name: Lint Dockerfiles using hadolint
run: mage lint:dockerfiles
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

# TODO: This is a temporary solution for buildall script
# We need to find a long term solution that leverages orch-ci workflow
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
persist-credentials: false

- name: Setup asdf and install dependencies
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@main # zizmor: ignore[unpinned-uses]
uses: open-edge-platform/orch-ci/.github/actions/setup-asdf@ec19d9d4f47ec4817d001867e5b32c90212ddbd7

- name: Build Helm charts
run: mage ChartsBuild
Expand Down Expand Up @@ -443,7 +443,7 @@ jobs:
actions: read
id-token: write
if: github.event_name == 'push' && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/main-pass-validation' )
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@ec19d9d4f47ec4817d001867e5b32c90212ddbd7 # 2026.0.17
with:
run_build: false
run_version_tag: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-merge-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id-token: write
contents: read

uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@b5930c48c1fcdb6b34ffbcd465cff96dabfbde70 # 2026.0.17
uses: open-edge-platform/orch-ci/.github/workflows/post-merge-scorecard.yml@ec19d9d4f47ec4817d001867e5b32c90212ddbd7 # 2026.0.17
with:
project_folder: "."
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ginkgo 2.23.4
golang 1.25.7
golang 1.25.8
golangci-lint 2.8.0
hadolint 2.12.0
helm 3.17.0
Expand Down
2 changes: 1 addition & 1 deletion auth-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/open-edge-platform/orch-utils/auth-service

go 1.25.7
go 1.25.8

require (
github.com/golang-jwt/jwt/v5 v5.2.3
Expand Down
2 changes: 1 addition & 1 deletion cert-synchronizer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module r53restapi.com

go 1.25.7
go 1.25.8

require (
github.com/aws/aws-sdk-go-v2 v1.36.6
Expand Down
4 changes: 2 additions & 2 deletions charts/auth-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 26.0.9
version: 26.0.10
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "26.0.9"
appVersion: "26.0.10"
4 changes: 2 additions & 2 deletions charts/cert-synchronizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
apiVersion: v2
name: cert-synchronizer
type: application
version: 26.0.13
appVersion: "26.0.13"
version: 26.0.14
appVersion: "26.0.14"
4 changes: 2 additions & 2 deletions charts/component-status/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apiVersion: v2
name: component-status
description: A Helm chart for the Orchestrator Component Status Service
type: application
version: 26.0.4
appVersion: "26.0.4"
version: 26.0.5
appVersion: "26.0.5"
4 changes: 2 additions & 2 deletions charts/keycloak-tenant-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 26.0.21
version: 26.0.22
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "26.0.21"
appVersion: "26.0.22"
4 changes: 2 additions & 2 deletions charts/nexus-api-gw/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ apiVersion: v2
name: nexus-api-gw
description: Multi Tenancy HTTP API GW
type: application
version: 26.0.9
appVersion: "26.0.9"
version: 26.0.10
appVersion: "26.0.10"
annotations: {}
4 changes: 2 additions & 2 deletions charts/tenancy-datamodel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ apiVersion: v2
name: tenancy-datamodel
description: Tenancy Datamodel
type: application
version: 26.0.4
appVersion: "26.0.4"
version: 26.0.5
appVersion: "26.0.5"
annotations: {}
4 changes: 2 additions & 2 deletions charts/tenancy-init/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ apiVersion: v2
name: tenancy-init
description: A Helm chart for bootstrapping the 'tenancy-init'
type: application
version: 26.0.5
appVersion: "26.0.5"
version: 26.0.6
appVersion: "26.0.6"
4 changes: 2 additions & 2 deletions charts/tenancy-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ apiVersion: v2
name: tenancy-manager
description: Multi Tenancy Manager
type: application
version: 26.0.4
appVersion: "26.0.4"
version: 26.0.5
appVersion: "26.0.5"
annotations: {}
2 changes: 1 addition & 1 deletion component-status/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.25.7@sha256:931c889bca758a82fcbfcb1b6ed6ca1de30783e9e52e6093ad50060735cb99be AS build
FROM golang:1.25.8@sha256:f55a6ec7f24aedc1ed66e2641fdc52de01f2d24d6e49d1fa38582c07dd5f601d AS build

WORKDIR /workspace

Expand Down
2 changes: 1 addition & 1 deletion component-status/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/open-edge-platform/orch-utils/component-status

go 1.25.7
go 1.25.8

require (
github.com/onsi/ginkgo/v2 v2.27.4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/open-edge-platform/orch-utils

go 1.25.7
go 1.25.8

require (
github.com/aws/aws-sdk-go-v2/config v1.27.43
Expand Down
2 changes: 1 addition & 1 deletion keycloak-tenant-controller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/open-edge-platform/orch-utils/keycloak-tenant-controller

go 1.25.7
go 1.25.8

require (
github.com/Clarilab/gocloaksession v1.14.0
Expand Down
2 changes: 1 addition & 1 deletion nexus-api-gw/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/open-edge-platform/orch-utils/nexus-api-gw

go 1.25.7
go 1.25.8

require (
github.com/getkin/kin-openapi v0.131.0
Expand Down
2 changes: 1 addition & 1 deletion nexus/common-library/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/common-library

go 1.25.7
go 1.25.8

require (
github.com/elliotchance/orderedmap v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion nexus/compiler/example/datamodel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/datamodel

go 1.25.7
go 1.25.8

require (
github.com/vmware-tanzu/cartographer v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion nexus/compiler/example/output/generated/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/output/generated

go 1.25.7
go 1.25.8

replace github.com/vmware-tanzu/graph-framework-for-microservices/gqlgen => ../../../../gqlgen

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/array-type-child

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221212164212-819bb2b13a73
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/duplicated-uris-datamodel

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
2 changes: 1 addition & 1 deletion nexus/compiler/example/test-utils/global-package/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/global-package

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/group-name-with-hyphen-datamodel

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/common-library v0.0.0-20221028160844-d70f863bc31b

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/invalid-pkg-name-datamodel

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/invalid-singleton-child

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/invalid-type-name-datamodel

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
2 changes: 1 addition & 1 deletion nexus/compiler/example/test-utils/map-type-child/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/map-type-child

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221212164212-819bb2b13a73
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/nexus-rest-api-gen-wrong-name

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20230109084100-65931d1f8a32
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/non-singleton-root

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module nexustempmodule

go 1.25.7
go 1.25.8

require (
github.com/vmware-tanzu/graph-framework-for-microservices/common-library v0.0.0-20221028160844-d70f863bc31b
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/test-utils/pointer-type-datamodel

go 1.25.7
go 1.25.8

require github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20221102113628-fc41317445f4
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/vmware-tanzu/graph-framework-for-microservices/compiler/example/tests/custom_query_grpc_server

go 1.25.7
go 1.25.8

require (
github.com/vmware-tanzu/graph-framework-for-microservices/nexus v0.0.0-20231031085545-baa1f0ece453
Expand Down
Loading
Loading