Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Update python buildpack version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 17, 2022
1 parent ed08c35 commit 0ac351e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/python/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
40 changes: 40 additions & 0 deletions buildpacks/python/buildpack.toml
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 0ac351e

Please sign in to comment.