Skip to content

Commit 9548ff5

Browse files
chore: release v0.2.4 (#42)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
1 parent c67d2c1 commit 9548ff5

154 files changed

Lines changed: 39498 additions & 510 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"plugins": [
33
{
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"name": "elastic-elasticsearch",
66
"source": "./plugins/elasticsearch",
77
"description": "Elasticsearch skills — ES|QL queries, data ingestion, security (authn, authz, audit), and troubleshooting"
88
},
99
{
10-
"version": "0.2.3",
10+
"version": "0.2.4",
1111
"name": "elastic-kibana",
1212
"source": "./plugins/kibana",
1313
"description": "Kibana skills — dashboards, alerting rules, connectors, Vega visualizations, Agent Builder, streams, and audit logging"
1414
},
1515
{
16-
"version": "0.2.3",
16+
"version": "0.2.4",
1717
"name": "elastic-observability",
1818
"source": "./plugins/observability",
1919
"description": "Elastic Observability skills — OpenTelemetry instrumentation and migration (.NET, Java, Python), LLM observability, log search, SLOs, and service health"
2020
},
2121
{
22-
"version": "0.2.3",
22+
"version": "0.2.4",
2323
"name": "elastic-security",
2424
"source": "./plugins/security",
2525
"description": "Elastic Security skills — alert triage, case management, detection rule management, and sample data generation"
2626
},
2727
{
28-
"version": "0.2.3",
28+
"version": "0.2.4",
2929
"name": "elastic-cloud",
3030
"source": "./plugins/cloud",
3131
"description": "Elastic Cloud skills — project setup, access management, network security, and Serverless project lifecycle"

.github/.release-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"version": "0.2.3",
2+
"version": "0.2.4",
33
"source_repo": "elastic/agent-skills",
4-
"sandbox_sha": "d43db6b94b2fb5613b5ca9d224ce0441a70f5e0a",
4+
"sandbox_sha": "b1798448ff8f0fd7ea371606a0e0b95d33a1d70a",
55
"skills": {
66
"skills/cloud/access-management": {
77
"name": "cloud-access-management",

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.2.4
4+
5+
### Updated Skills
6+
7+
- `skills/elasticsearch/elasticsearch-onboarding` (v0.1.0)
8+
9+
### Generated Artifacts
10+
11+
- Regenerated README skill table
12+
313
## v0.2.3
414

515
### Updated Skills

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2+
"version": "0.2.4",
23
"name": "elastic-agent-skills",
3-
"version": "0.2.3",
44
"description": "Official Elastic agent skills for Elasticsearch, Kibana, Observability, Security, and Cloud",
55
"license": "Apache-2.0",
66
"private": true,

plugins/cloud/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.3",
2+
"version": "0.2.4",
33
"name": "elastic-cloud",
44
"description": "Elastic Cloud skills - project setup, access management, network security, and Serverless project lifecycle",
55
"author": {

plugins/cloud/skills

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/cloud/skills/access-management/SKILL.md

Lines changed: 475 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)