Skip to content

Commit ab3e60b

Browse files
authored
Release 1.2.0 (#9)
* Added NOTICE and CONTRIBUTING * Bump version (#8)
1 parent e6d67ee commit ab3e60b

File tree

3 files changed

+93
-1
lines changed

3 files changed

+93
-1
lines changed

CONTRIBUTING

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Contributing to Eclipse iofog-kubelet
2+
3+
Thanks for your interest in this project.
4+
5+
## Project description
6+
7+
This is a custom kubelet extension to allow support of edge clusters and nodes in a seamless fashion
8+
9+
* https://projects.eclipse.org/projects/iot.iofog
10+
11+
## Developer resources
12+
13+
Information regarding source code management, builds, coding standards, and
14+
more.
15+
16+
* https://projects.eclipse.org/projects/iot.iofog/developer
17+
18+
The project maintains the following source code repositories
19+
20+
* https://github.com/eclipse-iofog
21+
* http://git.eclipse.org/c/iofog/org.eclipse.iofog.git
22+
23+
This project uses Bugzilla to track ongoing development and issues.
24+
25+
* Search for issues: https://eclipse.org/bugs/buglist.cgi?product=IoFog
26+
* Create a new report: https://eclipse.org/bugs/enter_bug.cgi?product=IoFog
27+
28+
Be sure to search for existing bugs before you create another one. Remember that
29+
contributions are always welcome!
30+
31+
## Eclipse Contributor Agreement
32+
33+
Before your contribution can be accepted by the project team contributors must
34+
electronically sign the Eclipse Contributor Agreement (ECA).
35+
36+
* http://www.eclipse.org/legal/ECA.php
37+
38+
Commits that are provided by non-committers must have a Signed-off-by field in
39+
the footer indicating that the author is aware of the terms by which the
40+
contribution has been provided to the project. The non-committer must
41+
additionally have an Eclipse Foundation account and must have a signed Eclipse
42+
Contributor Agreement (ECA) on file.
43+
44+
For more information, please see the Eclipse Committer Handbook:
45+
https://www.eclipse.org/projects/handbook/#resources-commit
46+
47+
## Contact
48+
49+
Contact the project developers via the project's "dev" list.
50+
51+
* https://dev.eclipse.org/mailman/listinfo/iofog-dev

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ setup: clean
219219
go get github.com/mitchellh/gox
220220
go get github.com/goreleaser/goreleaser
221221

222-
VERSION := 1.0.0
222+
VERSION := 1.2.0
223223
DATE := $(shell date -u '+%Y-%m-%d-%H:%M UTC')
224224
VERSION_FLAGS := -ldflags='-X "github.com/eclipse-iofog/iofog-kubelet/version.Version=$(VERSION)" -X "github.com/eclipse-iofog/iofog-kubelet/version.BuildTime=$(DATE)"'
225225

NOTICE

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Notices for Eclipse ioFog
2+
3+
This content is produced and maintained by the Eclipse ioFog project.
4+
5+
* Project home: https://projects.eclipse.org/projects/iot.iofog
6+
7+
## Trademarks
8+
9+
Eclipse ioFog is a trademark of the Eclipse Foundation.
10+
11+
## Copyright
12+
13+
All content is the property of the respective authors or their employers. For
14+
more information regarding authorship of content, please consult the listed
15+
source code repository logs.
16+
17+
## Declared Project Licenses
18+
19+
This program and the accompanying materials are made available under the terms
20+
of the Eclipse Public License v. 2.0 which is available at
21+
http://www.eclipse.org/legal/epl-2.0.
22+
23+
SPDX-License-Identifier: EPL-2.0
24+
25+
## Source Code
26+
27+
The project maintains the following source code repositories:
28+
29+
* https://github.com/eclipse-iofog
30+
* http://git.eclipse.org/c/iofog/org.eclipse.iofog.git
31+
32+
## Third-party Content
33+
34+
## Cryptography
35+
36+
Content may contain encryption software. The country in which you are currently
37+
may have restrictions on the import, possession, and use, and/or re-export to
38+
another country, of encryption software. BEFORE using any encryption software,
39+
please check the country's laws, regulations and policies concerning the import,
40+
possession, or use, and re-export of encryption software, to see if this is
41+
permitted.

0 commit comments

Comments
 (0)