jetstack-bot and GitHub
4afe2f00a8
Merge pull request #4640 from JoshVanL/metrics-clock-time-seconds-gauge
...
Adds `clock_time_seconds_gauge` metric which returns the current clock time, based on unix time since time began
2021-12-07 09:48:57 +00:00
joshvanl
4d40bdcd96
Fix tests after metrics comment changes.
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-12-07 07:42:27 +00:00
joshvanl
27c43b317e
Adds deprecated message to clock_time_metrics
...
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-12-07 07:10:27 +00:00
jetstack-bot and GitHub
7923823cff
Merge pull request #4639 from JoshVanL/webhook-remove-webhook-admissionReviewVersions-v1beta1
...
Removes v1beta1 from webhook's admissionReviewVersions as we no longer support Kubernetes v1.16
2021-12-02 18:26:44 +00:00
joshvanl
b4f2d4982b
Ensure clockTimeSecondsGauge is registered. Updates metrics integration
...
tests to include gauge clock metric
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-12-02 12:11:20 +00:00
joshvanl
51e728688f
Adds clock_time_seconds_gauge metric which returns the current clock
...
time, based on unix time since time began
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-12-02 11:27:22 +00:00
joshvanl
6d83e3111d
Removes v1beta1 from webhook's admissionReviewVersions as we no longer
...
support Kubernetes v1.16
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-12-02 10:40:44 +00:00
jetstack-bot and GitHub
3191293cb8
Merge pull request #4637 from JoshVanL/certificats-dont-error-on-delete
...
Change Certificates controller to no longer error for a Certificate that no longer exists
2021-12-01 14:19:25 +00:00
joshvanl
d5503c2ed2
Change certificates controller to no longer error for a Certificate that
...
no longer exists
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com >
2021-11-30 15:13:14 +00:00
jetstack-bot and GitHub
ce019f059c
Merge pull request #4615 from johnwchadwick/version-check-disregard-failed-pods
...
Only consider running pods when determining version
2021-11-30 14:14:45 +00:00
jetstack-bot and GitHub
e089811c17
Merge pull request #4623 from irbekrm/bump_ingress
...
Installs v1 ingress-nginx for e2e tests against kube 1.23
2021-11-30 11:52:45 +00:00
irbekrm
06696befdb
Installs v1 ingress-nginx for e2e tests against kube 1.23
...
Also bumps the versions of ingress dependency used in tests
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-11-29 10:14:58 +00:00
jetstack-bot and GitHub
a5d9c9705c
Merge pull request #4617 from jakexks/dependabot
...
Update helm, opencontainers, containerd.
2021-11-23 18:23:02 +00:00
jetstack-bot and GitHub
c6cdc97365
Merge pull request #4616 from irbekrm/errored_orders
...
Don't make extra ACME calls for Order CRs that have failed
2021-11-23 17:09:03 +00:00
Jake Sanders
43583e13b3
Update bazel repos
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-11-23 16:58:59 +00:00
Jake Sanders
53b4a0e491
Update helm, opencontainers, containerd.
...
This includes a minor update to the OCI spec to address
https://github.com/opencontainers/distribution-spec/security/advisories/GHSA-mc8v-mgrf-8f4m
and https://github.com/opencontainers/image-spec/security/advisories/GHSA-77vh-xpmg-72qh
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-11-23 16:49:56 +00:00
John Chadwick
d094e20611
Only consider running pods when checking version
...
Some clusters may have failed pods that are not garbage collected. These
pods should not be considered when determining version numbers.
Signed-off-by: John Chadwick <86682572+johnwchadwick@users.noreply.github.com >
2021-11-23 11:32:10 -05:00
irbekrm
7739497f22
Don't process Order CRs that have failed
...
Ensure that cert-manager does not attempt to create new ACME Orders for cert-manager Order CRs that are in failed (errored, invalid or expired) state. If the CertificateRequest was created from a Certificate, the issuance will be retried after 1 hour
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-11-23 15:34:35 +00:00
jetstack-bot and GitHub
5ad5ef4fb9
Merge pull request #4611 from irbekrm/k_1_23
...
Add an option to create a kube 1.23 cluster
2021-11-22 17:45:04 +00:00
irbekrm
0ee31f2542
Add an option to create a kube 1.23 cluster
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-11-22 16:03:06 +00:00
jetstack-bot and GitHub
dbaeff4148
Merge pull request #4607 from SgtCoDFish/supportupdate
...
Update supported k8s versions in chart README
2021-11-19 14:43:49 +00:00
Ashley Davis
115b70cfef
update link to k8s security context spec
...
the old link was for 1.16 and actually led to a site with a certificate error
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-19 13:55:02 +00:00
Ashley Davis
0e9c9e3481
bump supported k8s version in helm chart readme
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-19 13:54:22 +00:00
jetstack-bot and GitHub
0236f0836e
Merge pull request #4556 from inteon/helm_template_cleanup
...
Cleanup helm templates & fix empty 'resources' in deployment
2021-11-15 14:27:06 +00:00
jetstack-bot and GitHub
00cecf7e6a
Merge pull request #4593 from SgtCoDFish/bumpkind
...
Bump kind versions + add comments about a footgun
2021-11-11 14:12:35 +00:00
Ashley Davis
8b0b639496
add additional warnings when setting up a CI cluster
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-11 12:59:35 +00:00
Ashley Davis
0955aa4531
bump version of haproxy ingress to latest and limit connections
...
this works around a limit on file descriptors which we encounter in kind
in CI. newer kind images impose a limit of 1024 file descriptors which
isn't trivial to change; haproxy seems to try to request just over 2*n
file descriptors where n is the max number of connections; as such, if
we limit max-connections to 250 we should be comfortably within the
limit
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-10 17:38:49 +00:00
Ashley Davis
5c7bbb068d
bump version of kind node images
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-09 17:21:56 +00:00
Ashley Davis
845dd26ef7
add comments detailing kind network footgun
...
also adds a variable for the network name, potentially making it easier
to change in the future if kind improves its support for this kind of
thing
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-09 17:21:47 +00:00
jetstack-bot and GitHub
9162c80978
Merge pull request #4574 from SgtCoDFish/kindcleanup
...
Add a script + flow for getting latest kind images
2021-11-09 06:23:28 +00:00
Ashley Davis
6f8ef26c07
add a script + flow for getting latest kind images
...
the script will need to be manually updated if we want to add a new
k8s version, but it should be trivial to do that
the actual kind image SHAsums aren't updated, so that the addition of
the script can be separate from the act of updating the images
also adds a make target for creating a kind cluster with CI deps
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-08 16:58:16 +00:00
jetstack-bot and GitHub
419ca624a6
Merge pull request #4592 from SgtCoDFish/fixpre
...
Fix kyverno images for CI
2021-11-08 15:18:27 +00:00
Richard Wall and Ashley Davis
050c360204
Fix the kyvernopre image name
...
Signed-off-by: Richard Wall <richard.wall@jetstack.io >
2021-11-08 14:23:23 +00:00
Richard Wall and Ashley Davis
9e4d9bbf57
Update sha256 sum for Kyvernopre image
...
Signed-off-by: Richard Wall <richard.wall@jetstack.io >
2021-11-08 14:23:23 +00:00
jetstack-bot and GitHub
a43061c938
Merge pull request #4586 from SgtCoDFish/nodraftrelnotes
...
Remove old draft release notes
2021-11-05 13:45:28 +00:00
jetstack-bot and GitHub
4291d207b7
Merge pull request #3883 from james-callahan/omit-servicemonitor-namespaceSelector
...
No need to specify namespaceSelector when in same namespace
2021-11-05 13:02:28 +00:00
jetstack-bot and GitHub
5f0128332d
Merge pull request #4588 from SgtCoDFish/bumpbase
...
Bump base images to latest versions
2021-11-05 12:02:28 +00:00
Ashley Davis
68cd5c61b8
bump base images to latest versions
...
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-05 11:15:59 +00:00
jetstack-bot and GitHub
373245f4ce
Merge pull request #4582 from ibihim/linter_clenaup
...
add comments to satisfy linter
2021-11-05 05:45:28 +00:00
Krzysztof Ostrowski and Irbe Krumina
e35cb361c8
add comments to satisfy linter
...
Signed-off-by: Krzysztof Ostrowski <kostrows@redhat.com >
Co-authored-by: Irbe Krumina <irbekrm@gmail.com >
2021-11-04 18:15:46 +01:00
Ashley Davis
4bc906ee8d
remove old draft release notes
...
this repo isn't the source of truth for release notes, and if these are
drafts anyway they don't need to be kept around
(and they will still be available in git history anyway!)
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io >
2021-11-04 16:42:47 +00:00
jetstack-bot and GitHub
922a0a09ff
Merge pull request #4579 from hypnoglow/4457-fix-lint-issues
...
Fix some lint issues regarding comments
2021-11-02 11:43:59 +00:00
Igor Zibarev
f9ceb8a73e
Fix some lint issues regarding comments
...
References issue #4457
Signed-off-by: Igor Zibarev <zibarev.i@gmail.com >
2021-11-02 13:57:20 +03:00
jetstack-bot and GitHub
7d5f80817b
Merge pull request #4581 from irbekrm/bump_timeout
...
Bumps timeout to wait for cm api in upgrade test
2021-11-02 10:01:59 +00:00
irbekrm
edd7304c6c
Bumps timeout to wait for cm api in upgrade test
...
Signed-off-by: irbekrm <irbekrm@gmail.com >
2021-11-02 11:19:05 +02:00
Inteon
4a9bbce297
add spaces
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-11-01 11:45:42 +01:00
Inteon
b1445d687e
cleanup helm templates & better support for empty 'resources' in values.yaml
...
Signed-off-by: Inteon <42113979+inteon@users.noreply.github.com >
2021-11-01 11:37:50 +01:00
jetstack-bot and GitHub
4883d23f94
Merge pull request #4571 from jakexks/keystore-test
...
Add fuzzing unit tests for JKS passwords
2021-10-29 16:52:58 +01:00
jetstack-bot and GitHub
a0d8b233e0
Merge pull request #4569 from maelvls/cmctl-orders-not-found
...
cmctl status was fetching v1beta1 orders instead of v1
2021-10-29 15:24:59 +01:00
Jake Sanders
486fc49545
Add fuzzing unit tests for JKS passwords
...
Signed-off-by: Jake Sanders <i@am.so-aweso.me >
2021-10-29 15:12:51 +01:00