Skip to content

Commit

Permalink
* Prepate our next release J:DEF-160
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Jan 19, 2024
1 parent 462fa68 commit c812174
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion renovate.json5 → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@
"suppressNotifications": [
"prIgnoreNotification"
],
"timezone": "America/Toronto"
"timezone": "America/Toronto",
"vulnerabilityAlerts": {
"labels": [
"security"
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ You can also test the operator locally in a minikube context.
```bash
# Choose a specific ref and tag if needed
REF=master
TAG=0.6.4
TAG=0.7.0

cat <<EOF > kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/auth-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- --verbose
- --liveness=http://0.0.0.0:8080/healthz
- --standalone
image: coveo/aws-auth-operator:0.1
image: ghcr.io/coveooss/aws_auth_eks_crd:0.7.0
imagePullPolicy: IfNotPresent
name: operator
ports:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ resources:
images:
- name: coveo/aws-auth-operator:0.1
newName: ghcr.io/coveooss/aws_auth_eks_crd
newTag: 0.6.4
newTag: 0.7.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws_auth_eks_crd"
version = "0.3.0"
version = "0.7.0"
description = "Operator to configure the aws-auth config map with IamIdentityMappings"
readme = "README.md"
repository = "https://github.com/coveooss/aws_auth_eks_crd"
Expand Down

0 comments on commit c812174

Please sign in to comment.