From 0ac351ed20b6ceb70cdfe07f47c79a4aba71ff02 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Aug 2022 21:37:41 +0000 Subject: [PATCH] Update python buildpack version to 1.0.1 --- buildpacks/python/VERSION | 2 +- buildpacks/python/buildpack.toml | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 buildpacks/python/buildpack.toml diff --git a/buildpacks/python/VERSION b/buildpacks/python/VERSION index afaf360d..7f207341 100644 --- a/buildpacks/python/VERSION +++ b/buildpacks/python/VERSION @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file diff --git a/buildpacks/python/buildpack.toml b/buildpacks/python/buildpack.toml new file mode 100644 index 00000000..c63e83a2 --- /dev/null +++ b/buildpacks/python/buildpack.toml @@ -0,0 +1,40 @@ +# Copyright 2021-2022 VMware, Inc. +# SPDX-License-Identifier: BSD-2-Clause +# +# DO NOT EDIT!! This file is auto-generated. + +api = "0.6" + +[buildpack] +id = "kn-fn/python-function" +name = "Python Function Buildpack" +version = "1.0.1" +sbom-formats = ["application/vnd.syft+json"] + +[[stacks]] +id = "io.buildpacks.stacks.bionic" + +[metadata] +include-files = ["README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml", "VERSION"] + +[[metadata.configurations]] +build = true +default = "func.main" +description = "The function to run, specify in the form of `module.function_name`" +name = "BP_FUNCTION" + +[[metadata.dependencies]] +id = "invoker" +name = "Python Invoker" +version = "0.1.0" +uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.1.0/pyfunc-invoker-0.1.0.tar.gz" +sha256 = "0bd5bd61c45e446027ebc733b26960142ec8c657ec4421562499a5a1c2bbcee1" +stacks = ["io.buildpacks.stacks.bionic"] + +[[metadata.dependencies]] +id = "invoker-deps" +name = "Python Invoker Deps" +version = "0.1.0" +uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.1.0/pyfunc-invoker-deps-0.1.0.tar.gz" +sha256 = "fe60ddf64575f4d4459f7ed125aeb5b226de91225713224c5709c211a7af7d0d" +stacks = ["io.buildpacks.stacks.bionic"]