diff --git a/.gitignore b/.gitignore index a4c395b..0c376ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ public/ -.DS_Store \ No newline at end of file +.DS_Store diff --git a/content/.DS_Store b/content/.DS_Store deleted file mode 100644 index 61de067..0000000 Binary files a/content/.DS_Store and /dev/null differ diff --git a/content/blog/.DS_Store b/content/blog/.DS_Store deleted file mode 100644 index 903eaa8..0000000 Binary files a/content/blog/.DS_Store and /dev/null differ diff --git a/content/blog/2021-06-23-1.0-released/ah-on-ah.png b/content/blog/2021-06-23-1.0-released/ah-on-ah.png new file mode 100644 index 0000000..cf18b00 Binary files /dev/null and b/content/blog/2021-06-23-1.0-released/ah-on-ah.png differ diff --git a/content/blog/2021-06-23-1.0-released/ah.png b/content/blog/2021-06-23-1.0-released/ah.png new file mode 100644 index 0000000..3bc802b Binary files /dev/null and b/content/blog/2021-06-23-1.0-released/ah.png differ diff --git a/content/blog/2021-06-23-1.0-released/index.md b/content/blog/2021-06-23-1.0-released/index.md new file mode 100644 index 0000000..5e1cb70 --- /dev/null +++ b/content/blog/2021-06-23-1.0-released/index.md @@ -0,0 +1,19 @@ +--- +title: "1.0.0 Released" +date: 2021-06-23T00:00:00-05:00 +author: "Matt Farina" +authorLink: "https://mattfarina.com" +slug: "1.0.0-released" +--- + +We're happy to announce the release of [Artifact Hub 1.0.0](https://github.com/artifacthub/hub/releases/tag/v1.0.0). + +![Artifact Hub](ah.png) + +Artifact Hub is more than a website where you can search for cloud native packages. The software that powers the Artifact Hub is open source and can be run by anyone. + +The [Artifact Hub website has a listing for the Artifact Hub software](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub) with directions on how you can install it. The Artifact Hub listing on the Artifact Hub also services as an example of what a listing can display. + +[![Artifact Hub](ah-on-ah.png)](https://artifacthub.io/packages/helm/artifact-hub/artifact-hub) + +If you need a software to display your Helm charts, operators, or one of the other many things the Artifact Hub supports you can now use a stable release of the Artifact Hub to do so.