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

Commit 0ac351e

Browse files
author
github-actions
committed
Update python buildpack version to 1.0.1
1 parent ed08c35 commit 0ac351e

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

buildpacks/python/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

buildpacks/python/buildpack.toml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Copyright 2021-2022 VMware, Inc.
2+
# SPDX-License-Identifier: BSD-2-Clause
3+
#
4+
# DO NOT EDIT!! This file is auto-generated.
5+
6+
api = "0.6"
7+
8+
[buildpack]
9+
id = "kn-fn/python-function"
10+
name = "Python Function Buildpack"
11+
version = "1.0.1"
12+
sbom-formats = ["application/vnd.syft+json"]
13+
14+
[[stacks]]
15+
id = "io.buildpacks.stacks.bionic"
16+
17+
[metadata]
18+
include-files = ["README.md", "bin/build", "bin/detect", "bin/main", "buildpack.toml", "VERSION"]
19+
20+
[[metadata.configurations]]
21+
build = true
22+
default = "func.main"
23+
description = "The function to run, specify in the form of `module.function_name`"
24+
name = "BP_FUNCTION"
25+
26+
[[metadata.dependencies]]
27+
id = "invoker"
28+
name = "Python Invoker"
29+
version = "0.1.0"
30+
uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.1.0/pyfunc-invoker-0.1.0.tar.gz"
31+
sha256 = "0bd5bd61c45e446027ebc733b26960142ec8c657ec4421562499a5a1c2bbcee1"
32+
stacks = ["io.buildpacks.stacks.bionic"]
33+
34+
[[metadata.dependencies]]
35+
id = "invoker-deps"
36+
name = "Python Invoker Deps"
37+
version = "0.1.0"
38+
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"
39+
sha256 = "fe60ddf64575f4d4459f7ed125aeb5b226de91225713224c5709c211a7af7d0d"
40+
stacks = ["io.buildpacks.stacks.bionic"]

0 commit comments

Comments
 (0)