Skip to content

Commit

Permalink
release: adds changelog for v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alien-ike authored and bartoszmajsak committed Jan 21, 2021
1 parent 0b310bd commit 94b4614
Showing 1 changed file with 93 additions and 0 deletions.
93 changes: 93 additions & 0 deletions docs/modules/ROOT/pages/release_notes/v0.0.4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,96 @@ We decided to rename installation command for two simple reasons - it's obviousl
=== All changes in this release

// autogenerated content will be appended below

==== New features

* feat: reworks k8s manifests generation to rely on kubebuilder (https://github.com/maistra/istio-workspace/pull/538[#538]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat: enables defining strategy templates in custom folder (https://github.com/maistra/istio-workspace/pull/602[#602]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat: add health and readiness endpoints + probe config (https://github.com/maistra/istio-workspace/pull/556[#556]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat: install command (https://github.com/maistra/istio-workspace/pull/542[#542]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* docs: adds link to rhd blog (https://github.com/maistra/istio-workspace/pull/545[#545]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(client): make client wait condition configurable (https://github.com/maistra/istio-workspace/pull/531[#531]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat(operator): add 'existing' strategy (https://github.com/maistra/istio-workspace/pull/529[#529]), by https://github.com/aslakknutsen[@aslakknutsen]
* chore: minor improvements in the docs (https://github.com/maistra/istio-workspace/pull/520[#520]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix: temp directory creation in get-ike for OSX (https://github.com/maistra/istio-workspace/pull/515[#515]), by https://github.com/robertpanzer[@robertpanzer]
* chore: bumps golang to 1.14.7 (https://github.com/maistra/istio-workspace/pull/513[#513]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* chore: process template during build using go code instead of oc (https://github.com/maistra/istio-workspace/pull/509[#509]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat: csv generation in its own target (https://github.com/maistra/istio-workspace/pull/508[#508]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(cli): revert ref back to original on join (https://github.com/maistra/istio-workspace/pull/492[#492]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat: generates operator's ClusterServiceVersion manifests (https://github.com/maistra/istio-workspace/pull/490[#490]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(cli): return structural response on cli (https://github.com/maistra/istio-workspace/pull/489[#489]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix(log): use a single instance of Logger (https://github.com/maistra/istio-workspace/pull/488[#488]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat(operator): expose host route in session status (https://github.com/maistra/istio-workspace/pull/483[#483]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat: expose session host route (https://github.com/maistra/istio-workspace/pull/469[#469]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat: hints how to reach new service (https://github.com/maistra/istio-workspace/pull/467[#467]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* docs: adds demo video (https://github.com/maistra/istio-workspace/pull/471[#471]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix: unifies logging usage through wrapper (https://github.com/maistra/istio-workspace/pull/462[#462]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(doc): explain passing multi value flags as repeated flags (https://github.com/maistra/istio-workspace/pull/454[#454]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat(cli): support multiple port expose bindings (https://github.com/maistra/istio-workspace/pull/452[#452]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat(cli): if no ports are defined, rely on auto expose from tp (https://github.com/maistra/istio-workspace/pull/449[#449]), by https://github.com/aslakknutsen[@aslakknutsen]

==== Bug fixes

* fix(e2e): ensure we check if there are deployments incase pods are no… (https://github.com/maistra/istio-workspace/pull/614[#614]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix: reworks service execution logic and fixes gocmd channel/goroutines issues (https://github.com/maistra/istio-workspace/pull/576[#576]), by https://github.com/dependabot[@dependabot]
* fix(ci): uses `latest` tag for master image builds (https://github.com/maistra/istio-workspace/pull/572[#572]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(test-infra): updates github action commands in linter (https://github.com/maistra/istio-workspace/pull/558[#558]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix: sets registry to internal before running operator tests (https://github.com/maistra/istio-workspace/pull/532[#532]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(docs): typo in getting-started doc (https://github.com/maistra/istio-workspace/pull/525[#525]), by https://github.com/l0rd[@l0rd]
* fix: operator failure during multiple ref addition to session (https://github.com/maistra/istio-workspace/pull/516[#516]), by https://github.com/aslakknutsen[@aslakknutsen]
* chore: streamlines assets generation (https://github.com/maistra/istio-workspace/pull/510[#510]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(dev): get_protobuf should use "pwd" (https://github.com/maistra/istio-workspace/pull/472[#472]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix: downloads protoc if not available (https://github.com/maistra/istio-workspace/pull/463[#463]), by https://github.com/bartoszmajsak[@bartoszmajsak]

==== Latest dependencies update

* actions/github-script to v3.1 (https://github.com/maistra/istio-workspace/pull/575[#575])
* github.com/go-logr/logr to 0.3.0 (https://github.com/maistra/istio-workspace/pull/577[#577])
* github.com/golang/protobuf to 1.4.3 (https://github.com/maistra/istio-workspace/pull/579[#579])
* github.com/google/go-github to 32.1.0 (https://github.com/maistra/istio-workspace/pull/507[#507])
* github.com/onsi/ginkgo to 1.14.2 (https://github.com/maistra/istio-workspace/pull/554[#554])
* github.com/onsi/gomega to 1.10.4 (https://github.com/maistra/istio-workspace/pull/611[#611])
* github.com/openshift/api to a843dc3 (https://github.com/maistra/istio-workspace/pull/456[#456])
* github.com/operator-framework/operator-sdk to 0.17.1 (https://github.com/maistra/istio-workspace/pull/451[#451])
* github.com/spf13/afero to 1.5.1 (https://github.com/maistra/istio-workspace/pull/626[#626])
* github.com/spf13/cobra to 1.1.1 (https://github.com/maistra/istio-workspace/pull/549[#549])
* github.com/spf13/viper to 1.7.1 (https://github.com/maistra/istio-workspace/pull/530[#530])
* go.uber.org/goleak to `89d54f0` (https://github.com/maistra/istio-workspace/pull/524[#524])
* go.uber.org/zap to 1.16.0 (https://github.com/maistra/istio-workspace/pull/584[#584])
* google.golang.org/grpc to 1.35.0 (https://github.com/maistra/istio-workspace/pull/624[#624])
* gopkg.in/h2non/gock.v1 to 1.0.16 (https://github.com/maistra/istio-workspace/pull/578[#578])
* gopkg.in/yaml.v2 to 2.4.0 (https://github.com/maistra/istio-workspace/pull/582[#582])
* k8s.io/apiextensions-apiserver to 0.20.2 (https://github.com/maistra/istio-workspace/pull/621[#621])
* prometheus/client_golang to 1.8.0 (https://github.com/maistra/istio-workspace/pull/580[#580])
* ubi8/ubi-minimal to 8.3 (https://github.com/maistra/istio-workspace/pull/552[#552])

==== Project infrastructure

* feat(deps): updates to official dependabot v2 (https://github.com/maistra/istio-workspace/pull/560[#560]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(build): introduces go modules (https://github.com/maistra/istio-workspace/pull/557[#557]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* chore: minor fixes from the linter (https://github.com/maistra/istio-workspace/pull/548[#548]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* chore: bumps golang to 1.14.7 (https://github.com/maistra/istio-workspace/pull/513[#513]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* chore: streamlines assets generation (https://github.com/maistra/istio-workspace/pull/510[#510]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* chore: process template during build using go code instead of oc (https://github.com/maistra/istio-workspace/pull/509[#509]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat: csv generation in its own target (https://github.com/maistra/istio-workspace/pull/508[#508]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(ci): adds golangci-lint as gh action (https://github.com/maistra/istio-workspace/pull/476[#476]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix: downloads protoc if not available (https://github.com/maistra/istio-workspace/pull/463[#463]), by https://github.com/bartoszmajsak[@bartoszmajsak]

==== Testing

* fix(e2e): ensure we check if there are deployments incase pods are no… (https://github.com/maistra/istio-workspace/pull/614[#614]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix(test): resolve timing issue in exec test (https://github.com/maistra/istio-workspace/pull/610[#610]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix(ci): uses `latest` tag for master image builds (https://github.com/maistra/istio-workspace/pull/572[#572]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat: introduces new job for building and pushing images (https://github.com/maistra/istio-workspace/pull/564[#564]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(gh-action): cleans up pr images on pr close (https://github.com/maistra/istio-workspace/pull/571[#571]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(test-infra): support running test suit on prebuilt images (https://github.com/maistra/istio-workspace/pull/565[#565]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix(tests): template/yaml tests asserts against yaml not string (https://github.com/maistra/istio-workspace/pull/562[#562]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(test-infra): updates github action commands in linter (https://github.com/maistra/istio-workspace/pull/558[#558]), by https://github.com/aslakknutsen[@aslakknutsen]
* fix: sets registry to internal before running operator tests (https://github.com/maistra/istio-workspace/pull/532[#532]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* feat(tests): introduces tests against MicroK8s (https://github.com/maistra/istio-workspace/pull/505[#505]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(test): propagate the default route header (https://github.com/maistra/istio-workspace/pull/499[#499]), by https://github.com/aslakknutsen[@aslakknutsen]
* build(deps): bumps golangci-lint to latest (https://github.com/maistra/istio-workspace/pull/496[#496]), by https://github.com/bartoszmajsak[@bartoszmajsak]
* fix(dev): get_protobuf should use "pwd" (https://github.com/maistra/istio-workspace/pull/472[#472]), by https://github.com/aslakknutsen[@aslakknutsen]
* feat(tests): builds and pushes test images before the test suite starts (https://github.com/maistra/istio-workspace/pull/453[#453]), by https://github.com/bartoszmajsak[@bartoszmajsak]


0 comments on commit 94b4614

Please sign in to comment.