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

Update NPM packages, including Hugo to 0.133.0 #5106

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Aug 26, 2024

The main (only?) change in the generated files seems to be due to a fix in the encoding of <meta description> values. E.g.,

$ (cd public && git diff -b -w --ignore-blank-lines -I "meta description")
diff --git a/blog/2022/apisix/index.html b/blog/2022/apisix/index.html
index b82feef160..14ac9df5ba 100644
--- a/blog/2022/apisix/index.html
+++ b/blog/2022/apisix/index.html
@@ -15,7 +15,7 @@
 <meta name="theme-color" content="#4f62ad">
 
 <title>Apache APISIX Integrates with OpenTelemetry to Collect Tracing Data | OpenTelemetry</title>
-<meta name="description" content="This article introduces the Apache APISIX&amp;rsquo;s opentelemetry plugin concept and how to enable and deploy the plugin.
+<meta name="description" content="This article introduces the Apache APISIX&rsquo;s opentelemetry plugin concept and how to enable and deploy the plugin.

@chalin chalin added the CI/infra CI & infrastructure label Aug 26, 2024
@chalin chalin requested a review from a team August 26, 2024 22:39
@chalin chalin merged commit 43844c7 into open-telemetry:main Aug 26, 2024
17 checks passed
@chalin chalin deleted the chalin-npm-pkgs-2024-08-26 branch August 26, 2024 22:47
michael2893 pushed a commit to michael2893/opentelemetry.io that referenced this pull request Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants