Skip to content

Commit 4445a6b

Browse files
authored
Merge pull request #786 from jetstack/prepare-v1.9.0
Prepare for v1.9.0 release
2 parents 9457725 + f047920 commit 4445a6b

File tree

6 files changed

+28
-23
lines changed

6 files changed

+28
-23
lines changed

deploy/charts/disco-agent/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,11 +348,10 @@ This description will be associated with the data that the agent uploads to the
348348
#### **config.sendSecretValues** ~ `bool`
349349
> Default value:
350350
> ```yaml
351-
> true
351+
> false
352352
> ```
353353
354-
Enable sending of Secret values to CyberArk in addition to metadata. Metadata is always sent, but the actual values of Secrets are not sent by default. When enabled, Secret data is encrypted using envelope encryption using a key managed by CyberArk, fetched from the Discovery and Context service.
355-
Default: true
354+
Enable sending of Secret values to CyberArk in addition to metadata. Metadata is always sent, but the actual values of Secrets are not sent by default. When enabled, Secret data is encrypted using envelope encryption using a key managed by CyberArk, fetched from the Discovery and Context service. This value will default to "true" in a future release when further updates have been made to the Discovery and Context backend.
356355
#### **authentication.secretName** ~ `string`
357356
> Default value:
358357
> ```yaml

deploy/charts/disco-agent/templates/NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ APP VERSION: {{ .Chart.AppVersion }}
77

88
- Check the application logs for successful connection to the platform:
99
> kubectl logs -n {{ .Release.Namespace }} -l app.kubernetes.io/instance={{ .Release.Name }}
10+
11+
{{ if .Values.config.sendSecretValues }}
12+
WARNING: sendSecretValues is not finalised and is subject to breaking changes in the future.
13+
It should be enabled only for testing and validation.
14+
{{ end }}

deploy/charts/disco-agent/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@
166166
"type": "string"
167167
},
168168
"helm-values.config.sendSecretValues": {
169-
"default": true,
170-
"description": "Enable sending of Secret values to CyberArk in addition to metadata. Metadata is always sent, but the actual values of Secrets are not sent by default. When enabled, Secret data is encrypted using envelope encryption using a key managed by CyberArk, fetched from the Discovery and Context service.\nDefault: true",
169+
"default": false,
170+
"description": "Enable sending of Secret values to CyberArk in addition to metadata. Metadata is always sent, but the actual values of Secrets are not sent by default. When enabled, Secret data is encrypted using envelope encryption using a key managed by CyberArk, fetched from the Discovery and Context service. This value will default to \"true\" in a future release when further updates have been made to the Discovery and Context backend.",
171171
"type": "boolean"
172172
},
173173
"helm-values.extraArgs": {

deploy/charts/disco-agent/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,9 @@ config:
200200
# Metadata is always sent, but the actual values of Secrets are not sent by default.
201201
# When enabled, Secret data is encrypted using envelope encryption using
202202
# a key managed by CyberArk, fetched from the Discovery and Context service.
203-
# Default: true
204-
sendSecretValues: true
203+
# This value will default to "true" in a future release when further updates have been
204+
# made to the Discovery and Context backend.
205+
sendSecretValues: false
205206

206207
authentication:
207208
secretName: agent-credentials

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,55 @@ targets:
1010
- folder_name: generate-verify
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
13+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
1414
repo_path: modules/generate-verify
1515
- folder_name: go
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
18+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
1919
repo_path: modules/go
2020
- folder_name: helm
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
23+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
2424
repo_path: modules/helm
2525
- folder_name: help
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
28+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
2929
repo_path: modules/help
3030
- folder_name: kind
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
33+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
3434
repo_path: modules/kind
3535
- folder_name: klone
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
38+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
3939
repo_path: modules/klone
4040
- folder_name: licenses
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
43+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
4444
repo_path: modules/licenses
4545
- folder_name: oci-build
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
48+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
4949
repo_path: modules/oci-build
5050
- folder_name: oci-publish
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
53+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
5454
repo_path: modules/oci-publish
5555
- folder_name: repository-base
5656
repo_url: https://github.com/cert-manager/makefile-modules.git
5757
repo_ref: main
58-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
58+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
5959
repo_path: modules/repository-base
6060
- folder_name: tools
6161
repo_url: https://github.com/cert-manager/makefile-modules.git
6262
repo_ref: main
63-
repo_hash: 55974d81000a5135b824a5534a30858203fbfdb6
63+
repo_hash: db3f643e1aa63fc2873731249f9aabf777fb86aa
6464
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ tools += $(ADDITIONAL_TOOLS)
221221

222222
# https://go.dev/dl/
223223
# renovate: datasource=golang-version packageName=go
224-
VENDORED_GO_VERSION := 1.26.0
224+
VENDORED_GO_VERSION := 1.26.1
225225

226226
# Print the go version which can be used in GH actions
227227
.PHONY: print-go-version
@@ -468,10 +468,10 @@ $(call for_each_kv,go_dependency,$(go_dependencies))
468468
# File downloads #
469469
##################
470470

471-
go_linux_amd64_SHA256SUM=aac1b08a0fb0c4e0a7c1555beb7b59180b05dfc5a3d62e40e9de90cd42f88235
472-
go_linux_arm64_SHA256SUM=bd03b743eb6eb4193ea3c3fd3956546bf0e3ca5b7076c8226334afe6b75704cd
473-
go_darwin_amd64_SHA256SUM=1ca28b7703cbea05a65b2a1d92d6b308610ef92f8824578a0874f2e60c9d5a22
474-
go_darwin_arm64_SHA256SUM=b1640525dfe68f066d56f200bef7bf4dce955a1a893bd061de6754c211431023
471+
go_linux_amd64_SHA256SUM=031f088e5d955bab8657ede27ad4e3bc5b7c1ba281f05f245bcc304f327c987a
472+
go_linux_arm64_SHA256SUM=a290581cfe4fe28ddd737dde3095f3dbeb7f2e4065cab4eae44dfc53b760c2f7
473+
go_darwin_amd64_SHA256SUM=65773dab2f8cc4cd23d93ba6d0a805de150ca0b78378879292be0b903b8cdd08
474+
go_darwin_arm64_SHA256SUM=353df43a7811ce284c8938b5f3c7df40b7bfb6f56cb165b150bc40b5e2dd541f
475475

476476
.PRECIOUS: $(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz
477477
$(DOWNLOAD_DIR)/tools/go@$(VENDORED_GO_VERSION)_$(HOST_OS)_$(HOST_ARCH).tar.gz: | $(DOWNLOAD_DIR)/tools

0 commit comments

Comments
 (0)