Skip to content

Releases: eclipse-iofog/demo

ioFog Demo v2.0.4

18 Feb 23:52
cc616a3
Compare
Choose a tag to compare

Features

  • Update iofogctl to 2.0.4
  • Update Controller to 2.0.1
  • Update Agent to 2.0.4

ioFog Demo v2.0.2

27 Oct 03:42
Compare
Choose a tag to compare

Features

  • Update iofogctl to 2.0.2
  • Update Controller to 2.0.1
  • Update Agent to 2.0.2

ioFog demo 2.0.0

07 Aug 03:29
Compare
Choose a tag to compare
v2.0.0

Merge branch 'develop' into release/2.0

ioFog demo 2.0.0-rc3

15 Jul 02:09
Compare
Choose a tag to compare

Changes:

  • db603ec merge origin
  • b1fdf42 Update image versions
  • 9c1756f Update start script to use local kinds
  • 1cfd1aa Update agent and controller images to use rc2
  • b8ebb24 Update pipeline to use iofogctl rc3
  • 2c3858f Display config.yaml in pipeline
  • d419b2a Update tutorial config route name
  • 514e89d Merge remote-tracking branch 'origin' into release/2.0
  • f892e5d Merge pull request #30 from eclipse-iofog/hotfix/pipeline
  • de6de69 Use repo variables from pipeline
See More
  • d42e2bb Add parallel pipeline for multiple distributions
  • dc6dfae Merge pull request #29 from eclipse-iofog/release/1.3.0
  • aa0cd51 Bump controller version to 1.3.1
  • 08ad7df Merge remote-tracking branch 'origin/master' into release/1.3.0
  • bc02ef6 Update version versions to 1.3.0
  • f205bc0 Merge pull request #26 from eclipse-iofog/fix-controller-version
  • c03022d Pin default controller version to 1.2

This list of changes was auto generated.

ioFog demo 2.0.0-rc1

01 May 03:47
Compare
Choose a tag to compare

Changes:

  • 873b4d8 Update YAML to match LocalControlPlane spec
  • 5e50238 Update YAML kind to use Local
  • f78057e Bump to 2.0.0-rc1

This list of changes was auto generated.

ioFog demo 2.0.0-beta

24 Mar 22:10
Compare
Choose a tag to compare

Changes:

  • f6704d5 Bump test-runner version
  • fe9ea27 Remove SSH magic in test.sh
  • 5f1b5a9 Update YAMLS and remove Connector
  • ac38f89 Use repo variables from pipeline
  • 03d061d Add parallel pipeline for multiple distributions
  • 8188a48 Merge branch 'release/1.3.0' into develop

This list of changes was auto generated.

1.3.0

21 Nov 00:59
f892e5d
Compare
Choose a tag to compare
Merge pull request #30 from eclipse-iofog/hotfix/pipeline

Hotfix/pipeline

ioFog demo 1.3.0-rc1

07 Nov 20:02
Compare
Choose a tag to compare
ioFog demo 1.3.0-rc1 Pre-release
Pre-release

Changes:

  • e4a70be Update test runner to 1.3
  • 1dd1190 Merge branch 'develop' into release/1.3.0
  • 610dae5 Fix Controller image version to 1.3.0-rc3
  • ddc58e6 Remove generated file local-stack.yaml
  • 9d8ba62 Add version check for iofogctl when running all scripts
  • 27faefb Merge branch 'develop' into release/1.3.0
  • e0c93bd Update YAML with nested fields
  • ece000d Bump up image versions to 1.3.0-rc1
  • 46d5e17 Fix syntax warnings in bash scripts
  • 363319f Merge branch 'develop' into release/1.3.0
See More

This list of changes was auto generated.

ioFog demo 1.2.0

16 Jul 04:01
ce41047
Compare
Choose a tag to compare

Changes:

  • ce41047 Merge pull request #22 from eclipse-iofog/release/1.2.0
  • 9f67ab3 Use Test Runner image iofog/test-runner:1.2
  • 1a6b583 Added NOTICE and CONTRIBUTING Files
  • e8080ef Fix issue with private key used for testing
  • d280689 Use released test-runner 1.1.0

This list of changes was auto generated.

ioFog demo 1.0.0

26 Jun 22:03
Compare
Choose a tag to compare

Changes:

  • 17b8e5c Merge develop into master
  • 252aff2 Add support for older versions of Docker compose and improve code docs
  • 34d43ff Add status script
  • a977c96 Copy local package
  • eac2b47 Expose Local agent API port
  • 60ff5d4 Remove direct access to env to remove warning
  • 652051f Merge pull request #21 from eclipse-iofog/installFromLocalPackages
  • ab0c8fb Use args instead of env variables
  • 8282e30 Add env variable to build from local packages
  • 1620eaf start with local packages
See more
  • 538c81e Update iofog name and fix xargs arg issue
  • e2ed9ae Change fog name
  • 82b52dd Merge pull request #20 from lkrcal/consolidate-demo
  • 3e1600d Remove getopts from scripts
  • 467ccc5 Wait for tutorial services to be up + improve script printouts
  • 3f8e07f Merge pull request #19 from lkrcal/consolidate-demo
  • ffa2ccd Remove freeboard config
  • 9e46e92 Fix a bug where supervisor would sometimes spawn multiple agents
  • 1c645d6 Merge pull request #17 from lkrcal/consolidate-demo
  • e701356 Merge blank-environment into develop
  • 456d911 Update README based on outstanding comments
  • 0da71e6 Set archival artifact in the build pipeline
  • 20e3a1e Prettied up the output
  • 5489c74 Fixing Bash syntax inspections.
  • 16782db Update readme and some tutorial printous
  • f15542d Complete provisioning of tutorial environment
  • 004281d Cleanup all remaining setup scripts and config files
  • c15fb52 Wait for init steps of ioFog stack in start.sh
  • e5026ed Update provisioning script with controller configuration
  • 530b030 Add unified provision script for blank ioFog stack
  • 0f1ff6d Restructure demo repository according to demo environments
  • 80d95db Merge demo-environment into develop
  • 2392fcd Merge blank-environment into develop
  • 1983e8a Update README with prerequisites, references and more details
  • 98b31f1 Making source import explicit path.
  • 316d035 Adding build step to list checked out content.
  • ade61ec Fixing sourcing of utils.sh to work in vanilla sh environment.
  • 0e5d5a3 Refactored, cleaned up and added much better user output.
  • 1058c5c Deploy microservices to one Agent (#18)
  • 528ef8c Update README with the proposed changes to consolidate demo repository
  • 58c8b46 Allow start.sh to run blank or demo environments. Limit curl output. Set demo environment for pipelines
  • 875f96d Add demo environment
  • 4a44efe Refactor initialization of ioFog services after deployment using init container
  • 0cd2934 Add supervisord debug output for agent
  • 89f4765 Merge pull request #15 from eclipse-iofog/serge/blank-environment
  • ad28853 Merge pull request #14 from eclipse-iofog/serge/demo-environment
  • 0b7e2d3 Bring up to date with develop
  • 89dab2c Change Test Runner image
  • 1bdfc28 Bring up to date with develop
  • ac7e0e4 Add new pipeline triggers and remove unused variables
  • 0cd4406 Update gitignore to ignore agent private key
  • 7a69ab9 Change networking model
  • f18c779 Specify Docker version in pipeline
  • 034ea64 Update user experience, pipeline, and README.md
  • a502346 Initial Azure Pipelines
  • 51ec2e2 Minor code clean up.
  • ccaf926 JDK and base images
  • 4036a3d Fix JDK issue (#13)
  • f23de9b Add environment variable for Test Runner
  • 59f7622 Use remote image for Test Runner
  • 2409967 Small fix to make all checks standard
  • 3318fd3 Fixed most integration tests, worried about checking routes, etc.
  • f391c1a Integration tests added, need to agree on config file
  • 9f9e66c Enable Test Runner container to SSH into all Agents
  • 965ed24 Read agents from config file and output configuration in run-tests.sh
  • 645563e Add configuration file support for Controller, Connector, and Agent host details
  • 8ba2938 Bats functionality added
  • acb3452 Fixed location of BATS installation within Dockerfile
  • 2f8e1ca Added bats to test runner with installation properly, and changed file extensions to bats
  • b403b0d Installation for BATS added, and removed deprecated yml file
  • 5fe987d Fixing mistaken bad push with merge conflicts
  • a12f28d Adding better syntax parsing
  • d91b0e8 Adding better syntax parsing
  • 88a24ff Initial battery of Agent tests
  • 1e21eb1 Merge branch 'jrc-environment' of github.com:eclipse-iofog/demo into jrc-environment
  • 382a745 Added initial BATS usage, and command prefix info
  • b8733ca Merge branch 'serge/jrc-environment' of github.com:eclipse-iofog/demo into jrc-environment
  • 1b788cb Adding Agent tests, need to swap for unit testing
  • 886a0f5 Add Controller and Connector smoke tests
  • f2c1e95 Iofog tests
  • 5ded794 Add Connector tests
  • f469f57 Extract bind variables
  • 7920a35 Add compose down
  • 4ac339b Merge branch 'serge/jrc-environment' of github.com:eclipse-iofog/demo into jrc-environment
  • 1038bbb Adding registries, may need a way to get authentication tokens back, reading documenation for it
  • 77bd8c6 Add user API tests
  • 8954567 Update Controller smoke tests and make test wait for Connector and Agent
  • f36d272 Adding initial test cases, need to look into running multiple
  • 552b544 Create README.md
  • a158a15 Merge pull request #11 from drluckyspin/blank-environment
  • d2a42ae Added basic travis file to test integration.
  • c5c0430 Refactored, cleaned up and commented Docker related files.
  • 1329656 Initial commit of Smoke Test Harness
  • 7aa4aa0 Fleshing out .gitignore file with real world excludes.
  • 662118f Merge pull request #9 from ioFog/blank-environment-status-message-fix
  • e44124b fixing Agent status message
  • a4c3ed2 Merge pull request #8 from ioFog/blank-environment-java-image-fix
  • 6eff62d updating base java8 images (previous disappeared from dockerhub)
  • 0740d78 updated java installation for agent and connector images (EWC-509) (#6)
  • 0c5f1c3 Merge pull request #4 from ioFog/dbusel/bug-EWC-450
  • 7ef8a88 Fix apt-get install issue inside container
  • c65e62e Merge pull request #3 from ioFog/demo-env-fix
  • 53364cc fixed connector update for some versions
  • 4012b28 Merge pull request #2 from ioFog/demo-env-fix
  • 01d61bd dev > prod controller environment in order to avoid SQL CLI output in quickstart project
  • ad1dfd5 updating iofog controller
  • ffa5ca7 updating iofog-controller
  • f2b03fa iofog-controller update
  • b346a17 configuration fixes (#1)
  • 5c80960 update registry id
  • 1217a9c use packages
  • 3599ae2 use packages
  • 8a82ef4 Pr...
Read more