Skip to content

Commit

Permalink
unecessary upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>

Revert "Bump go version to 1.23.4 (#1283)"

This reverts commit 06ab030.

remove duplicate pannel in kafkadashboard (#1289)

Signed-off-by: root <[email protected]>

:seedling:  bump the embedded postgres to 1.30.0 (#1278)

* 🐛 integration test error for localpolicy event filter (#1280)

* local policy event integration error

Signed-off-by: myan <[email protected]>

* add the time'

Signed-off-by: myan <[email protected]>

---------

Signed-off-by: myan <[email protected]>

Use Containerfile.operator in Konflux build (#1279)

Signed-off-by: clyang82 <[email protected]>

Bump go version to 1.23.4 (#1283)

Signed-off-by: clyang82 <[email protected]>

bump the embedded postgres to 1.30.0

Signed-off-by: myan <[email protected]>

remove the pgx/v4

Signed-off-by: myan <[email protected]>

create the dir for pg

Signed-off-by: myan <[email protected]>

fix the it

Signed-off-by: myan <[email protected]>

format mod

Signed-off-by: myan <[email protected]>

avoid overflow

Signed-off-by: myan <[email protected]>

* rebase

Signed-off-by: myan <[email protected]>

* rebase

Signed-off-by: myan <[email protected]>

---------

Signed-off-by: myan <[email protected]>

:sparkles: Build bundle image (#1275)

* Build bundle image

Signed-off-by: clyang82 <[email protected]>

* add konflux-patch.sh

Signed-off-by: clyang82 <[email protected]>

* add konflux-patch.sh

Signed-off-by: clyang82 <[email protected]>

* correct postgres-exporter image sha

Signed-off-by: clyang82 <[email protected]>

---------

Signed-off-by: clyang82 <[email protected]>

:bug: Get clusterId from managedcluster (#1290)

* Get clusterId from managedcluster

Signed-off-by: clyang82 <[email protected]>

* Enable deploy GH agent when inventory is enabled

Signed-off-by: clyang82 <[email protected]>

* add vendor version temporarily

Signed-off-by: clyang82 <[email protected]>

* Fix UT

Signed-off-by: clyang82 <[email protected]>

---------

Signed-off-by: clyang82 <[email protected]>

reply review

Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa committed Dec 19, 2024
1 parent 06ab030 commit 2e2b89b
Show file tree
Hide file tree
Showing 47 changed files with 1,516 additions and 1,060 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main

env:
GO_VERSION: '1.23'
GO_VERSION: '1.22'
GO_REQUIRED_MIN_VERSION: ''

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: '1.22'

- name: Setup gci
run: go install github.com/daixiang0/gci@latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: image-expires-after
value: 5d
- name: dockerfile
value: agent/Containerfile.operator
value: agent/Containerfile.agent
- name: path-context
value: .
pipelineSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: output-image
value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/multicluster-global-hub-agent-globalhub-1-4:{{revision}}
- name: dockerfile
value: agent/Containerfile.operator
value: agent/Containerfile.agent
- name: path-context
value: .
pipelineSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: image-expires-after
value: 5d
- name: dockerfile
value: manager/Containerfile.operator
value: manager/Containerfile.manager
- name: path-context
value: .
pipelineSpec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: output-image
value: quay.io/redhat-user-workloads/acm-multicluster-glo-tenant/multicluster-global-hub-manager-globalhub-1-4:{{revision}}
- name: dockerfile
value: manager/Containerfile.operator
value: manager/Containerfile.manager
- name: path-context
value: .
pipelineSpec:
Expand Down
Loading

0 comments on commit 2e2b89b

Please sign in to comment.