From b1265d54d1bbaa4ccab1b74cbdb86ec39d1ceeac Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Oct 2024 09:03:21 +0000 Subject: [PATCH] Update blog posts for 2024-10-10T09:03:21Z --- ...-09-licenseware-send-email-notification.md | 40 +++++++++++++++++++ .../10/10-09-manusa-actions-setup-minikube.md | 26 ++++++++++++ content/posts/2024/10/10-09-sbt-setup-sbt.md | 36 +++++++++++++++++ 3 files changed, 102 insertions(+) create mode 100644 content/posts/2024/10/10-09-licenseware-send-email-notification.md create mode 100644 content/posts/2024/10/10-09-manusa-actions-setup-minikube.md create mode 100644 content/posts/2024/10/10-09-sbt-setup-sbt.md diff --git a/content/posts/2024/10/10-09-licenseware-send-email-notification.md b/content/posts/2024/10/10-09-licenseware-send-email-notification.md new file mode 100644 index 00000000..dc5cecfa --- /dev/null +++ b/content/posts/2024/10/10-09-licenseware-send-email-notification.md @@ -0,0 +1,40 @@ +--- +title: Send Email With SendGrid +date: 2024-10-10 09:03:19 +00:00 +tags: + - licenseware + - GitHub Actions +draft: false +repo: licenseware/send-email-notification +marketplace: https://github.com/marketplace/actions/send-email-with-sendgrid +version: v1.0.0 +dependentsNumber: "27" +--- + + +Version updated for **licenseware/send-email-notification** to version **v1.0.0**. +- This action is used across all versions by **27** repositories. + +Go to the [GitHub Marketplace](https://github.com/marketplace/actions/send-email-with-sendgrid) to find the latest changes. + +## Release notes + +## 1.0.0 (2024-10-10) + + +### Features + +* add attachment capability ✨ ([#5](https://github.com/licenseware/send-email-notification/issues/5)) ([87502e7](https://github.com/licenseware/send-email-notification/commit/87502e79e2611275a74c37707bd65b5b2cbf76fb)) + + +### Bug Fixes + +* add api-key to provided arguments 🐛 ([abcdc72](https://github.com/licenseware/send-email-notification/commit/abcdc727f5ef591e05ce7aac47be62c4714c56bf)) +* add missing dollar in var substitution 🐛 ([c8114e6](https://github.com/licenseware/send-email-notification/commit/c8114e6868d05c998d64b838e1472f2aaa17c62a)) +* bump black version 📌 ([#3](https://github.com/licenseware/send-email-notification/issues/3)) ([e785c96](https://github.com/licenseware/send-email-notification/commit/e785c96d8ec4755c5588958d4f95c8e6c208f610)) +* change the order of attachments and body ([ad1c58c](https://github.com/licenseware/send-email-notification/commit/ad1c58cb27d2e09fec10d4ea31c46dbbebaca564)) +* **ci:** modify required step reference ([0c22053](https://github.com/licenseware/send-email-notification/commit/0c22053749b0ec660b72d9e13793573e9804ab6f)) +* **CI:** remove self-test-edge from workflow dispatch runs ([4350c12](https://github.com/licenseware/send-email-notification/commit/4350c12a13ffe65a7b155558d896c1973b3b6330)) +* **CI:** specify docker repository to metadata Action ([fc0d6c2](https://github.com/licenseware/send-email-notification/commit/fc0d6c2a2c8427be40631ad9711e1c19cb9c25d9)) +* print the error directly 🐛 ([b06fd92](https://github.com/licenseware/send-email-notification/commit/b06fd92926e7df217197e27c71b4a77830516f81)) +* provide the correct arguments 🐛 ([dffdb47](https://github.com/licenseware/send-email-notification/commit/dffdb47af97b895194358a8397061f458851ae52)) diff --git a/content/posts/2024/10/10-09-manusa-actions-setup-minikube.md b/content/posts/2024/10/10-09-manusa-actions-setup-minikube.md new file mode 100644 index 00000000..ba17205d --- /dev/null +++ b/content/posts/2024/10/10-09-manusa-actions-setup-minikube.md @@ -0,0 +1,26 @@ +--- +title: Setup Minikube Kubernetes Cluster +date: 2024-10-10 09:03:16 +00:00 +tags: + - manusa + - GitHub Actions +draft: false +repo: manusa/actions-setup-minikube +marketplace: https://github.com/marketplace/actions/setup-minikube-kubernetes-cluster +version: v2.13.0 +dependentsNumber: "1,822" +--- + + +Version updated for **manusa/actions-setup-minikube** to version **v2.13.0**. +- This action is used across all versions by **1,822** repositories. + +Go to the [GitHub Marketplace](https://github.com/marketplace/actions/setup-minikube-kubernetes-cluster) to find the latest changes. + +## Release notes + +## What's Changed +* feat:fix: support for Ubuntu 24.04.1 by @manusa in https://github.com/manusa/actions-setup-minikube/pull/126 + + +**Full Changelog**: https://github.com/manusa/actions-setup-minikube/compare/v2.12.0...v2.13.0 diff --git a/content/posts/2024/10/10-09-sbt-setup-sbt.md b/content/posts/2024/10/10-09-sbt-setup-sbt.md new file mode 100644 index 00000000..8db34d00 --- /dev/null +++ b/content/posts/2024/10/10-09-sbt-setup-sbt.md @@ -0,0 +1,36 @@ +--- +title: Setup sbt installer +date: 2024-10-10 09:03:14 +00:00 +tags: + - sbt + - GitHub Actions +draft: false +repo: sbt/setup-sbt +marketplace: https://github.com/marketplace/actions/setup-sbt-installer +version: v1.1.0 +dependentsNumber: "1" +--- + + +Version updated for **sbt/setup-sbt** to version **v1.1.0**. +- This action is used across all versions by **1** repositories. + +Go to the [GitHub Marketplace](https://github.com/marketplace/actions/setup-sbt-installer) to find the latest changes. + +## Release notes + +## updates + +* sbt 1.10.2 by @SethTisue in https://github.com/sbt/setup-sbt/pull/5 +* Fix: Avoid using the working directory by @eed3si9n in https://github.com/sbt/setup-sbt/pull/6 + +## behind the scene + +* Add CI by @eed3si9n in https://github.com/sbt/setup-sbt/pull/1 + +## new contributors +* @eed3si9n made their first contribution in https://github.com/sbt/setup-sbt/pull/1 +* @xuwei-k made their first contribution in https://github.com/sbt/setup-sbt/pull/3 +* @SethTisue made their first contribution in https://github.com/sbt/setup-sbt/pull/5 + +**Full Changelog**: https://github.com/sbt/setup-sbt/compare/v1.0.0...v1.1.0