Releases: cardinal-dev/Cardinal
Cardinal v2.1
Notable Changes
- Added a deployment spec for Kubernetes
- Bumped documentation dependencies to newer versions
- Moved development environment to a containerized deployment (i.e. docker-compose)
- Continuing on the path to integrating a RESTful design
Please note Cardinal v3.0 will have the foundation of a RESTful API. Operations and functionality will change significantly in later releases.
Changes/Fixes
-
webapp/cardinal: Implemented parallel AP group operations by @falcon78921 in #117
-
ci: updates to the ci pipeline by @falcon78921 in #120
-
build(deps): bump activesupport from 5.2.4.1 to 6.0.3.1 in /docs by @dependabot in #122
-
cardinal: continued on the parallelize route by @falcon78921 in #125
-
cardinal: changes to (hopefully) be more RESTful by @falcon78921 in #131
-
docs: resolved Dependencybot alerts for docsite by @falcon78921 in #132
-
cardinal: UI & scout-cli improvements by @falcon78921 in #133
-
cardinal: add demo GIF to GitHub by @falcon78921 in #134
-
cardinal: updated README.md by @falcon78921 in #135
-
webapp/cardinal: added session timeout knob by @falcon78921 in #137
-
build(deps): bump nokogiri from 1.10.8 to 1.11.0 in /docs by @dependabot in #138
-
docs: updated ruby dependencies for security by @falcon78921 in #139
-
build(deps): bump kramdown from 1.17.0 to 2.3.0 in /docs by @dependabot in #140
-
webapp/docker: removed --privileged option for Cardinal container by @falcon78921 in #141
-
build(deps): bump rexml from 3.2.4 to 3.2.5 in /docs by @dependabot in #143
-
build(deps): bump nokogiri from 1.11.0 to 1.11.4 in /docs by @dependabot in #144
-
build(deps): bump addressable from 2.7.0 to 2.8.0 in /docs by @dependabot in #145
-
update Dockerfile to use official Ubuntu image by @falcon78921 in #147
-
build(deps): bump nokogiri from 1.11.4 to 1.13.3 in /docs by @dependabot in #152
-
migrate scout to separate repo by @falcon78921 in #157
-
remove obsolete docker setup by @falcon78921 in #158
-
added traceroute to dependency list by @elwincheng in #160
-
migration: integrate docker-compose into CI tests and more by @falcon78921 in #161
-
migration: continued work on Cardinal objects by @falcon78921 in #164
-
build(deps): bump nokogiri from 1.13.3 to 1.13.4 in /docs by @dependabot in #165
-
ci: fixed paths in ci/cardinal.ini by @falcon78921 in #166
-
build(deps): bump nokogiri from 1.13.4 to 1.13.6 in /docs by @dependabot in #167
-
entrypoint.sh: add break to retry loop by @falcon78921 in #171
-
build(deps): bump tzinfo from 1.2.7 to 1.2.10 in /docs by @dependabot in #174
-
docker: pin mariadb to 10.7 (focal-based) by @falcon78921 in #177
-
docs: add compat guide to Cardinal docs by @falcon78921 in #179
-
docs: fix duplicate compat header by @falcon78921 in #184
-
docs: fix compat header again by @falcon78921 in #185
-
deploy: add Kubernetes deployment to Cardinal by @falcon78921 in #187
-
build(deps): bump nokogiri from 1.13.8 to 1.13.9 in /docs by @dependabot in #189
-
docs: resolve security issues with Ruby dependencies by @falcon78921 in #190
-
docs: update
fetcher()reference in Cardinal docs by @falcon78921 in #192 -
webapp: resolves issue with enabling HTTP service on Cisco AP by @chrispro-21 in #197
-
build(deps): bump nokogiri from 1.13.9 to 1.13.10 in /docs by @dependabot in #195
-
build(deps): bump sinatra from 3.0.2 to 3.0.4 in /docs by @dependabot in #194
-
release: cut release of Cardinal v2.1 by @falcon78921 in #199
New Contributors
- @jmmille made their first contribution in #136
- @elwincheng made their first contribution in #160
- @chrispro-21 made their first contribution in #197
Thanks @jmmille @elwincheng @chrispro-21! :)
Full Changelog: v2.0...v2.1
Cardinal v2.0
Merge pull request #115 from falcon78921/more-fetcher-work cardinal: updated information surrounding scoutFetcher() Reviewed-by: James McClune <jmcclune@mcclunetechnologies.net>