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

Release 1.7 #12

Merged
merged 3 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
gramine-scaffolding (1.7post~UNRELEASED) UNRELEASED; urgency=medium

*

-- Wojtek Porczyk <[email protected]> Wed, 24 Apr 2024 12:51:24 +0200

gramine-scaffolding (1.7) bookworm; urgency=medium

* Add support for ITA attestation
* Distribute in contrib section of main Gramine repo

-- Wojtek Porczyk <[email protected]> Wed, 24 Apr 2024 12:51:16 +0200

gramine-scaffolding (0.1) bookworm; urgency=medium

* First official (numbered) release.
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: gramine-scaffolding
Priority: optional
Maintainer: Wojtek Porczyk <[email protected]>
Standards-Version: 4.6.1
Section: misc
Section: contrib/misc
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
Expand Down Expand Up @@ -47,7 +47,7 @@ Package: gramine-scaffolding-doc
Architecture: all
Description: documentation for Gramine Scaffolding
HTML documentation for Gramine Scaffolding
Section: doc
Section: contrib/doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Expand Down
1 change: 1 addition & 0 deletions debian/gramine-scaffolding.bcep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dir|-4.0|/usr/lib/python3/dist-packages/graminescaffolding/templates/
2 changes: 1 addition & 1 deletion graminescaffolding/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (C) 2023 Intel Corporation
# Wojtek Porczyk <[email protected]>

__version__ = '0.1'
__version__ = "1.7.post0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "graminescaffolding"
version = "0.1"
version = "1.7.post0"
authors = [
{ name = "Wojtek Porczyk", email = "[email protected]" },
{ name = "Mariusz Zaborski", email = "[email protected]" },
Expand Down