dependabot[bot]
6b5ff07c4d
Bump tokio in /code-samples/community/serving/helloworld-rust ( #6246 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.33.0 to 1.38.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.33.0...tokio-1.38.2 )
---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.38.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-11 01:42:13 +00:00
mattn
b8ff86b34a
fix ML example ( #5983 )
...
* fix ML example
* fix dockerize
* type variable df
* fix code
2024-12-29 02:17:11 +00:00
Stavros Kontopoulos
802d268a73
Update golang images in code samples ( #6117 )
...
* Update golang images in code samples
* fix sampleconsistency test
2024-09-17 11:09:26 +00:00
Kevin Moore
1b4eb70c35
Dart: update dependencies and fixes for latest lints ( #6050 )
2024-07-10 15:31:43 +00:00
dependabot[bot]
39c58935cf
Bump h2 in /code-samples/community/serving/helloworld-rust ( #5936 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.24 to 0.3.26.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.24...v0.3.26 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 05:56:15 +00:00
dependabot[bot]
a5eb42d966
Bump mio in /code-samples/community/serving/helloworld-rust ( #5892 )
...
Bumps [mio](https://github.com/tokio-rs/mio ) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases )
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11 )
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 06:49:00 +00:00
dependabot[bot]
61fdd7bff5
Bump h2 in /code-samples/community/serving/helloworld-rust ( #5820 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.21 to 0.3.24.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/v0.3.24/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.21...v0.3.24 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-22 06:50:51 +00:00
dependabot[bot]
6c64af0d28
Bump ch.qos.logback:logback-classic ( #5780 )
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.2.3 to 1.3.12.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.3.12 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-30 06:32:06 +00:00
Todor Todorov
3011f84008
Helloworld rust/bump dependencies ( #5726 )
...
* Bump versions of the dependencies
This resolves the following error when trying to build the app:
package `socket2 v0.5.5` cannot be built because it requires rustc 1.63 or newer
* Update the documentation
Currently, when following the steps to recreate the sample code,
we will face the following errors when trying to build the app:
error: edition 2021 is unstable and only available with -Z unstable-options.
error: could not compile `proc-macro2`
2023-10-23 02:47:47 +00:00
kahirokunn
8e917ed012
chore: multi-arch support with buildx in all Dockerfiles ( #5273 )
...
* chore: use buildx to build grpc-ping-go
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support grpc-ping-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-clojure multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-dart multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-deno multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-elixir multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-haskell multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-micronaut multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-quarkus multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-r multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-rserver multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-rust multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-swift multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-vertx multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support iris-classifier multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-python multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support node-heartbeat-source multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-dotnet multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-nodejs multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-rust multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support gitwebhook-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-csharp multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-spark multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-java-spring multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-kotlin multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-nodejs multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-php multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-python multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-shell multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support knative-routing-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support kong-routing-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support multi-container multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support secrets-go multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support knative-docs multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-r Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support helloworld-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support cloudevents-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support gitwebhook-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support knative-routing-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support kong-routing-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support servingcontainer Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support sidecarcontainer Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support secrets-go Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
* chore: support multi-container Dockerfile multiple architecture
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
---------
Signed-off-by: kahirokunn <okinakahiro@gmail.com>
2023-09-06 13:28:13 +00:00
Parker Lougheed
f8b24125f5
Update Dart sample to Dart 3 ( #5663 )
...
* Update Dart sample to Dart 3
* Update Dart SDK mention
2023-08-14 16:35:41 +00:00
dependabot[bot]
1106ea668d
Bump h2 in /code-samples/community/serving/helloworld-rust ( #5534 )
...
Bumps [h2](https://github.com/hyperium/h2 ) from 0.3.13 to 0.3.17.
- [Release notes](https://github.com/hyperium/h2/releases )
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.17 )
---
updated-dependencies:
- dependency-name: h2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 19:07:51 +00:00
dependabot[bot]
b7eadf9c49
Bump tokio in /code-samples/community/serving/helloworld-rust ( #5408 )
...
Bumps [tokio](https://github.com/tokio-rs/tokio ) from 1.20.3 to 1.20.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases )
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.3...tokio-1.20.4 )
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-05 21:13:34 +00:00
dependabot[bot]
6a7180f71b
Bump tokio in /code-samples/community/serving/helloworld-rust ( #5369 )
...
Bumps tokio from 1.20.1 to 1.20.3.
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 16:41:47 +00:00
Paul Schweigert
c2368bbd8a
removes maven-wrapper.jar from repository ( #5366 )
...
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
2022-12-19 08:00:54 +00:00
Michael Thomsen
a247aa8c85
Update Dart sample to latest Dart server template ( #5159 )
...
* Update Dart sample to latest Dart server template
* review feedback
* Update README.md
* Fix whitespace
2022-08-10 19:56:58 +00:00
Sergey "Shnatsel" Davidoff
5d1d6fa0aa
Fix Rust code sample ( #5158 )
...
* Bump Rust compiler to the latest version
* Commit Cargo.lock to the tree to prevent future breakage of the Rust sample
2022-08-10 16:06:42 +00:00
Samia Nneji
323b51c8be
Fix indentation ( #4906 )
...
* Fix indentation
* Fix more indentation
2022-04-05 19:40:43 +00:00
Samia Nneji
4eda564a0b
Move code samples to GitHub ( #4565 )
...
* Move samples off site
* Add redirects
* Fix code samples and links
* Change links
* Fix path to sample
* Fix a few more links
* Update samples path in test
* remove unecessary redirect
* update more links
* add closing bracket
2021-12-14 04:20:51 -08:00
Samia Nneji
48fa07945d
Move community docs onto MkDocs site ( #4544 )
...
* Move community docs onto MkDocs site
* Edit about community processes
* Will this fix the tests?
* Add redirects
* Fix broken redirects
* Change folder name and fix samples
* lint
* more lint
* Fix code snippet
* style tweak
* Add signing the CLA as a prereq and update serving issue link
* Capitalization
* Clarify roles
* lint
2021-12-13 06:57:20 -08:00