Commit Graph

6173 Commits

Author SHA1 Message Date
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
e44e4814ff
Merge pull request #4555 from SgtCoDFish/badge
Add artifacthub badge
2021-10-26 18:19:39 +01:00
Ashley Davis
aa0ec3e01c
add artifacthub badge
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-10-26 16:58:32 +01:00
jetstack-bot
5eabeb0020
Merge pull request #4520 from mcaci/lint
Remove t.Fatal from goroutine
2021-10-26 13:02:40 +01:00
jetstack-bot
f61d534975
Merge pull request #4550 from irbekrm/pprof
Pprof
2021-10-26 11:20:40 +01:00
irbekrm
c58b73edeb Pprof can be optionally run for cainjector
Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-26 12:21:21 +03:00
irbekrm
7b6eeff457 Profiler address for controller can now be configured
Ensures that pprof is configured for controller in the same way as for cainjector

Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-26 12:20:42 +03:00
irbekrm
73a696ddb3 Pprof addr for webhook defaults to localhost
Also whether it is enabled and the address can now be configured via commandline flags

Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-26 12:18:32 +03:00
jetstack-bot
b9af329e06
Merge pull request #4551 from irbekrm/remove_deprecated_flag
Removes deprecated dns01-self-check-nameservers flag
2021-10-25 11:42:56 +01:00
irbekrm
4d4a383cb7 Removes deprecated dns01-self-check-nameservers flag
Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-25 08:43:08 +03:00
jetstack-bot
67986cef75
Merge pull request #4545 from munnerz/fixup-codegen
Simplify conversion-gen to only one invocation and remove workarounds
2021-10-22 14:01:19 +01:00
James Munnelly
4e6c56c9a8 Regenerate files
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 15:43:50 +01:00
James Munnelly
f3b22eae99 Add explicit conversion functions for types referenced across packages
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 15:43:50 +01:00
James Munnelly
b3159537e1 Remove unused codegen tags
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 15:43:50 +01:00
James Munnelly
b2353bee4b Update codegen script to remove workarounds
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 15:43:50 +01:00
jetstack-bot
538683bdf3
Merge pull request #4544 from munnerz/mv-internal
Move pkg/internal to internal/
2021-10-21 14:28:26 +01:00
James Munnelly
d5ed59a8b8 Fix defaulter-gen input paths
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 12:52:22 +01:00
James Munnelly
642cfb1b46 Fix misconfigured test/unit/discovery visibility rule
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 12:31:28 +01:00
James Munnelly
8ee719c135 Update bazel visibility rules
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 12:30:21 +01:00
James Munnelly
e7dea9f2a2 Replace all references to pkg/internal with internal
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 12:27:04 +01:00
James Munnelly
f81703d9ab Move pkg/internal/ to internal/
Signed-off-by: James Munnelly <jmunnelly@apple.com>
2021-10-21 12:24:28 +01:00
Michele Caci
ac4bf927c2 Remove t.Fatal from goroutine
Signed-off-by: Michele Caci <michele.caci@amadeus.com>
2021-10-19 12:53:46 +02:00
jetstack-bot
6379a1e99f
Merge pull request #4532 from irbekrm/fix_last_version
Fix the script that finds last published release version
2021-10-18 13:59:54 +01:00
irbekrm
264c45c276 Identifies the version to upgrade to by commit
Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-18 13:54:22 +03:00
irbekrm
c9f1a5dbdf Fix the script that finds last published release
Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-18 08:55:57 +03:00
jetstack-bot
49914a057b
Merge pull request #4523 from JoshVanL/ctl-release-tars-cmctl-kubectl
cmctl and kubectl-cert_manager to release targets
2021-10-15 12:26:29 +01:00
jetstack-bot
2796157ad7
Merge pull request #4522 from JoshVanL/ctl-build-time-name-configure
Allow configuring the CLI command name and whether the completion command is registered at build time.
2021-10-15 11:35:30 +01:00
jetstack-bot
153874be77
Merge pull request #4409 from JoshVanL/ctl-runtime-completion
CLI runtime object completion
2021-10-15 10:00:30 +01:00
joshvanl
b45482355c Fix cobra test now cmctl is the default CLI name
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 16:36:50 +01:00
joshvanl
64feb85490 Adds bazel to build and release cmctl, along with kubectl-cert_manager
binary

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 15:49:46 +01:00
joshvanl
e9165e1e1c Fix cobra tools test
Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 15:30:54 +01:00
joshvanl
ce1424162e Updates all sub commands to discover the CLI name using the build
package name

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 14:45:01 +01:00
joshvanl
5f5217b412 Updates command registration to use new commands package. Name CLI
command by the build name.

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 14:44:19 +01:00
joshvanl
2f99b3130c Adds build/commands package to expose which commands should be
registered. Gates the completion command which is disabled by defualt.
Can be configured at build time.

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 14:43:05 +01:00
joshvanl
bbd39de0fc Adds build package to allow discovering the correct name of the CLI
command. Can be configured at build time.

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 14:42:10 +01:00
joshvanl
bae35d8adb Add ValidArgs functions to all commands to allow auto-completion of
runtime object names

Signed-off-by: joshvanl <vleeuwenjoshua@gmail.com>
2021-10-14 13:20:31 +01:00
jetstack-bot
6fb00216e4
Merge pull request #4508 from wallrj/bazel-profiling
Add timestamps to bazel build output
2021-10-13 17:53:21 +01:00
jetstack-bot
89bc977eb2
Merge pull request #4408 from JoshVanL/ctl-generate-completion
Adds generate completion scripts for bash, zsh, fish, and powershell
2021-10-11 16:02:14 +01:00
jetstack-bot
b1a648dc13
Merge pull request #4509 from wallrj/version-panic
Fix a nil pointer panic in kubectl cert-manager version
2021-10-11 14:34:14 +01:00
Richard Wall
e53c29f128 Call Options.Complete to set up the version checker command
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-10-09 10:14:01 +01:00
Richard Wall
f436f0e025 Test kubectl cert-manager version by running it after install
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-10-09 10:05:32 +01:00
Richard Wall
11c6575133 Add timestamps to bazel build output
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-10-08 17:21:18 +01:00
jetstack-bot
0eb434f401
Merge pull request #4506 from SgtCoDFish/updatebase
Bump distroless base images to latest versions
2021-10-08 14:31:49 +01:00
Ashley Davis
12651853fa
bump distroless base images to latest versions
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-10-08 13:50:32 +01:00
jetstack-bot
23ee2a2b08
Merge pull request #4501 from irbekrm/remove_crypto_fork
Uses go/crypto ListCertAlternates to fetch alternate certificate chains
2021-10-07 16:09:22 +01:00
irbekrm
598ed35e4a Uses go/crypto ListCertAlternates function to fetch alternative certificate chains
This allows us to use upstream go/crypto again instead of our own fork

Signed-off-by: irbekrm <irbekrm@gmail.com>
2021-10-07 15:21:26 +01:00
jetstack-bot
e966fb32fe
Merge pull request #4498 from wallrj/upgrade-containerd
Upgrade containerd
2021-10-07 09:55:42 +01:00
Richard Wall
cf3092f8c5 ./hack/update-all.sh
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-10-07 09:16:16 +01:00
Richard Wall
6cadf757eb go mod tidy
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-10-07 09:16:02 +01:00
Richard Wall
1a93079a69 go get -u github.com/containerd/containerd
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
2021-10-07 09:12:44 +01:00