Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensu-operator updated for k8 1.31 #71

Open
wants to merge 85 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
5b95928
securitycontext updated
Bhargavi-Chilaka Feb 22, 2023
4dbce0c
node version is updated
Bhargavi-Chilaka Feb 22, 2023
afbcd01
node version is updated in circleci
Bhargavi-Chilaka Feb 22, 2023
02809fe
node version is updated in circleci
Bhargavi-Chilaka Feb 22, 2023
125a6ab
node version is updated in circleci
Bhargavi-Chilaka Feb 22, 2023
cccc4b7
docker envs are upadate
Bhargavi-Chilaka Feb 22, 2023
cac2f32
prometheus is disabled
Bhargavi-Chilaka Feb 23, 2023
9eb182d
updated values.yaml
Bhargavi-Chilaka Feb 23, 2023
041b965
dns upadated
Bhargavi-Chilaka Feb 24, 2023
d29e7b8
dns upadated
Bhargavi-Chilaka Feb 24, 2023
cd1ddab
api version updated
Bhargavi-Chilaka Feb 24, 2023
5a83ced
api version updated
Bhargavi-Chilaka Feb 24, 2023
84faccf
Update values.yaml and k8sutil.go
Mar 3, 2023
4f14a24
Version updated
Mar 7, 2023
2382977
Version Updated
Mar 7, 2023
7641071
Image version updated
Bhargavi-Chilaka Mar 10, 2023
fdb0758
namespace changed
Bhargavi-Chilaka Mar 23, 2023
318728a
volume removed
biswazr Mar 27, 2023
68e5ec8
volume removed
biswazr Mar 27, 2023
a9b7b1b
volume removed
biswazr Mar 27, 2023
e1d4bc9
gomod
biswazr Sep 28, 2024
92cf7a3
try1
Sep 28, 2024
5a21153
ty
biswazr Sep 28, 2024
f070d59
mod
Sep 28, 2024
b8db280
h
Sep 28, 2024
57ded0f
ok
biswazr Sep 28, 2024
6ae5770
ci
Sep 28, 2024
e37d2e4
ci
Sep 28, 2024
d23438a
ci
Sep 28, 2024
2ce1d96
ci
Sep 29, 2024
2407005
ci
Sep 29, 2024
5c221c6
test
Sep 29, 2024
59ec5c3
test
Sep 29, 2024
1faafd5
x
Sep 29, 2024
d15d335
x
Sep 29, 2024
f72ec65
v1
Sep 29, 2024
baaf7ca
v1
Sep 29, 2024
7169ced
v1
Sep 29, 2024
0ce8656
v1
Sep 29, 2024
5db7b94
v1
Sep 29, 2024
a6bda3e
v1
Sep 29, 2024
8fd05f0
upgrade
Sep 30, 2024
560b2b9
new validation
Sep 30, 2024
8bb3bbc
new validation
Sep 30, 2024
d2f7d85
new validation
Oct 1, 2024
8ed3a97
new validation
Oct 1, 2024
c565074
new validation
Oct 1, 2024
e85ead9
crd
Oct 1, 2024
e83c08b
code-gen
Oct 1, 2024
daa0649
h
Oct 1, 2024
ab04abb
h
Oct 1, 2024
157d11f
crd3
Oct 1, 2024
ea43014
check generated
Oct 1, 2024
0cfb073
grou
Oct 1, 2024
33509e6
0.24
Oct 2, 2024
1fbff17
x
Oct 2, 2024
7870b16
x
Oct 2, 2024
7727743
try
Oct 2, 2024
4565a09
blunder
Oct 3, 2024
d5859e0
x
Oct 3, 2024
4b03b61
29 alpha
biswazr Oct 3, 2024
920524c
broken
biswazr Oct 3, 2024
a794158
bl
biswazr Oct 3, 2024
a73ec4e
x
biswazr Oct 3, 2024
0f35e0e
issue
biswazr Oct 3, 2024
d229df6
no etcd
biswazr Oct 3, 2024
64f32c9
spec
Oct 3, 2024
b4e5b9a
spec
Oct 3, 2024
b9dc8a6
context
Oct 3, 2024
72f8f3f
ctx
Oct 3, 2024
143397c
make
Oct 3, 2024
4a77cef
go 1.20
Oct 3, 2024
3c47ac2
try
Oct 4, 2024
fa4aad1
etcd fix
Oct 6, 2024
4eaac0b
stil bug
Oct 6, 2024
540a2b7
b
Oct 6, 2024
9cf320d
api rule violation
Oct 15, 2024
ba9cdbb
hmm
Oct 15, 2024
0dd10cc
nilll
Oct 18, 2024
bf519a2
working
Oct 18, 2024
afced1b
working 2
Oct 19, 2024
1df071b
fix
Oct 19, 2024
c0e3b32
namespace fixed
Oct 21, 2024
ed371f0
fix newtwork
Oct 26, 2024
0b38c64
fixed all error
Oct 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ orbs:
jobs:
markdownlint:
docker:
- image: circleci/node:10.14.2
- image: cimg/node:18.14.1
auth:
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}
Expand All @@ -47,9 +47,9 @@ jobs:
name: lint README.md
command: markdownlint --config .markdownlint.json README.md
build:
working_directory: /go/src/github.com/objectrocket/sensu-operator
working_directory: go/src/github.com/objectrocket/sensu-operator
docker:
- image: circleci/golang:1.10
- image: cimg/go:1.22
auth:
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}
Expand All @@ -61,9 +61,9 @@ jobs:
name: Build the server binary and docker image
command: make docker-build IMAGE_VERSION=latest
unit_test:
working_directory: /go/src/github.com/objectrocket/sensu-operator
working_directory: go/src/github.com/objectrocket/sensu-operator
docker:
- image: circleci/golang:1.10
- image: cimg/go:1.22
auth:
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}
Expand All @@ -73,9 +73,9 @@ jobs:
name: go tests
command: make unittest
build_deploy:
working_directory: /go/src/github.com/objectrocket/sensu-operator
working_directory: go/src/github.com/objectrocket/sensu-operator
docker:
- image: circleci/golang:1.10
- image: cimg/go:1.22
auth:
username: ${DOCKER_USERNAME}
password: ${DOCKER_PASSWORD}
Expand All @@ -86,7 +86,7 @@ jobs:
- run:
name: docker login
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- run:
name: docker build and push
command: |
Expand Down Expand Up @@ -158,11 +158,11 @@ workflows:
filters:
branches:
ignore: master
- unit_test:
context: platform-eng
filters:
branches:
ignore: master
#- unit_test:
# context: platform-eng
## filters:
# branches:
# ignore: master
- build:
context: platform-eng
filters:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# build stage
FROM golang:1.10 AS build-env
FROM golang:1.22 AS build-env
ARG APPVERSION=latest
WORKDIR /go/src/github.com/objectrocket/sensu-operator
COPY . .
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X github.com/objectrocket/sensu-operator/version.Version=$APPVERSION" -o _output/sensu-operator -i cmd/operator/main.go
RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-X github.com/objectrocket/sensu-operator/version.Version=$APPVERSION" -o _output/sensu-operator cmd/operator/main.go

FROM alpine:3.6
FROM alpine:3.12
ENV USER=sensu-operator
COPY --from=build-env /go/src/github.com/objectrocket/sensu-operator/_output/sensu-operator /usr/local/bin/sensu-operator
RUN apk add --no-cache --update ca-certificates && \
Expand Down
Loading