Skip to content

Releases: TechnologyBrewery/orphedomos

0.10.1

27 Mar 15:31
a804394

Choose a tag to compare

Breaking Changes

None

Major Documentation Changes

What's Changed

New Contributors

Full Changelog: orphedomos-parent-0.9.0...orphedomos-parent-0.10.1

0.10.0

27 Mar 12:01
0606dfd

Choose a tag to compare

Bad release, please use 0.10.1 instead

0.9.0

01 Mar 21:04

Choose a tag to compare

Breaking Changes

None

Issues

#27: Be able to deploy a single module's docker artifacts to an alternate repository
#29: Add the capability to deploy an entire projects Docker artifacts to a repository
#32: Add capability to pass any additional docker options to the docker build goals

What's Changed

New Contributors

Full Changelog: orphedomos-parent-0.8.2...orphedomos-parent-0.9.0

0.8.2

01 Nov 18:42

Choose a tag to compare

Breaking Changes

None

Issues

#25 : The build produces a large number of warnings about duplicate lifecycle events

What's Changed

  • #25: Fixed lifecycle configuration by @ahartwellCpointe in #24
  • #26: push up to latest version of parent for minor plugin upgrades

New Contributors

Full Changelog: orphedomos-parent-0.8.1...orphedomos-parent-0.8.2

0.8.1

14 Sep 20:44

Choose a tag to compare

Breaking Changes

None

Issues

#19: Build fails if skip is set to true. Resolves a case where POM installation would not occur successfully.

What's Changed

  • [ORPH-19] Fixed a bug where the maven-install-plugin would fail when … by @peter-mcclonski in #20

Full Changelog: orphedomos-parent-0.8.0...orphedomos-parent-0.8.1

0.8.0

08 Sep 18:55

Choose a tag to compare

Breaking Changes

Image aliases will no longer automatically prepend the remote repo URL during the image push execution. This change was made in the interest of consistency and clarity. The repo URL will continue to be automatically prepended to the base image name.

Issue

  • #14: Enabled publication of project POM and Dockerfile; Improves safety of dependency specification between modules
  • #16: Bump versions up
  • #18: Cut release 0.8.0

What's Changed

New Contributors

Full Changelog: orphedomos-parent-0.7.0...orphedomos-parent-0.8.0

0.7.0

02 Jun 17:45

Choose a tag to compare

Breaking Changes

Image aliases will no longer automatically prepend the remote repo URL during the image push execution. This change was made in the interest of consistency and clarity. The repo URL will continue to be automatically prepended to the base image name.

Issue

  • #10: Remove mandatory repository prepending in order allow local publishing of images via Orphedomos
  • #12: Release orphedomos version 0.7.0

0.6.0

21 Apr 13:03

Choose a tag to compare

Major Changes

  • Added registry login capability during build phase (#4)
  • Improved handling of invalid or missing server credentials (#7)

Upgrade Notes

Providing a repoId in your configuration now attempts login during both the compile and deploy phases. To build anonymously, and login to your registry only during the deploy phase, provide your repoId in the configuration for only the default-push-docker-image execution. For example:

                <plugin>
                    <groupId>org.technologybrewery.orphedomos</groupId>
                    <artifactId>orphedomos-maven-plugin</artifactId>
                    <version>${project.version}</version>
                    <executions>
                        <execution>
                            <id>default-push-docker-image</id>
                            <configuration>
                                <repoId>docker-hub</repoId>
                            </configuration>
                        </execution>
                    </executions>
                </plugin>

0.5.8

05 Apr 18:37

Choose a tag to compare

Initial open source codebase