Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ predicate.json

_bin
.envrc

examples/encrypted-secrets/output.json
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ go run . agent \
> - [./agent.yaml](./agent.yaml).
> - [./examples/one-shot-secret.yaml](./examples/one-shot-secret.yaml).
> - [./examples/cert-manager-agent.yaml](./examples/cert-manager-agent.yaml).
> - [./examples/encrypted-secrets](./examples/encrypted-secrets) - Send encrypted Kubernetes secrets to CyberArk.

You might also want to run a local echo server to monitor requests sent by the agent:

Expand Down
11 changes: 6 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release Process

> [!NOTE]
> Before starting, let Michael McLoughlin know that a release is about to be created so that documentation can be prepared in advance.
> Before starting a release let the docs team know that a release is about to be created so that documentation can be prepared in advance.
> This is not necessary for pre-releases.

The release process is semi-automated.

Expand Down Expand Up @@ -63,11 +64,11 @@ The release process is semi-automated.

7. Publish the release.

8. Inform the `#venctl` channel that a new version of Discovery Agent has been
released. Make sure to share any breaking change that may affect `venctl connect`
or `venctl generate`.
8. Inform the `#venafi-kubernetes-agent` channel on Slack that a new version of the Venafi Discovery Agent has been
released (and that a new version of the disco-agent has been released!)a
TODO: Who should be notified on the disco side?

9. Inform Michael McLoughlin of the new release so he can update the
9. Inform the docs team of the new release so they can update the
documentation at <https://docs.cyberark.com/>.

[tests-workflow]: https://github.com/jetstack/jetstack-secure/actions/workflows/tests.yaml?query=branch%3Amaster
Expand Down