Skip to content

Commit

Permalink
Merge pull request #1400 from cert-manager/release-next
Browse files Browse the repository at this point in the history
Release cert-manager 1.14
  • Loading branch information
jetstack-bot authored Feb 2, 2024
2 parents f60c204 + ed1187d commit bb91bb9
Show file tree
Hide file tree
Showing 33 changed files with 2,392 additions and 196 deletions.
21 changes: 21 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
phillebaba
tberreis
allenmunC1
jeremycampbell
snorwin
JoeNorth
tanujd11
asapekia
pevidex
vinny
lauraseidler
ABWassim
ThatsMrTalbot
yann-soubeyrand
pinkfloydx33
karlschriek
Expand Down Expand Up @@ -72,6 +85,7 @@ Arsh
ArtifactHUB
ArtifactHub
AzureDNS
BasicConstraints
BKPR
Bazel
Bitnami
Expand Down Expand Up @@ -149,6 +163,7 @@ Fargate
FastDNS
FreeIPA
fs-group
GatewayAPI
GCE
GCLB
GCP
Expand Down Expand Up @@ -186,6 +201,7 @@ Juneezee
JoooostB
Keyfactor
KeySelector
KeyUsage
KUARD
Kirill-Garbar
Knative
Expand Down Expand Up @@ -269,6 +285,7 @@ ControllerConfiguration
WIP
YAML
YAMLs
accessors
acme-dns
ad-hoc
allowlist
Expand Down Expand Up @@ -327,6 +344,7 @@ gcloud
goimports
google-cas-issuer
goroutine
gosec
hardcodes
hardcoded
healthz
Expand Down Expand Up @@ -427,6 +445,7 @@ retryable
retweets
routable
runtime
runtimes
signoff
sigstore
stdout
Expand Down Expand Up @@ -634,6 +653,8 @@ v1.13.
v1.12.5
v1.12.6
v1.12.7
v1.14.0
v1.14.x
liveness
apiservices
arm64
Expand Down
1 change: 0 additions & 1 deletion content/docs/cli/acmesolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: acmesolver CLI reference
description: "cert-manager acmesolver CLI documentation"
---

```
HTTP server used to solve ACME challenges.
Expand Down
14 changes: 2 additions & 12 deletions content/docs/cli/cainjector.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: cainjector CLI reference
description: "cert-manager cainjector CLI documentation"
---

```
cert-manager CA injector is a Kubernetes addon to automate the injection of CA data into
webhooks and APIServices from cert-manager certificates.
Expand All @@ -15,8 +15,7 @@ Usage:
cainjector [flags]
Flags:
--add_dir_header If true, adds the file directory to the header of the log messages (DEPRECATED: this flag may be removed in the future)
--alsologtostderr log to standard error as well as files (no effect when -logtostderr=true) (DEPRECATED: this flag may be removed in the future)
--config string Path to a file containing a CAInjectorConfiguration object used to configure the controller
--enable-apiservices-injectable Inject CA data to annotated APIServices. This functionality is not required if cainjector is only used as cert-manager's internal component and setting it to false might reduce memory consumption (default true)
--enable-certificates-data-source Enable configuring cert-manager.io Certificate resources as potential sources for CA data. Requires cert-manager.io Certificate CRD to be installed. This data source can be disabled to reduce memory consumption if you only use cainjector as part of cert-manager's installation (default true)
--enable-customresourcedefinitions-injectable Inject CA data to annotated CustomResourceDefinitions. This functionality is not required if cainjecor is only used as cert-manager's internal component and setting it to false might slightly reduce memory consumption (default true)
Expand All @@ -35,18 +34,9 @@ Flags:
--leader-election-renew-deadline duration The interval between attempts by the acting master to renew a leadership slot before it stops leading. This must be less than or equal to the lease duration. This is only applicable if leader election is enabled.
--leader-election-retry-period duration The duration the clients should wait between attempting acquisition and renewal of a leadership. This is only applicable if leader election is enabled.
--log-flush-frequency duration Maximum number of seconds between log flushes (default 5s)
--log_backtrace_at traceLocation when logging hits line file:N, emit a stack trace (default :0) (DEPRECATED: this flag may be removed in the future)
--log_dir string If non-empty, write log files in this directory (no effect when -logtostderr=true) (DEPRECATED: this flag may be removed in the future)
--log_file string If non-empty, use this log file (no effect when -logtostderr=true) (DEPRECATED: this flag may be removed in the future)
--log_file_max_size uint Defines the maximum size a log file can grow to (no effect when -logtostderr=true). Unit is megabytes. If the value is 0, the maximum file size is unlimited. (default 1800) (DEPRECATED: this flag may be removed in the future)
--logging-format string Sets the log format. Permitted formats: "json" (gated by LoggingBetaOptions), "text". (default "text")
--logtostderr log to standard error instead of files (default true) (DEPRECATED: this flag may be removed in the future)
--namespace string If set, this limits the scope of cainjector to a single namespace. If set, cainjector will not update resources with certificates outside of the configured namespace.
--one_output If true, only write logs to their native severity level (vs also writing to each lower severity level; no effect when -logtostderr=true) (DEPRECATED: this flag may be removed in the future)
--profiler-address string The host and port that Go profiler should listen on, i.e localhost:6060. Ensure that profiler is not exposed on a public address. Profiler will be served at /debug/pprof. (default "localhost:6060")
--skip_headers If true, avoid header prefixes in the log messages (DEPRECATED: this flag may be removed in the future)
--skip_log_headers If true, avoid headers when opening log files (no effect when -logtostderr=true) (DEPRECATED: this flag may be removed in the future)
--stderrthreshold severity logs at or above this threshold go to stderr when writing to files and stderr (no effect when -logtostderr=true or -alsologtostderr=false) (default 2) (DEPRECATED: this flag may be removed in the future)
-v, --v Level number for the log level verbosity
--vmodule pattern=N,... comma-separated list of pattern=N settings for file-filtered logging (only works for text log format)
```
3 changes: 1 addition & 2 deletions content/docs/cli/cmctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
title: cmctl CLI reference
description: "cert-manager cmctl CLI documentation"
---

```
cmctl is a CLI tool manage and configure cert-manager resources for Kubernetes
Usage: cmctl [command]
Available Commands:
approve Approve a CertificateRequest
check Check cert-manager components
completion Generate completion scripts for the cert-manager CLI
convert Convert cert-manager config files between different API versions
create Create cert-manager resources
deny Deny a CertificateRequest
Expand Down
Loading

0 comments on commit bb91bb9

Please sign in to comment.