-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update blog posts for 2024-10-10T09:03:21Z
- Loading branch information
github-actions
committed
Oct 10, 2024
1 parent
1cc4253
commit b1265d5
Showing
3 changed files
with
102 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
content/posts/2024/10/10-09-licenseware-send-email-notification.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)) |
26 changes: 26 additions & 0 deletions
26
content/posts/2024/10/10-09-manusa-actions-setup-minikube.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |