Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fully release 2.13 artifacts, blog, hero banner #2703

Merged
merged 20 commits into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
6c8cdaf
Preemptive branch for the 2.13 release on 4-2.
nateynateynate Apr 2, 2024
9d4ca26
Version file too.
nateynateynate Apr 2, 2024
5253ce6
Attempting to remove any non utf-8 characters from this post.
nateynateynate Apr 2, 2024
4f906fa
Resubmitting.
nateynateynate Apr 2, 2024
5414e5d
Resubmitting.
nateynateynate Apr 2, 2024
6f8f4e1
Eight instances of a non-ascii NBSP in here.
nateynateynate Apr 2, 2024
7411b1d
Removing non-ascii spaces from filenames.
nateynateynate Apr 2, 2024
ff36da8
Merge pull request #2696 from nateynateynate/UsingDocumentationForUsa…
nateynateynate Apr 2, 2024
1a22c33
Updating hero banner to indicate the release of 2.13 and not 2.12.
nateynateynate Apr 2, 2024
2140fbc
Add encoding check workflow to ensure all the files having utf-8 enco…
peterzhuamazon Apr 2, 2024
84351bc
Remove test file
peterzhuamazon Apr 2, 2024
2836fb9
Remove test file
peterzhuamazon Apr 2, 2024
75f69bb
Add vale continue-on-error
peterzhuamazon Apr 2, 2024
8fc3b67
Merge pull request #2700 from peterzhuamazon/Add-utf8-checker
kolchfa-aws Apr 2, 2024
7089f6f
Release blog for 2.13.0
nateynateynate Apr 2, 2024
4c776bc
Merge pull request #2694 from nateynateynate/release-2.13.0
nateynateynate Apr 2, 2024
2846373
Missing spaces.
nateynateynate Apr 2, 2024
27a89f3
Merge pull request #2701 from nateynateynate/2.13-blog-fixes
nateynateynate Apr 2, 2024
6870679
Adjusting named anchor.
nateynateynate Apr 2, 2024
207b47e
Merge pull request #2702 from nateynateynate/2.13-blog-fixes2
nateynateynate Apr 2, 2024
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
27 changes: 27 additions & 0 deletions .github/workflows/encoding-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Encoding Checker

on: [pull_request]

jobs:
encoding-checker:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Check for possible file that does not follow utf-8 encoding
run: |
set +e
IFS=$(echo -en "\n\b")
COUNTER=0
for i in `find . -type f \( -name "*.txt" -o -name "*.md" -o -name "*.markdown" -o -name "*.html" \) | grep -vE "^./.git"`;
do
grep -axv '.*' "$i"
if [ "$?" -eq 0 ]; then
echo -e "######################\n$i\n######################"
COUNTER=$(( COUNTER + 1 ))
fi
done
if [ "$COUNTER" != 0 ]; then
echo "Found files that is not following utf-8 encoding, exit 1"
exit 1
fi
1 change: 1 addition & 0 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
filter_mode: added
vale_flags: "--no-exit"
version: 2.28.0
continue-on-error: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: docker
architecture: arm64
slug: opensearch-2.13.0-docker-arm64
category: opensearch
type: docker
inline_instructions:
- label: "Docker Hub"
code: docker pull opensearchproject/opensearch:2.13.0
link:
label: View on Docker Hub
url: https://hub.docker.com/r/opensearchproject/opensearch/tags?page=1&ordering=last_updated&name=2.13.0
- label: "Amazon ECR"
code: docker pull public.ecr.aws/opensearchproject/opensearch:2.13.0
link:
label: View on Amazon ECR
url: https://gallery.ecr.aws/opensearchproject/opensearch
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: freebsd
architecture: arm64
slug: opensearch-2.13.0-freebsd-arm64
category: opensearch
type: system-package
freebsd_package_name: opensearch
link: https://www.freshports.org/textproc/opensearch
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: arm64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.deb
slug: opensearch-2.13.0-linux-arm64-deb
category: opensearch
type: deb
guide: https://opensearch.org/docs/latest/opensearch/install/deb
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.deb.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: arm64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.rpm
slug: opensearch-2.13.0-linux-arm64-rpm
category: opensearch
type: rpm
guide: https://opensearch.org/docs/latest/opensearch/install/rpm
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.rpm.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: arm64
slug: opensearch-2.13.0-linux-arm64-yum
category: opensearch
type: yum
guide: https://opensearch.org/docs/latest/opensearch/install/rpm
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: arm64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.tar.gz

slug: opensearch-2.13.0-linux-arm64
category: opensearch
type: targz
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-arm64.tar.gz.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
role: daemon
artifact_id: opensearch-min
version: 2.13.0
platform: linux
architecture: arm64
slug: opensearch-2.13.0-min-linux-arm64
category: opensearch
type: targz

artifact_url: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-arm64.tar.gz
signature: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-arm64.tar.gz.sig
security_warning: true
indirect: true
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
role: ui
artifact_id: opensearch-dashboards
version: 2.13.0
platform: docker
architecture: arm64
slug: opensearch-dashboards-2.13.0-docker-arm64
category: opensearch-dashboards
type: docker
inline_instructions:
- label: "Docker Hub"
code: docker pull opensearchproject/opensearch-dashboards:2.13.0
link:
label: View on Docker Hub
url: https://hub.docker.com/r/opensearchproject/opensearch-dashboards/tags?page=1&ordering=last_updated&name=2.13.0
- label: "Amazon ECR"
code: docker pull public.ecr.aws/opensearchproject/opensearch-dashboards:2.13.0
link:
label: View on Amazon ECR
url: https://gallery.ecr.aws/opensearchproject/opensearch-dashboards
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: ui
title: OpenSearch Dashboards
artifact_id: opensearch-dashboards
architecture: arm64
platform: freebsd
type: system-package
category: opensearch-dashboards
slug: opensearch-dashboards-2.13.0-freebsd-arm64
version: 2.13.0
freebsd_package_name: opensearch-dashboards
link: https://www.freshports.org/textproc/opensearch-dashboards
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
role: ui
title: OpenSearch Dashboards
artifact_id: opensearch-dashboards
architecture: arm64
platform: linux
type: deb
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.deb
version: 2.13.0
category: opensearch-dashboards
slug: opensearch-dashboards-2.13.0-linux-arm64-deb
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.deb.sig
guide: https://opensearch.org/docs/latest/opensearch/install/deb
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
role: ui
title: OpenSearch Dashboards
artifact_id: opensearch-dashboards
architecture: arm64
platform: linux
type: rpm
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.rpm
version: 2.13.0
category: opensearch-dashboards
slug: opensearch-dashboards-2.13.0-linux-arm64-rpm
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.rpm.sig
guide: https://opensearch.org/docs/latest/opensearch/install/rpm
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
role: ui
title: OpenSearch Dashboards
artifact_id: opensearch-dashboards
architecture: arm64
platform: linux
type: yum
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo
version: 2.13.0
category: opensearch-dashboards
slug: opensearch-dashboards-2.13.0-linux-arm64-yum
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.x/opensearch-dashboards-2.x.repo.sig
guide: https://opensearch.org/docs/latest/opensearch/install/rpm
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
role: ui
title: OpenSearch Dashboards
artifact_id: opensearch-dashboards
architecture: arm64
platform: linux
type: targz
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.tar.gz
version: 2.13.0
category: opensearch-dashboards
slug: opensearch-dashboards-2.13.0-linux-arm64
signature: https://artifacts.opensearch.org/releases/bundle/opensearch-dashboards/2.13.0/opensearch-dashboards-2.13.0-linux-arm64.tar.gz.sig
---

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
role: ui
title: OpenSearch Dashboards
artifact_id: opensearch-dashboards-min
architecture: arm64
platform: linux
type: targz
artifact_url: https://artifacts.opensearch.org/releases/core/opensearch-dashboards/2.13.0/opensearch-dashboards-min-2.13.0-linux-arm64.tar.gz
category: opensearch-dashboards
slug: opensearch-dashboards-2.13.0-min-linux-arm64
signature: https://artifacts.opensearch.org/releases/core/opensearch-dashboards/2.13.0/opensearch-dashboards-min-2.13.0-linux-arm64.tar.gz.sig
version: 2.13.0
security_warning: true
indirect: true
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: docker
architecture: x64
slug: opensearch-2.13.0-docker-x64
category: opensearch
type: docker
inline_instructions:
- label: "Docker Hub"
code: docker pull opensearchproject/opensearch:2.13.0
link:
label: View on Docker Hub
url: https://hub.docker.com/r/opensearchproject/opensearch/tags?page=1&ordering=last_updated&name=2.13.0
- label: "Amazon ECR"
code: docker pull public.ecr.aws/opensearchproject/opensearch:2.13.0
link:
label: View on Amazon ECR
url: https://gallery.ecr.aws/opensearchproject/opensearch
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: freebsd
architecture: x64
slug: opensearch-2.13.0-freebsd-x64
category: opensearch
type: system-package
freebsd_package_name: opensearch
link: https://www.freshports.org/textproc/opensearch
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: x64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.deb
slug: opensearch-2.13.0-linux-x64-deb
category: opensearch
type: deb
guide: https://opensearch.org/docs/latest/opensearch/install/deb
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.deb.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: x64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.rpm
slug: opensearch-2.13.0-linux-x64-rpm
category: opensearch
type: rpm
guide: https://opensearch.org/docs/latest/opensearch/install/rpm
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.rpm.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: x64
slug: opensearch-2.13.0-linux-x64-yum
category: opensearch
type: yum
guide: https://opensearch.org/docs/latest/opensearch/install/rpm
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.x/opensearch-2.x.repo.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: linux
architecture: x64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz
slug: opensearch-2.13.0-linux-x64
category: opensearch
type: targz
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-linux-x64.tar.gz.sig
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
role: daemon
artifact_id: opensearch-min
version: 2.13.0
platform: linux
architecture: x64
artifact_url: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-x64.tar.gz
slug: opensearch-2.13.0-min-linux-x64
category: opensearch
type: targz
signature: https://artifacts.opensearch.org/releases/core/opensearch/2.13.0/opensearch-min-2.13.0-linux-x64.tar.gz.sig
security_warning: true
indirect: true
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
role: daemon
artifact_id: opensearch
version: 2.13.0
platform: windows
architecture: x64
artifact_url: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-windows-x64.zip
slug: opensearch-2.13.0-windows-x64
category: opensearch
type: zip
signature: https://artifacts.opensearch.org/releases/bundle/opensearch/2.13.0/opensearch-2.13.0-windows-x64.zip.sig
---
Loading
Loading