Skip to content

Commit

Permalink
Release v4.4.24 (#1175)
Browse files Browse the repository at this point in the history
Signed-off-by: Harshavardhana <[email protected]>
  • Loading branch information
harshavardhana authored Jun 20, 2022
1 parent 4e25f6b commit 11f30f7
Show file tree
Hide file tree
Showing 56 changed files with 30,533 additions and 1,279 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.17.x]
go-version: [1.18.x]
os: [ubuntu-latest]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
196 changes: 11 additions & 185 deletions .github/workflows/kubernetes-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -35,20 +26,11 @@ jobs:
- getdeps
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -61,20 +43,11 @@ jobs:
- getdeps
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -87,20 +60,11 @@ jobs:
- getdeps
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -113,27 +77,11 @@ jobs:
- getdeps
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
logsearchapi-bin
key: ${{ runner.os }}-lsa-${{ hashFiles('logsearchapi-bin') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -146,27 +94,11 @@ jobs:
- getdeps
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
minio-operator
key: ${{ runner.os }}-operator-${{ hashFiles('minio-operator') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -180,25 +112,11 @@ jobs:
- operator
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
minio-operator
key: ${{ runner.os }}-operator-${{ hashFiles('minio-operator') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
logsearchapi-bin
key: ${{ runner.os }}-lsa-${{ hashFiles('logsearchapi-bin') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -218,34 +136,11 @@ jobs:
- govet
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
minio-operator
key: ${{ runner.os }}-operator-${{ hashFiles('minio-operator') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
logsearchapi-bin
key: ${{ runner.os }}-lsa-${{ hashFiles('logsearchapi-bin') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -263,34 +158,11 @@ jobs:
- govet
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
minio-operator
key: ${{ runner.os }}-operator-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
logsearchapi-bin
key: ${{ runner.os }}-lsa-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -310,34 +182,11 @@ jobs:
- govet
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
minio-operator
key: ${{ runner.os }}-operator-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
logsearchapi-bin
key: ${{ runner.os }}-lsa-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand All @@ -357,34 +206,11 @@ jobs:
- govet
strategy:
matrix:
go-version: [ 1.17.x ]
go-version: [ 1.18.x ]
os: [ ubuntu-latest ]

steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cache/go-build
~/go/pkg/mod
~/go/bin
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
minio-operator
key: ${{ runner.os }}-operator-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/cache@v2
with:
path: |
logsearchapi-bin
key: ${{ runner.os }}-lsa-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-go-
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ all: build
getdeps:
@echo "Checking dependencies"
@mkdir -p ${GOPATH}/bin
@which golangci-lint 1>/dev/null || (echo "Installing golangci-lint" && curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.43.0)
@echo "Installing golangci-lint" && go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.45.2

verify: getdeps govet gotest lint

Expand All @@ -41,7 +41,7 @@ build: regen-crd verify plugin logsearchapi operator docker

install: all

lint:
lint: getdeps
@echo "Running $@ check"
@GO111MODULE=on ${GOPATH}/bin/golangci-lint run --timeout=5m --config ./.golangci.yml

Expand Down Expand Up @@ -80,7 +80,7 @@ plugin: regen-crd
GO111MODULE=on ${GOPATH}/bin/golangci-lint run --timeout=5m --config ../.golangci.yml)

.PHONY: logsearchapi
logsearchapi:
logsearchapi: getdeps
@echo "Building 'logsearchapi' binary"
@(cd $(LOGSEARCHAPI); \
go vet ./... && \
Expand Down
5 changes: 2 additions & 3 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=minio-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable


# Copy files to locations specified by labels.
COPY bundles/community-operators/4.4.23/manifests /manifests/
COPY bundles/community-operators/4.4.23/metadata /metadata/
COPY bundles/community-operators/4.4.24/manifests /manifests/
COPY bundles/community-operators/4.4.24/metadata /metadata/
File renamed without changes.
Loading

0 comments on commit 11f30f7

Please sign in to comment.