From 33304a2238eef80b70229c82e44925a33697beab Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Tue, 4 Oct 2022 15:31:24 -0700 Subject: [PATCH 1/3] docs: add release notes and eol --- .gitignore | 24 ++++++++++++++++++++++++ docs/index.asciidoc | 2 ++ docs/release-notes.asciidoc | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 docs/release-notes.asciidoc diff --git a/.gitignore b/.gitignore index ae5d3d40..8214cd42 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,27 @@ .aws/ bin/ +/html_docs/aws-lambda-arch.html +/html_docs/aws-lambda-config-options.html +/html_docs/aws-lambda-eol.html +/html_docs/aws-lambda-overhead.html +/html_docs/aws-lambda-release-notes.html +/html_docs/aws-lambda-secrets-manager.html +/html_docs/images/architecture-white.png +/html_docs/images/secrets-manager.png +/html_docs/index.html +/html_docs/raw/aws-lambda-arch.html +/html_docs/raw/aws-lambda-config-options.html +/html_docs/raw/aws-lambda-eol.html +/html_docs/raw/aws-lambda-overhead.html +/html_docs/raw/aws-lambda-release-notes.html +/html_docs/raw/aws-lambda-secrets-manager.html +/html_docs/raw/images/architecture-white.png +/html_docs/raw/images/secrets-manager.png +/html_docs/raw/index.html +/html_docs/raw/lang +/html_docs/raw/toc.html +/html_docs/toc.html + +# local docs +html_docs \ No newline at end of file diff --git a/docs/index.asciidoc b/docs/index.asciidoc index c180291a..7da6e8e2 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -7,3 +7,5 @@ please view this documentation at https://www.elastic.co/guide/en/ecs-logging/go endif::[] include::monitoring-aws-lambda.asciidoc[] + +include::release-notes.asciidoc[] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc new file mode 100644 index 00000000..856e0648 --- /dev/null +++ b/docs/release-notes.asciidoc @@ -0,0 +1,21 @@ +[[aws-lambda-release-notes]] +== Release notes + +This section summarizes the changes in each release. + +include::../CHANGELOG.asciidoc[] + +[[aws-lambda-eol]] +=== End of life + +We love all our products, but sometimes we must say goodbye to a release so that we can continue moving +forward on future development and innovation. +Our https://www.elastic.co/support/eol[End of life policy] defines how long a given release is considered supported, +as well as how long a release is considered still in active development or maintenance. +The table below is a simplified description of this policy. + +[options="header"] +|==== +|Version |End of maintenance term +|1.x.x | The later of 2024-10-26 or 6 months after the release of 2.0 (TBD) +|==== From 498ca0e2fa2b80b9d55fef409aa388950f4f2869 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Tue, 4 Oct 2022 15:33:22 -0700 Subject: [PATCH 2/3] fix .gitignore --- .gitignore | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitignore b/.gitignore index 8214cd42..c0f0ed29 100644 --- a/.gitignore +++ b/.gitignore @@ -25,27 +25,6 @@ .aws/ bin/ -/html_docs/aws-lambda-arch.html -/html_docs/aws-lambda-config-options.html -/html_docs/aws-lambda-eol.html -/html_docs/aws-lambda-overhead.html -/html_docs/aws-lambda-release-notes.html -/html_docs/aws-lambda-secrets-manager.html -/html_docs/images/architecture-white.png -/html_docs/images/secrets-manager.png -/html_docs/index.html -/html_docs/raw/aws-lambda-arch.html -/html_docs/raw/aws-lambda-config-options.html -/html_docs/raw/aws-lambda-eol.html -/html_docs/raw/aws-lambda-overhead.html -/html_docs/raw/aws-lambda-release-notes.html -/html_docs/raw/aws-lambda-secrets-manager.html -/html_docs/raw/images/architecture-white.png -/html_docs/raw/images/secrets-manager.png -/html_docs/raw/index.html -/html_docs/raw/lang -/html_docs/raw/toc.html -/html_docs/toc.html # local docs html_docs \ No newline at end of file From 70282f9f8a3e647b781a7c30893d71ec50604cd2 Mon Sep 17 00:00:00 2001 From: bmorelli25 Date: Thu, 13 Oct 2022 09:14:09 -0700 Subject: [PATCH 3/3] docs: remove EOL --- docs/release-notes.asciidoc | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 856e0648..49a370da 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -4,18 +4,3 @@ This section summarizes the changes in each release. include::../CHANGELOG.asciidoc[] - -[[aws-lambda-eol]] -=== End of life - -We love all our products, but sometimes we must say goodbye to a release so that we can continue moving -forward on future development and innovation. -Our https://www.elastic.co/support/eol[End of life policy] defines how long a given release is considered supported, -as well as how long a release is considered still in active development or maintenance. -The table below is a simplified description of this policy. - -[options="header"] -|==== -|Version |End of maintenance term -|1.x.x | The later of 2024-10-26 or 6 months after the release of 2.0 (TBD) -|====