Dario Tranchitella
03f8963309
docs: documenting upgrade procedure for v0.3.0
v0.3.0
helm-v0.4.0
2023-03-04 18:21:50 +01:00
Dario Tranchitella
0eff100c21
chore(kustomize): releasing capsule v0.3.0
2023-03-04 18:21:50 +01:00
Dario Tranchitella
ff44aa17d1
chore(helm): releasing capsule v0.3.0
2023-03-04 18:21:50 +01:00
Dario Tranchitella
d791fdb996
docs: latest changes in capsule proxy
2023-03-04 18:11:22 +01:00
Dario Tranchitella
e0f47bc3ec
docs: missing proxyservice kinds
2023-03-04 12:20:22 +01:00
Dario Tranchitella
9f184d70e7
chore(helm)!: missing proxyservice kinds
2023-03-04 12:20:22 +01:00
Dario Tranchitella
7ac0d43b8d
chore(kustomize): missing proxyservice kinds
2023-03-04 12:20:22 +01:00
Dario Tranchitella
47dd56fbaf
fix: missing proxyservice kinds
...
Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-03-04 12:20:22 +01:00
Zadkiel Aharonian
66f5f90104
feat(helm): allow customization of the webhook port
2023-03-04 11:58:32 +01:00
Zadkiel Aharonian
010ed41ca7
feat(manager): allow customization of the webhook port
2023-03-04 11:58:32 +01:00
dependabot[bot]
92b1debe6b
build(deps): bump golang.org/x/net
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases )
- [Commits](https://github.com/golang/net/commits/v0.7.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-02 15:50:18 +01:00
Dario Tranchitella
e64b3f8cf9
chore(ci): dropped cgroupv2 support from k8s
...
https://kind.sigs.k8s.io/docs/user/known-issues/#failure-to-create-cluster-with-cgroups-v2
2023-03-02 15:32:47 +01:00
Dario Tranchitella
ac4f0ab6dd
fix(ci): allowing to run on k8s versions with no seccompprofile key
2023-03-02 15:32:47 +01:00
Dario Tranchitella
89348c9499
chore(golangci-lint): updating to latest version and code alignement
2023-03-02 15:32:47 +01:00
Dario Tranchitella
da78423f42
fix: preventing index out of range when sa is impersonating
2023-03-02 15:32:47 +01:00
Sagar Jadhav
3991359bfe
chore(helm): bump up the version
...
Signed-off-by: Sagar Jadhav <sagarj2@vmware.com >
helm-v0.3.6
2023-03-02 11:00:22 +01:00
r3drun3
f0fdab015b
docs(readme): add ci status badge
2023-02-26 14:49:22 +01:00
Zemtsov Vladimir
610a03d0b9
fix(helm): move imagePullSecrets to root values
...
Signed-off-by: Zemtsov Vladimir <zvlb>
helm-v0.3.5
2023-02-16 11:08:23 +01:00
Dario Tranchitella
018784564a
test(e2e): template support for rawitems
2023-02-16 09:20:42 +01:00
Dario Tranchitella
8e7078ad4f
feat: template support for rawitems
...
Allowed template values:
- `{{ tenant.name }}` for the Tenant name managing the Namespace
- `{{ namespace }}` for the Namespace where the resource is replicated
2023-02-16 09:20:42 +01:00
Dario Tranchitella
4e5c00fa65
refactor: optimizing processing of tenant resources per namespace
2023-02-16 09:20:42 +01:00
Dario Tranchitella
d63a9a0ca6
fix: creation of namespaced resources backed by cache
2023-02-16 09:20:42 +01:00
Zemtsov Vladimir
7d1772031c
feat: add bash script for local-test capsule
...
Signed-off-by: Zemtsov Vladimir <zemtsov.v@mail366.com >
2023-02-15 17:04:32 +01:00
Zemtsov Vladimir
fe4954f39e
feat(helm): add securityContexts to jobs
...
Signed-off-by: Zemtsov Vladimir <zemtsov.v@mail366.com >
helm-v0.3.4
2023-02-14 18:40:03 +01:00
Vladimir
770ad22170
feat(helm): add control for securityContext
...
Signed-off-by: Zemtsov Vladimir <zemtsov.v@mail366.com >
Co-authored-by: Zemtsov Vladimir <zemtsov.v@mail366.com >
helm-v0.3.3
2023-02-10 12:52:41 +01:00
dependabot[bot]
ff17c8b99d
build(deps): bump go-restful
...
Bumps [github.com/emicklei/go-restful](https://github.com/emicklei/go-restful ) from 2.15.0+incompatible to 2.16.0+incompatible.
- [Release notes](https://github.com/emicklei/go-restful/releases )
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md )
- [Commits](https://github.com/emicklei/go-restful/compare/v2.15.0...v2.16.0 )
---
updated-dependencies:
- dependency-name: github.com/emicklei/go-restful
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 18:45:43 +01:00
Dario Tranchitella
930f0382d1
refactor(helm): removing unrequired RBAC for metrics
...
Providing the required RBAC is not part of the Capsule scope, rather,
it should be address by the Prometheus setup.
Reference: https://github.com/clastix/capsule/issues/696#issuecomment-1420611891
helm-v0.3.2
2023-02-07 15:31:32 +01:00
Dario Tranchitella
c059d503d0
refactor(kustomize): removing unrequired RBAC for metrics
2023-02-07 15:31:32 +01:00
Dario Tranchitella
d92f1e7825
chore(helm): bumping up to v0.2.1
helm-v0.3.1
v0.2.1
2023-02-01 09:21:09 +01:00
Dario Tranchitella
ee813c5343
chore(kustomize): bumping up to v0.2.1
2023-02-01 09:21:09 +01:00
Dario Tranchitella
0fbf43ba0f
docs: bumping up to v0.2.1
2023-02-01 09:21:09 +01:00
Dario Tranchitella
7ec7f3c69c
fix: converting the status between v1beta1 and v1beta2
2023-01-31 19:54:14 +01:00
Dario Tranchitella
de587919f8
fix(tenantresources): using actual resourceversion during createorupdate
2023-01-31 16:57:07 +01:00
Dario Tranchitella
a334e68256
chore(helm): release v0.3.0
helm-v0.3.0
v0.2.0
2023-01-28 11:47:00 +01:00
Dario Tranchitella
36f0281355
chore(kustomize): bumping up to Capsule v0.2.0
2023-01-28 11:47:00 +01:00
Dario Tranchitella
6a5fff01cd
docs: migrating guidelines for v1beta2 api version
2023-01-28 11:42:34 +01:00
Dario Tranchitella
f8e212c291
docs: refactoring for v1beta2
2023-01-28 11:42:34 +01:00
Dario Tranchitella
91a979edc4
chore(helm): adding required omitempty for ux
2023-01-28 11:42:34 +01:00
Dario Tranchitella
1b51a4777d
chore(kustomize): adding required omitempty for ux
2023-01-28 11:42:34 +01:00
Dario Tranchitella
8e827b2f5b
fix(api): adding required omitempty for ux
2023-01-28 11:42:34 +01:00
Dario Tranchitella
1f0ac0724b
docs: preventing persistentvolume cross tenant mount
2023-01-26 09:31:16 +01:00
Dario Tranchitella
18a9e77a8a
test(e2e): preventing persistentvolume cross tenant mount
2023-01-26 09:31:16 +01:00
Dario Tranchitella
ea88b102e5
feat: pv labelling and preventing cross-tenant mount
2023-01-26 09:31:16 +01:00
Oliver Bähler
b58cb19ea1
chore(gitignore): add kind.yaml
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00
Oliver Bähler
25095bcf2d
chore(makefile): add defaults handler
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00
Oliver Bähler
ea71dd7e65
fix(e2e): correct e2e test for container patches
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00
Oliver Bähler
68c86a6509
test(e2e): add defaults handler
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00
Oliver Bähler
7784e8df50
docs: add defaults handler for storage, ingress, and priority classes
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00
Oliver Bähler
8f933cd2b3
chore(helm): add defaults handler
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00
Oliver Bähler
a1b624f239
chore(kustomize): add defaults handler
...
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com >
2023-01-14 15:51:01 +01:00